CVE-2020-15123: Command injection in codecov (npm package)
In codecov (npm package) before version 3.7.1 the upload method has a command injection vulnerability. Clients of the codecov-node library are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability. A similar CVE (CVE-2020-7597 for GHSA-5q88-cjfq-g2mh) was issued but the fix was incomplete. It only blocked &, and command injection is still possible using backticks instead to bypass the sanitizer. The attack surface is low in this case. Particularly in the standard use of codecov, where the module is used directly in a build pipeline, not built against as a library in another application that may supply malicious input and perform command injection.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2020-15123?
CVE-2020-15123 has a medium severity level due to its command injection vulnerability.
How do I fix CVE-2020-15123?
To fix CVE-2020-15123, update the codecov package to version 3.7.1 or later.
Who is affected by CVE-2020-15123?
Clients using the codecov-node library before version 3.7.1 are affected by CVE-2020-15123.
What type of vulnerability is CVE-2020-15123?
CVE-2020-15123 is classified as a command injection vulnerability.
Is CVE-2020-15123 widely known?
Many users may be unaware of CVE-2020-15123, as it can occur unintentionally in their code.