Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote, unauthenticated, low-complexity parsing of untrusted input with availability-only impact; UI:N because server-side protobuf decoding needs no user interaction, and C:N/I:N as no data is exposed.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A Denial of Service (DoS) vulnerability exists in the Protobuf PHP library during the parsing of untrusted input. Maliciously structured messages-specifically those containing negative varints or deep recursion-can be used to crash the application, impacting service availability.
AnalysisAI
Denial of service in the Protobuf PHP library (protobuf-php / composer google/protobuf) allows remote attackers to crash applications that deserialize untrusted Protocol Buffers input by submitting messages containing negative varints or excessively deep nested recursion. All versions below 4.33.6 (and the 5.x line prior to 5.34.0-RC1) are affected; there is no public exploit identified at time of analysis, and EPSS is low at 0.07%, but a vendor patch is available and the issue was reported by Google's CVE coordination team.
Technical ContextAI
Protocol Buffers is Google's binary serialization format, and this flaw is in its PHP implementation (the PECL/Composer google/protobuf package) within the wire-format decoder that parses incoming messages. The root cause is CWE-20 (Improper Input Validation): the parser fails to safely handle two adversarial encodings - varints encoding negative/oversized integer values, and deeply nested submessages that drive unbounded recursion during decode. Because protobuf decoding runs before any application-level validation, a single malformed message reaching the parser (via an API endpoint, RPC handler, or message queue consumer) can exhaust the stack or trigger an abort, terminating the worker or process.
RemediationAI
Vendor-released patch: upgrade to 4.33.6 on the 4.x branch or to 5.34.0-RC1 on the 5.x branch (fixes committed in 60e93d2d104f2af9cd345b1c6f3891d91430244a and c8e9b27d95c6ab2d0668b5889e7dac2c477b7038), per GHSA-p2gh-cfq4-4wjc. For Composer projects run 'composer require google/protobuf:^4.33.6' (or the 5.x fixed release) and redeploy; for the PECL extension, update the installed protobuf-php package. If you cannot patch immediately, reduce exposure by enforcing strict limits before decode - cap maximum message size and recursion/nesting depth on inbound protobuf payloads, and terminate connections that exceed them (trade-off: legitimate large or deeply-nested messages may be rejected); restrict the endpoints that accept protobuf input to authenticated or trusted sources, and place them behind a proxy/WAF that enforces request-size limits (trade-off: adds latency and does not stop authenticated abuse). Validate the exact fixed version against the advisory before rollout since 5.34.0-RC1 is a release candidate.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-20 – Improper Input Validation
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23268
GHSA-p2gh-cfq4-4wjc