GHSA-cxgf-v2p8-7ph7

Source
https://github.com/advisories/GHSA-cxgf-v2p8-7ph7
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/09/GHSA-cxgf-v2p8-7ph7/GHSA-cxgf-v2p8-7ph7.json
Aliases
Published
2022-09-30T04:29:11Z
Modified
2023-11-08T04:10:16.389553Z
Details

Impact

In all the versions of NuProcess where it forks processes by using the JVM's JavajavalangUNIXProcessforkAndExec 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.

References

Affected packages

Maven / com.zaxxer:nuprocess

Package

Name
com.zaxxer:nuprocess

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.2.0
Fixed
2.0.5

Affected versions

1.*

1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6

2.*

2.0.0
2.0.1
2.0.2
2.0.3
2.0.4