Remote Code Execution via web-accessible composer.phar
Description
Composer is a dependency manager for PHP. Users publishing a composer.phar to a public web-accessible server where the composer.phar can be executed as a php file may be subject to a remote code execution vulnerability if PHP also has register_argc_argv enabled in php.ini. Versions 2.6.4, 2.2.22 and 1.10.27 patch this vulnerability. Users are advised to upgrade. Users unable to upgrade should make sure register_argc_argv is disabled in php.ini, and avoid publishing composer.phar to the web as this is not best practice.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
composer/composerPackagist | < 1.10.27 | 1.10.27 |
composer/composerPackagist | >= 2.0.0, < 2.2.22 | 2.2.22 |
composer/composerPackagist | >= 2.3.0, < 2.6.4 | 2.6.4 |
Affected products
1Patches
395e091c92103Merge pull request from GHSA-jm6m-4632-36hf
1 file changed · +5 −0
bin/composer+5 −0 modified@@ -2,6 +2,11 @@ <?php if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') { + if (0 === strpos(__FILE__, 'phar:') && ini_get('register_argc_argv')) { + echo 'Composer cannot be run safely on non-CLI SAPIs with register_argc_argv=On. Aborting.'.PHP_EOL; + exit(1); + } + echo 'Warning: Composer should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL; }
955a48e6319cMerge pull request from GHSA-jm6m-4632-36hf
1 file changed · +5 −0
bin/composer+5 −0 modified@@ -2,6 +2,11 @@ <?php if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') { + if (0 === strpos(__FILE__, 'phar:') && ini_get('register_argc_argv')) { + echo 'Composer cannot be run safely on non-CLI SAPIs with register_argc_argv=On. Aborting.'.PHP_EOL; + exit(1); + } + echo 'Warning: Composer should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL; }
4fce14795abaMerge pull request from GHSA-jm6m-4632-36hf
1 file changed · +5 −0
bin/composer+5 −0 modified@@ -2,6 +2,11 @@ <?php if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') { + if (0 === strpos(__FILE__, 'phar:') && ini_get('register_argc_argv')) { + echo 'Composer cannot be run safely on non-CLI SAPIs with register_argc_argv=On. Aborting.'.PHP_EOL; + exit(1); + } + echo 'Warning: Composer should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL; }
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
13- github.com/advisories/GHSA-jm6m-4632-36hfghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-43655ghsaADVISORY
- github.com/composer/composer/commit/4fce14795aba98e40b6c4f5047305aba17a6120dghsax_refsource_MISCWEB
- github.com/composer/composer/commit/955a48e6319c8962e5cd421b07c00ab3c728968cghsax_refsource_MISCWEB
- github.com/composer/composer/commit/95e091c921037b7b6564942845e7b738f6b95c9cghsax_refsource_MISCWEB
- github.com/composer/composer/security/advisories/GHSA-jm6m-4632-36hfghsax_refsource_CONFIRMWEB
- lists.debian.org/debian-lts-announce/2024/03/msg00030.htmlghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/66H2WKFUO255T3BZTL72TNYJYH2XM5FGghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7AWYAUZNH565NWPIKGEIYBWHYNM5JGAEghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KFOPGPW2KS37O3KJWBRGTUWHTXCQXBS2ghsaWEB
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/66H2WKFUO255T3BZTL72TNYJYH2XM5FG/mitre
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7AWYAUZNH565NWPIKGEIYBWHYNM5JGAE/mitre
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KFOPGPW2KS37O3KJWBRGTUWHTXCQXBS2/mitre
News mentions
0No linked articles in our index yet.