CVE-2022-39243 – com.zaxxer:nuprocess
Package
Manager: maven
Name: com.zaxxer:nuprocess
Vulnerable Version: >=1.2.0 <2.0.5
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.00294 pctl0.52274
Details
NuProcess vulnerable to command-line injection through insertion of NUL character(s) ### Impact In all the versions of NuProcess where it forks processes by using the JVM's Java_java_lang_UNIXProcess_forkAndExec method (1.2.0+), attackers can use NUL characters in their strings to perform command line injection. Java's ProcessBuilder isn't vulnerable because of a check in ProcessBuilder.start. NuProcess is missing that check. This vulnerability can only be exploited to inject command line arguments on Linux. - On macOS, any argument with a NUL character is truncated at that character. This means the malicious arguments are never seen by the started process. - On Windows, the entire command line is truncated at the first NUL character. This means the malicious arguments, and any intentional arguments provided after them, are never seen by the started process. ### Patches 2.0.5 ### Workarounds Users of the library can sanitize command strings to remove NUL characters prior to passing them to NuProcess for execution. ### References None.
Metadata
Created: 2022-09-30T04:29:11Z
Modified: 2022-09-30T04:29:11Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/09/GHSA-cxgf-v2p8-7ph7/GHSA-cxgf-v2p8-7ph7.json
CWE IDs: ["CWE-77"]
Alternative ID: GHSA-cxgf-v2p8-7ph7
Finding: F422
Auto approve: 1