REDHAT-BUG-2458828: Command Injection
Composer is a dependency manager for PHP. Versions 1.0 through 2.2.26 and 2.3 through 2.9.5 contain a command injection vulnerability in the Perforce::generateP4Command() method, which constructs shell commands by interpolating user-supplied Perforce connection parameters (port, user, client) without proper escaping. An attacker can inject arbitrary commands through these values in a malicious composer.json declaring a Perforce VCS repository, leading to command execution in the context of the user running Composer, even if Perforce is not installed. VCS repositories are only loaded from the root composer.json or the composer config directory, so this cannot be exploited through composer.json files of packages installed as dependencies. Users are at risk if they run Composer commands on untrusted projects with attacker-supplied composer.json files. This issue has been fixed in Composer 2.2.27 (2.2 LTS) and 2.9.6 (mainline).
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
composerto a version that resolves this vulnerability.Fixed in 2.2.27 - Upgrade
Upgrade
composerto a version that resolves this vulnerability.Fixed in 2.9.6 - Compensating control
Do not run Composer commands on untrusted projects with attacker-supplied composer.json files.
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2458828?
The severity of REDHAT-BUG-2458828 is classified as high with a score of 7.
How do I fix REDHAT-BUG-2458828?
To fix REDHAT-BUG-2458828, upgrade Composer to version 2.9.6 or later, which contains the necessary patches.
What is the impact of REDHAT-BUG-2458828?
The impact of REDHAT-BUG-2458828 is a command injection vulnerability that can allow an attacker to execute arbitrary commands on the server.
Which versions of Composer are affected by REDHAT-BUG-2458828?
Versions 1.0 through 2.2.26 and 2.3 through 2.9.5 of Composer are affected by REDHAT-BUG-2458828.
What is the cause of the vulnerability in REDHAT-BUG-2458828?
The cause of the vulnerability in REDHAT-BUG-2458828 is the interpolation of user-supplied Perforce connection parameters in shell commands without proper sanitization.