swift-nio-http2's HTTP/2-to-HTTP/1.1 codec did not validate pseudo-header values for control characters before placing them into the translated HTTP/1.1 message. swift-nio-http2 1.44.1 adds validation of all pseudo-header values (:path, :authority, :scheme, :method, and :status) at both the HPACK header validation layer and the HTTP/2-to-HTTP/1.1 translation layer. Requests or responses containing CR, LF, or NUL bytes in any pseudo-header value are now rejected with a connection error. This issue is fixed in swift-nio-http2 1.44.1.
References
| Link | Resource |
|---|---|
| https://github.com/advisories/GHSA-4px2-pw77-vc85 |
Configurations
No configuration.
History
25 Jun 2026, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-116 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
25 Jun 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 19:16
Updated : 2026-06-25 20:17
NVD link : CVE-2026-28898
Mitre link : CVE-2026-28898
CVE.ORG link : CVE-2026-28898
JSON object : View
Products Affected
No product.
CWE
CWE-116
Improper Encoding or Escaping of Output
