Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-24765
January 27, 2026
PHPUnit is a testing framework for PHP. A vulnerability has been discovered in versions prior to 12.5.8, 11.5.50, 10.5.62, 9.6.33, and 8.5.52 involving unsafe deserialization of code coverage data in PHPT test execution. The vulnerability exists in the "cleanupForCoverage()" method, which deserializes code coverage files without validation, potentially allowing remote code execution if malicious ".coverage" files are present prior to the execution of the PHPT test. The vulnerability occurs when a ".coverage" file, which should not exist before test execution, is deserialized without the "allowed_classes" parameter restriction. An attacker with local file write access can place a malicious serialized object with a "__wakeup()" method into the file system, leading to arbitrary code execution during test runs with code coverage instrumentation enabled. This vulnerability requires local file write access to the location where PHPUnit stores or expects code coverage files for PHPT tests. This can occur through CI/CD pipeline attacks, the local development environment, and/or compromised dependencies. Rather than just silently sanitizing the input via "['allowed_classes' => false]", the maintainer has chosen to make the anomalous state explicit by treating pre-existing ".coverage" files for PHPT tests as an error condition. Starting in versions in versions 12.5.8, 11.5.50, 10.5.62, 9.6.33, when a ".coverage" file is detected for a PHPT test prior to execution, PHPUnit will emit a clear error message identifying the anomalous state. Organizations can reduce the effective risk of this vulnerability through proper CI/CD configuration, including ephemeral runners, code review enforcement, branch protection, artifact isolation, and access control.
Affected Packages
phpunit/phpunit (PHP):
Affected version(s) >=9.0.0 <9.6.33
Fix Suggestion:
Update to version 9.6.33
phpunit/phpunit (PHP):
Affected version(s) >=1.0.0RC1 <8.5.52
Fix Suggestion:
Update to version 8.5.52
phpunit/phpunit (PHP):
Affected version(s) >=dev-array-comparison-ignoring-keys <8.5.52
Fix Suggestion:
Update to version 8.5.52
phpunit/phpunit (PHP):
Affected version(s) >=11.0.0 <11.5.50
Fix Suggestion:
Update to version 11.5.50
phpunit/phpunit (PHP):
Affected version(s) >=10.0.0 <10.5.62
Fix Suggestion:
Update to version 10.5.62
phpunit/phpunit (PHP):
Affected version(s) >=12.0.0 <12.5.8
Fix Suggestion:
Update to version 12.5.8
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.5
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.8
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Deserialization of Untrusted Data
EPSS
Base Score:
0.05