Skip to main content

Protobuf PHP CVE-2026-6409

| EUVDEUVD-2026-23268 HIGH
Improper Input Validation (CWE-20)
2026-04-16 cve-coordination@google.com GHSA-p2gh-cfq4-4wjc
7.1
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
7.1 HIGH
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
vuln.today AI
7.5 HIGH

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.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 07:33 vuln.today
Analysis Generated
Jul 24, 2026 - 07:33 vuln.today
Patch released
Apr 17, 2026 - 15:17 nvd
Patch available
Patch available
Apr 16, 2026 - 16:02 EUVD
EUVD ID Assigned
Apr 16, 2026 - 15:22 euvd
EUVD-2026-23268
CVE Published
Apr 16, 2026 - 15:17 nvd
HIGH 7.1

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-6409 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy