ghsa-847f-9342-265h
Vulnerability from github
Published
2025-08-25 20:44
Modified
2025-08-26 17:11
Severity ?
VLAI Severity ?
Summary
h2 allows HTTP Request Smuggling due to illegal characters in headers
Details
Summary
HTTP/2 request splitting vulnerability allows attackers to perform request smuggling attacks by injecting CRLF characters into headers. This occurs when servers downgrade HTTP/2 requests to HTTP/1.1 without properly validating header names/values, enabling attackers to manipulate request boundaries and bypass security controls.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "h2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.3.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-57804" ], "database_specific": { "cwe_ids": [ "CWE-93" ], "github_reviewed": true, "github_reviewed_at": "2025-08-25T20:44:43Z", "nvd_published_at": "2025-08-25T21:15:37Z", "severity": "MODERATE" }, "details": "### Summary\n\nHTTP/2 request splitting vulnerability allows attackers to perform request smuggling attacks by injecting CRLF characters into headers. This occurs when servers downgrade HTTP/2 requests to HTTP/1.1 without properly validating header names/values, enabling attackers to manipulate request boundaries and bypass security controls.", "id": "GHSA-847f-9342-265h", "modified": "2025-08-26T17:11:23Z", "published": "2025-08-25T20:44:43Z", "references": [ { "type": "WEB", "url": "https://github.com/python-hyper/h2/security/advisories/GHSA-847f-9342-265h" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-57804" }, { "type": "WEB", "url": "https://github.com/python-hyper/h2/commit/035e9899f95e3709af098f578bfc3cd302298e3a" }, { "type": "PACKAGE", "url": "https://github.com/python-hyper/h2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N", "type": "CVSS_V4" } ], "summary": "h2 allows HTTP Request Smuggling due to illegal characters in headers" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…