Skip to content

Commit f008986

Browse files
committed
Add 1.34.2 release page
Signed-off-by: Andrew Clayton <[email protected]>
1 parent 0475004 commit f008986

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

source/news/2025/index.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22
News of 2025
33
############
44

5+
56
News archive for the year 2025.
67

8+
.. nxt_news_entry::
9+
:author: Unit Team
10+
:description: Version 1.34.2 is a maintenance release that fixes a couple
11+
of Java WebSocket issues.
12+
13+
:title: Unit 1.34.2 Released
14+
:url: news/2025/unit-1.34.2-released
15+
:date: 2025-02-26
16+
717
.. nxt_news_entry::
818
:author: Unit Team
919
:description: Version 1.34.1 is a maintenance release that fixes issues
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
:orphan:
2+
3+
####################
4+
Unit 1.34.2 Released
5+
####################
6+
7+
We are pleased to announce the release of NGINX Unit 1.34.2. This is a
8+
maintenance release that fixes a couple of issues in the Java WebSocket
9+
code within the Java language module.
10+
11+
- Security: When the NGINX Unit Java Language module is in use, undisclosed
12+
requests can lead to an infinite loop and cause an increase in CPU resource
13+
utilization (CVE-2025-1695).
14+
15+
`F5 SIRT <https://my.f5.com/manage/s/article/K000149959>`__.
16+
17+
- It addresses an issue whereby decoded payload lengths would be limited
18+
to 32 bits.
19+
20+
Both these issues affect Unit versions from 1.11.0 to 1.34.1. If you use
21+
the Java language module with WebSockets it is strongly suggested to
22+
upgrade.
23+
24+
**************
25+
Full Changelog
26+
**************
27+
28+
.. code-block:: none
29+
30+
Changes with Unit 1.34.2 26 Feb 2025
31+
32+
*) Security: fix missing websocket payload length validation in the Java
33+
language module which could lead to Java language module processes
34+
consuming excess CPU. (CVE-2025-1695).
35+
36+
*) Bugfix: fix incorrect websocket payload length calculation in the
37+
Java language module.

0 commit comments

Comments
 (0)