CVE-2022-25866: Command injection in czproject/git-php
(updated )
The package czproject/git-php before 4.0.3 is vulnerable to Command Injection via git argument injection. When calling the isRemoteUrlReadable($url, array $refs = NULL)
function, both the url and refs parameters are passed to the git ls-remote
subcommand in a way that additional flags can be set. The additional flags can be used to perform a command injection.
References
Detect and mitigate CVE-2022-25866 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →