Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions content/unit/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ toc: true
---

```text
Changes with Unit 1.34.2 26 Feb 2025

*) Security: fix missing websocket payload length validation in the Java
language module which could lead to Java language module processes
consuming excess CPU. (CVE-2025-1695).

*) Bugfix: fix incorrect websocket payload length calculation in the
Java language module.

Changes with Unit 1.34.1 10 Jan 2025

*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.
Expand Down
2 changes: 1 addition & 1 deletion content/unit/news/2025/unit-1.34.1-released.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Unit 1.34.1 Released
weight: 100
weight: 1000
---

We are pleased to announce the release of NGINX Unit 1.34.1. This is a
Expand Down
21 changes: 21 additions & 0 deletions content/unit/news/2025/unit-1.34.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Unit 1.34.2 Released
weight: 900
---

We are pleased to announce the release of NGINX Unit 1.34.2. This is a maintenance release that fixes a couple of issues in the Java WebSocket code within the Java language module.

- Security: When the NGINX Unit Java Language module is in use, undisclosed requests can lead to an infinite loop and cause an increase in CPU resource utilization (CVE-2025-1695).

## Full Changelog

```none
Changes with Unit 1.34.2 26 Feb 2025

*) Security: fix missing websocket payload length validation in the Java
language module which could lead to Java language module processes
consuming excess CPU. (CVE-2025-1695).

*) Bugfix: fix incorrect websocket payload length calculation in the
Java language module.
```
Loading