๐Ÿ” CVE Alert

CVE-2026-48979

HIGH 7.5

PHP Standard Library: HTTP/2 server-side missing content-length validation enables request smuggling

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

PHP Standard Library (PSL) is set of APIs covering async, collections, networking, I/O, cryptography, terminal UI, etc. In versions 6.1.0, 6.1.1 and 6.2.0, the Psl\H2\ServerConnection does not validate that the total bytes received in DATA frames match the content-length header declared in the HEADERS frame, allowing request smuggling. This is in violation of RFC 9113 ยง8.1.1. A malicious client is able to send more DATA bytes than declared, smuggling additional content past application-level size limits and send fewer DATA bytes than declared and close the stream early, causing applications that trust the declared length to behave incorrectly. The vulnerability is only reachable for consumers using Psl\H2\ServerConnection directly to accept untrusted client traffic. Consumers of documented high-level PSL APIs are not affected. This issue has been fixed in versions 6.1.2 and 6.2.1.

CWE CWE-444
Vendor php-standard-library
Product php-standard-library
Published Jun 17, 2026
Stay Ahead of the Next One

Get instant alerts for php-standard-library php-standard-library

Be the first to know when new high vulnerabilities affecting php-standard-library php-standard-library 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:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

php-standard-library / php-standard-library
>= 6.1.0, < 6.1.2 >= 6.2.0, < 6.2.1
php-standard-library / php-standard-library/h2
>= 6.1.0, < 6.1.2 >= 6.2.0, < 6.2.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/php-standard-library/php-standard-library/security/advisories/GHSA-pw9p-jvrm-f7rm github.com: https://github.com/php-standard-library/php-standard-library/releases/tag/6.1.2 github.com: https://github.com/php-standard-library/php-standard-library/releases/tag/6.2.1