CVE-2026-49214
Last modified
CVE-2026-49214 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 did not reject ASCII control characters, whitespace, or DEL in first-party URI host components. EPSS estimates a 0.19% 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 did not reject ASCII control characters, whitespace, or DEL in first-party URI host components. A vulnerable flow is: First, an application accepts a user-controlled URL. Second, the URL is used to construct a PSR-7 `Uri` or `Request`. Third, the host component contains CRLF or another header-unsafe character. Fourth, the host is copied into the PSR-7 `Host` header when no explicit `Host` header is provided. Finally, the request is serialized or sent by an HTTP client that does not independently reject the malformed host. In that flow, an attacker can cause the serialized request to contain additional attacker-controlled header lines. For example, a host containing `"\r\nX-Injected: yes"` can cause the generated `Host` header to span multiple HTTP header lines. Applications are affected when they use user-controlled URLs for outbound HTTP requests, URL forwarding, proxying, crawling, webhook delivery, or similar request-dispatch flows. In deployments involving HTTP/1.1 connection reuse, proxies, gateways, or load balancers, this malformed request may also contribute to request smuggling or cache poisoning, depending on how downstream components parse the request. The issue is patched in `2.10.2` and later. `1.x` is end-of-life and will not receive a patch. As a workaround, validate and reject all untrusted URI strings before constructing PSR-7 `Uri` or `Request` instances. Reject input containing ASCII control characters, whitespace, or DEL, including CRLF, tab, space, NUL, or DEL characters. Applications that forward requests should also ensure the final HTTP client or serializer rejects invalid URI and header data before writing requests to the network.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Guzzlephp | Psr-7 | < 2.10.2 |
References
- https://github.com/guzzle/psr7/security/advisories/GHSA-hq7v-mx3g-29hwMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-49214?
How severe is CVE-2026-49214?
How do I fix CVE-2026-49214?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-49208Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…5.3
- CVE-2026-49209Symfony UX is a JavaScript ecosystem for Symfony. From 2.5.0…6.5
- CVE-2026-49210Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…6.1
- CVE-2026-49211Symfony UX is a JavaScript ecosystem for Symfony. From 2.2.0…7.5
- CVE-2026-49212Symfony UX is a JavaScript ecosystem for Symfony. From 2.8.0…7.5
- CVE-2026-49213TypeBot is a chatbot builder tool. Prior to 3.17.2, Typebot'…8.1
- CVE-2026-49215Symfony UX is a JavaScript ecosystem for Symfony. From 2.22.…5.4
- CVE-2026-49216Symfony UX is a JavaScript ecosystem for Symfony. From 2.2.0…5.4
- CVE-2026-49218ImageMagick is free and open-source software used for editin…7.5
- CVE-2026-49219ImageMagick is free and open-source software used for editin…5.5
- CVE-2026-4922GitLab has remediated an issue in GitLab CE/EE affecting all…8.1
- CVE-2026-49220Jellyfin is an open source self hosted media server. Prior t…5.7
Are you affected by CVE-2026-49214?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
