File tree 2 files changed +48
-0
lines changed
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 2
2
News of 2025
3
3
############
4
4
5
+
5
6
News archive for the year 2025.
6
7
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
+
7
17
.. nxt_news_entry ::
8
18
:author: Unit Team
9
19
:description: Version 1.34.1 is a maintenance release that fixes issues
Original file line number Diff line number Diff line change
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, eliminating a potential security
10
+ flaw.
11
+
12
+ - It addresses a potential security issue where we could get a negative
13
+ payload length that could cause the Java language module process(es)
14
+ to enter an infinite loop and consume excess CPU. (CVE-2025-1695)
15
+
16
+ `F5 SIRT <https://my.f5.com/manage/s/article/K000149959 >`__.
17
+
18
+ - It addresses an issue whereby decoded payload lengths would be limited
19
+ to 32 bits.
20
+
21
+ Both these issues affect Unit versions from 1.11.0 to 1.34.1. If you use
22
+ the Java language module with WebSockets it is strongly suggested to
23
+ upgrade.
24
+
25
+ **************
26
+ Full Changelog
27
+ **************
28
+
29
+ .. code-block :: none
30
+
31
+ Changes with Unit 1.34.2 26 Feb 2025
32
+
33
+ *) Security: fix missing websocket payload length validation in the Java
34
+ language module which could lead to Java language module processes
35
+ consuming excess CPU. (CVE-2025-1695).
36
+
37
+ *) Bugfix: fix incorrect websocket payload length calculation in the
38
+ Java language module.
You can’t perform that action at this time.
0 commit comments