OESA-2025-1451

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-1451
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-1451.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-1451
Upstream
Published
2025-04-25T14:06:47Z
Modified
2025-08-12T05:39:01.129597Z
Summary
etcd security update
Details

%{expand:

Security Fix(es):

A malicious HTTP sender can use chunk extensions to cause a receiver reading from a request or response body to read many more bytes from the network than are in the body. A malicious HTTP client can further exploit this to cause a server to automatically read a large amount of data (up to about 1GiB) when a handler fails to read the entire body of a request. Chunk extensions are a little-used HTTP feature which permit including additional metadata in a request or response body sent using the chunked encoding. The net/http chunked encoding reader discards this metadata. A sender can exploit this by inserting a large metadata segment with each byte transferred. The chunk reader now produces an error if the ratio of real body to encoded bytes grows too small.(CVE-2023-39326)

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.(CVE-2023-45288)

The net/http HTTP/1.1 client mishandled the case where a server responds to a request with an "Expect: 100-continue" header with a non-informational (200 or higher) status. This mishandling could leave a client connection in an invalid state, where the next request sent on the connection will fail. An attacker sending a request to a net/http/httputil.ReverseProxy proxy can exploit this mishandling to cause a denial of service by sending "Expect: 100-continue" requests which elicit a non-informational response from the backend. Each such request leaves the proxy with an invalid connection, and causes one subsequent request using that connection to fail.(CVE-2024-24791)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:24.03-LTS / etcd

Package

Name
etcd
Purl
pkg:rpm/openEuler/etcd&distro=openEuler-24.03-LTS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.4.14-16.oe2403

Ecosystem specific

{
    "src": [
        "etcd-3.4.14-16.oe2403.src.rpm"
    ],
    "x86_64": [
        "etcd-3.4.14-16.oe2403.x86_64.rpm"
    ],
    "aarch64": [
        "etcd-3.4.14-16.oe2403.aarch64.rpm"
    ]
}