Bug 8597 - [Anolis OS 8] Bugfix for CVE-2024-22019
Summary: [Anolis OS 8] Bugfix for CVE-2024-22019
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 8.6
Hardware: All Linux
: P2-High S2-major
Target Milestone: ---
Assignee: ljubomir
QA Contact: shuming
URL:
Whiteboard:
Keywords: CVE
Depends on:
Blocks:
 
Reported: 2024-03-21 10:29 UTC by 小龙
Modified: 2024-03-21 16:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 小龙 admin 2024-03-21 10:29:25 UTC
Description:
A vulnerability in Node.js HTTP servers allows an attacker to send a specially crafted HTTP request with chunked encoding, leading to resource exhaustion and denial of service (DoS). The server reads an unbounded number of bytes from a single connection, exploiting the lack of limitations on chunk extension bytes. The issue can cause CPU and network bandwidth exhaustion, bypassing standard safeguards like timeouts and body size limits.

Broken commit info:

Bugfix commit info:
https://github.com/nodejs/node/commit/6155a1ffaf
https://github.com/nodejs/node/commit/77ac7c3153
https://github.com/nodejs/node/commit/911cb33cda