Several files within the local working directory are included during the invocation of Composer and in the context of the executing user.
As such, under certain conditions arbitrary code execution may lead to local privilege escalation, provide lateral user movement or malicious code execution when Composer is invoked within a directory with tampered files.
All Composer CLI commands are affected, including composer.phar's self-update.
The following are of high risk:
2.7.0, 2.2.23
Where not possible, the following should be addressed:
vendor/composer/InstalledVersions.php and vendor/composer/installed.php do not include untrusted code.A reset can also be done on these files by the following:
rm vendor/composer/installed.php vendor/composer/InstalledVersions.php
composer install --no-scripts --no-plugins
{
"cwe_ids": [
"CWE-829"
],
"github_reviewed": true,
"github_reviewed_at": "2024-02-08T15:06:38Z",
"nvd_published_at": "2024-02-09T00:15:08Z",
"severity": "HIGH"
}