CVE-2026-48998
Reported by GitHub_M · Published June 11, 2026
guzzlehttp/psr7 is a PSR-7 HTTP message library implementation in PHP. Versions prior to 2.10.2 contain improper Host header validation when parsing raw HTTP request messages and when deriving a server request URI from server variables. An attacker can provide a malformed Host header containing URI authority delimiters, such as `trusted.example@evil.example`. When the Host value is used to construct a URI, the malformed value can be reinterpreted as URI userinfo and host. This can cause the PSR-7 request URI host to differ from the original Host header value. Applications are affected if they parse attacker-controlled raw HTTP requests with `GuzzleHttp\Psr7\Message::parseRequest()` or the legacy 1.x `GuzzleHttp\Psr7\parse_request()` function, or if they build server requests from attacker-controlled server variables, then rely on the resulting URI host for routing, allow-list checks, or forwarding decisions. In affected forwarding or gateway scenarios, this may cause requests or credentials to be sent to an unintended host. The issue is patched in `2.10.2`. `1.x` is end-of-life and will not receive a patch. Some workarounds are available. Validate the `Host` header as `uri-host [ ":" port ]` before calling `Message::parseRequest()` or legacy `parse_request()` on untrusted HTTP request data, or before deriving routing and forwarding decisions from a parsed request URI. Reject Host values containing userinfo, path, query, or fragment delimiters.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| guzzle | psr7 | < 2.10.2 |
| chainguard | drupal-11.3 | 0, 0, 0 |
| guzzlehttp | psr7 | 0, 0, 0 |
| guzzle | psr7 | < 2.10.2, < 2.10.2, < 2.10.2 |
| chainguard | nextcloud-server-34 | 0, 0, 0 |
| wolfi | nextcloud-server-33 | 0, 0, 0 |
| chainguard | nextcloud-server-33 | 0, 0, 0 |
| chainguard | privatebin | 0, 0, 0 |
| chainguard | nextcloud-server-31 | 0, 0, 0 |
Timeline
- Jun 11, 2026 CVE Published
- Jun 12, 2026 Coalition ESS Score
- Jun 12, 2026 Security Advisory
- Jun 17, 2026 CVE Updated
- Aug 7, 2026 EPSS Score
- Aug 24, 2026 EPSS Score
- Sep 9, 2026 EPSS Score
- Sep 16, 2026 EPSS Score
References
- https://github.com/guzzle/psr7/security/advisories/GHSA-34xg-wgjx-8xph x_refsource_CONFIRM
- https://nvd.nist.gov/vuln/detail/CVE-2026-48998 advisory
- https://github.com/advisories/GHSA-34xg-wgjx-8xph advisory
- https://github.com/FriendsOfPHP/security-advisories/blob/master/guzzlehttp/psr7/CVE-2026-48998.yaml url