CVE Catalog

CVE-2026-63379

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.52%

42th percentile - higher than 42% of all known CVEs

Summary

Libevent before 2.1.13 and 2.2.2-alpha processes chunked HTTP trailers and merges them into request headers. An unauthenticated remote attacker can place security-sensitive fields in trailers, causing header smuggling, authorization bypass, proxy-header spoofing, or cache poisoning.

Risk Assessment

The vulnerability enables header smuggling, authorization bypass, proxy-header spoofing, or cache poisoning, potentially compromising data security.

Recommendation

Upgrade to version 2.1.13 or 2.2.2-alpha, which fix the issue by discarding trailers instead of merging them.

Other vulnerabilities in Libevent

See all
Original NVD description (English source)

Libevent is an event notification library. Prior to 2.1.13 and 2.2.2-alpha, libevent processes chunked HTTP trailers in http.c through evhttp_read_trailer and merges them into request headers. The fix introduces evhttp_parse_headers_impl_ and a temporary trailer header list. An unauthenticated remote attacker can place security-sensitive fields in trailers so that an upstream proxy and the libevent application interpret different effective headers, enabling header smuggling, authorization bypass, proxy-header spoofing, or cache poisoning. The fix parses trailers into a temporary header list and discards them instead of merging them into req->input_headers. This issue is fixed in versions 2.1.13 and 2.2.2-alpha.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS