๐Ÿ” CVE Alert

CVE-2026-55766

MEDIUM 4.8

guzzlehttp/psr7: CRLF Injection in HTTP Start-Line Serialization

CVSS Score
4.8
EPSS Score
0.0%
EPSS Percentile
0th

guzzlehttp/psr7 is a PSR-7 HTTP message library implementation in PHP. Prior to 2.12.1, guzzlehttp/psr7 did not reject CR/LF characters in certain first-party HTTP start-line fields: the request method, protocol version, and response reason phrase. If an application placed attacker-controlled data into one of those fields and later serialized the PSR-7 message as raw HTTP/1.x, for example with Message::toString() or an equivalent serializer, the serialized message could contain attacker-controlled header lines. The issue can also be reached through Message::parseRequest() or Message::parseResponse() when malformed raw messages are parsed into first-party PSR-7 objects and then serialized again. Creating or modifying a Request, Response, or other PSR-7 object alone is not sufficient. The issue requires the malformed message to be serialized and written to the network, forwarded, replayed, or otherwise processed by software that does not independently reject the malformed start line. This vulnerability is fixed in 2.12.1.

CWE CWE-93 CWE-113
Vendor guzzle
Product psr7
Published Jun 23, 2026
Last Updated Jun 23, 2026
Stay Ahead of the Next One

Get instant alerts for guzzle psr7

Be the first to know when new medium vulnerabilities affecting guzzle psr7 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

guzzle / psr7
< 2.12.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/guzzle/psr7/security/advisories/GHSA-vm85-hxw5-5432