Vulnerability Details : CVE-2022-31179
Shescape is a simple shell escape package for JavaScript. Versions prior to 1.5.8 were found to be subject to code injection on windows. This impacts users that use Shescape (any API function) to escape arguments for cmd.exe on Windows An attacker can omit all arguments following their input by including a line feed character (`'\n'`) in the payload. This bug has been patched in [v1.5.8] which you can upgrade to now. No further changes are required. Alternatively, line feed characters (`'\n'`) can be stripped out manually or the user input can be made the last argument (this only limits the impact).
Products affected by CVE-2022-31179
- cpe:2.3:a:shescape_project:shescape:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-31179
0.27%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 68 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-31179
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST | |
8.1
|
HIGH | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:H |
2.2
|
5.3
|
GitHub, Inc. |
CWE ids for CVE-2022-31179
-
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.Assigned by: security-advisories@github.com (Primary)
References for CVE-2022-31179
-
https://github.com/ericcornelissen/shescape/pull/332
Don't ignore newlines when fuzzing by ericcornelissen · Pull Request #332 · ericcornelissen/shescape · GitHubPatch;Third Party Advisory
-
https://github.com/ericcornelissen/shescape/security/advisories/GHSA-jjc5-fp7p-6f8w
Insufficient escaping of line feeds for CMD · Advisory · ericcornelissen/shescape · GitHubExploit;Patch;Third Party Advisory
-
https://github.com/ericcornelissen/shescape/releases/tag/v1.5.8
Release Release v1.5.8 · ericcornelissen/shescape · GitHubRelease Notes;Third Party Advisory
Jump to