Skip to content

sharp vulnerable to Command Injection in post-installation over build environment

Moderate severity GitHub Reviewed Published May 25, 2022 in lovell/sharp • Updated Jun 30, 2023

Package

npm sharp (npm)

Affected versions

< 0.30.5

Patched versions

0.30.5

Description

There's a possible vulnerability in logic that is run only at npm install time when installing versions of sharp prior to the latest v0.30.5.

This is not part of any runtime code, does not affect Windows users at all, and is unlikely to affect anyone that already cares about the security of their build environment. However, out of an abundance of caution, I've created this advisory.

If an attacker has the ability to set the value of the PKG_CONFIG_PATH environment variable in a build environment then they might be able to use this to inject an arbitrary command at npm install time.

I've used the Common Vulnerability Scoring System (CVSS) calculator to determine the maximum possible impact, which suggests a "medium" score of 5.9, but for most people the real impact will be dealing with the noise from automated security tooling that this advisory will bring.

AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C/CR:X/IR:X/AR:X/MAV:X/MAC:X/MPR:X/MUI:R/MS:X/MC:X/MI:X/MA:X

This problem was fixed in commit a6aeef6 and published as part of sharp v0.30.5.

Thank you very much to @dwisiswant0 for the responsible disclosure.

Remember: if an attacker has control over environment variables in your build environment then you have a bigger problem to deal with than this issue.

References

@lovell lovell published to lovell/sharp May 25, 2022
Published by the National Vulnerability Database May 25, 2022
Published to the GitHub Advisory Database Jun 1, 2022
Reviewed Jun 1, 2022
Last updated Jun 30, 2023

Severity

Moderate
6.5
/ 10

CVSS base metrics

Attack vector
Local
Attack complexity
Low
Privileges required
High
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H

CVE ID

CVE-2022-29256

GHSA ID

GHSA-gp95-ppv5-3jc5

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.