ghsa-fxg5-wq6x-vr4w
Vulnerability from github
Published
2023-01-14 00:30
Modified
2024-05-20 21:43
Severity ?
Summary
golang.org/x/net/http2/h2c vulnerable to request smuggling attack
Details
A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.
Specific Go Packages Affected
golang.org/x/net/http2/h2c
{ "affected": [ { "package": { "ecosystem": "Go", "name": "golang.org/x/net" }, "ranges": [ { "events": [ { "introduced": "0.0.0-20220524220425-1d687d428aca" }, { "fixed": "0.1.1-0.20221104162952-702349b0e862" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-41721" ], "database_specific": { "cwe_ids": [ "CWE-444" ], "github_reviewed": true, "github_reviewed_at": "2023-01-20T22:40:06Z", "nvd_published_at": "2023-01-13T23:15:00Z", "severity": "HIGH" }, "details": "A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests.\n\n### Specific Go Packages Affected\ngolang.org/x/net/http2/h2c", "id": "GHSA-fxg5-wq6x-vr4w", "modified": "2024-05-20T21:43:13Z", "published": "2023-01-14T00:30:23Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41721" }, { "type": "PACKAGE", "url": "https://cs.opensource.google/go/x/net" }, { "type": "WEB", "url": "https://go.dev/cl/447396" }, { "type": "WEB", "url": "https://go.dev/issue/56352" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X3H3EWQXM2XL5AGBX6UL443JEJ3GQXJN" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2023-1495" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "golang.org/x/net/http2/h2c vulnerable to request smuggling attack" }
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.