CVE-2026-48998
Last modified
CVE-2026-48998 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Guzzlephp | Psr-7 | < 2.10.2 |
References
- https://github.com/guzzle/psr7/security/advisories/GHSA-34xg-wgjx-8xphMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48998?
How severe is CVE-2026-48998?
How do I fix CVE-2026-48998?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4899A security flaw has been discovered in code-projects Online …2.4
- CVE-2026-48990joserfc is a Python library that provides an implementation …5.3
- CVE-2026-48991XianYuLauncher is a Minecraft Java Edition launcher. In vers…5.5
- CVE-2026-48994ImageMagick is free and open-source software used for editin…5.9
- CVE-2026-48995pnpm is a package manager. Prior to 10.33.4 and 11.0.7, a ma…7.5
- CVE-2026-48997e107 is a content management system (CMS). Versions 2.3.5 a…7.1
- CVE-2026-48999Attackers carefully craft malicious scripts, such as JavaScr…5.7
- CVE-2026-4900A weakness has been identified in code-projects Online Food …5.5
- CVE-2026-49000An insecure password scheme refers to vulnerabilities arisin…7
- CVE-2026-49001Cross-site request forgery (CSRF) vulnerabilities allow atta…5.3
- CVE-2026-49002Access control failure means that an application does not ef…9.1
- CVE-2026-49004The built-in PostgreSQL service on the mobile device suffers…6.5
Are you affected by CVE-2026-48998?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
