Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 2afc3ec

Browse files
committed
Add 1.34.2 release page
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 0475004 commit 2afc3ec

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

source/news/2025/index.rst

Lines changed: 10 additions & 0 deletions
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 websokcet issues.
12+
:email: unit-owner@nginx.org
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
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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 code
9+
within the Java language module, eliminating a potential security flaw.
10+
11+
- It addresses a potential security issue where we could get a negative
12+
payload length that could cause the Java language module process(es)
13+
to enter an infinite loop and consume excess CPU. (CVE-2025-1695)
14+
15+
- It addresses an issue whereby decoded payload lengths would be limited
16+
to 32 bits.
17+
18+
Both these issues affect Unit versions from 1.11.0 to 1.34.1. If you use
19+
the Java language module with websockets it is strongly suggested to
20+
upgrade.
21+
22+
**************
23+
Full Changelog
24+
**************
25+
26+
.. code-block:: none
27+
28+
Changes with Unit 1.34.2 26 Feb 2025
29+
30+
*) Security: fix missing websocket payload length validation in the Java
31+
language module which could lead to Java language module processes
32+
consuming excess CPU. (CVE-2025-1695).
33+
34+
*) Bugfix: fix incorrect websocket payload length calculation in the
35+
Java language module.

0 commit comments

Comments
 (0)