GHSA-qrr6-mg7r-m243 · Severity: high · Ecosystem: composer — PHPUnit has Argument injection via newline in PHP INI values that are forwarded to child processes
PHPUnit is a testing framework for PHP. In versions 12.5.21 and 13.1.5, PHPUnit forwards PHP INI settings to child processes (used for isolated/PHPT test execution) as -d name=value command-line arguments without neutralizing INI metacharacters. Because PHP's INI parser interprets " as a string delimiter, ; as the start of a comment, and most importantly a newline as a directive separator, a value containing a newline is parsed by the child process as multiple INI directives. An attacker able to influence a single INI value can therefore inject arbitrary additional directives into the child's configuration, including auto_prepend_file, extension, disable_functions, open_basedir, and others. Setting auto_prepend_file to an attacker-controlled path yields remote code execution in the child process. This issue has been patched in versions 12.5.22 and 13.1.6.
Conclusion & alert: CVE-2026-41570 is rated Low Risk (38.4/100): CVSS High severity, with low exploitation likelihood (EPSS 0.07%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-09 | — | 0.07% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.8 | 3.1 | HIGH |
|
1.8 | 5.9 | [email protected] |
GHSA-qrr6-mg7r-m243 · Severity: high · Ecosystem: composer — PHPUnit has Argument injection via newline in PHP INI values that are forwarded to child processes
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2026-41570 unimportant priority: Debian including 1 source packages (phpunit), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2026-41570 |
ubuntu
|
medium | CVE-2026-41570 medium priority: Ubuntu including 1 source packages (phpunit), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): needs-triage 8. | https://ubuntu.com/security/CVE-2026-41570 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| phpunit_project | phpunit | 12.5.21 | cpe:2.3:a:phpunit_project:phpunit:12.5.21:*:*:*:*:-:*:* |
| phpunit_project | phpunit | 13.1.5 | cpe:2.3:a:phpunit_project:phpunit:13.1.5:*:*:*:*:-:*:* |
| URL | Tags |
|---|---|
| https://github.com/sebastianbergmann/phpunit/pull/6592 | Issue Tracking Patch |
| https://github.com/sebastianbergmann/phpunit/security/advisories/GHSA-qrr6-mg7r-m243 | Mitigation Patch Vendor Advisory |