Skip to content

phpunit/phpunit-7.5.20: 1 vulnerabilities (highest severity is: 7.8) #9

@mend-for-github-com

Description

@mend-for-github-com
Vulnerable Library - phpunit/phpunit-7.5.20

The PHP Unit Testing framework.

Library home page: https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c

Found in HEAD commit: 72e615b44bd15c9790ffe3b48d6c66eaf43820cd

Vulnerabilities

Vulnerability Severity CVSS Exploit Maturity EPSS Dependency Type Fixed in (phpunit/phpunit version) Remediation Possible** Reachability
CVE-2026-24765 High 7.8 Not Defined 0.236% phpunit/phpunit-7.5.20 Direct phpunit/phpunit - 12.5.8,phpunit/phpunit - 11.5.50,phpunit/phpunit - 9.6.33,phpunit/phpunit - 10.5.62

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2026-24765

Vulnerable Library - phpunit/phpunit-7.5.20

The PHP Unit Testing framework.

Library home page: https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c

Dependency Hierarchy:

  • phpunit/phpunit-7.5.20 (Vulnerable Library)

Found in HEAD commit: 72e615b44bd15c9790ffe3b48d6c66eaf43820cd

Found in base branch: main

Vulnerability Details

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.

Publish Date: 2026-01-27

URL: CVE-2026-24765

Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.236%

CVSS 3 Score Details (7.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-vvj3-c3rp-c85p

Release Date: 2026-01-27

Fix Resolution: phpunit/phpunit - 12.5.8,phpunit/phpunit - 11.5.50,phpunit/phpunit - 9.6.33,phpunit/phpunit - 10.5.62

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions