Bug 2530902 - CVE-2026-85024 fbthrift: undici: Denial of Service via unhandled error in WebSocket permessage-deflate decompression [fedora-all]
Summary: CVE-2026-85024 fbthrift: undici: Denial of Service via unhandled error in Web...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: fbthrift
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["b9e1220a-bb4b-4cc6-b14d-5...
Depends On:
Blocks: CVE-FalsePositive-Unshipped CVE-2026-85024
TreeView+ depends on / blocked
 
Reported: 2026-09-09 13:36 UTC by Ganesh
Modified: 2026-09-10 11:08 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-09-10 11:08:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ganesh 2026-09-09 13:36:14 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

undici bundles a WebSocket client whose permessage-deflate size-limit cleanup removes all listeners from the internal zlib inflate stream, including its error listener, while that stream can still emit. When a remote peer sends a compressed payload that crosses the built-in 128 MiB decompressed-payload limit and then contains a malformed DEFLATE byte, the inflate stream emits a data error with no listener attached, which Node.js treats as a fatal unhandled error and terminates the entire process. Exploitation is remote and unauthenticated, requires no application mistake, and is asymmetric, since roughly 130 KB on the wire expands past the limit and crashes the process, and reconnecting can repeat the crash. This affects undici versions from 6.25.0 up to 6.28.1, from 7.28.0 up to 7.29.1, and from 8.1.0 up to 8.10.2. Users should upgrade to undici 6.28.1, 7.29.1, or 8.10.2.

Comment 1 Michel Lind 2026-09-10 11:08:34 UTC
This CVE is in a JavaScript/NodeJS package; the JavaScript here is not shipped in the binary RPMs.


Note You need to log in before you can comment on or make changes to this bug.