SCA: security update for com.zaxxer:nuprocess (GHSA-cxgf-v2p8-7ph7)

critical Tenable Cloud Security Plugin ID 414174

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- NuProcess is an external process execution implementation for Java. 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. Version 2.0.5 contains a patch. As a
workaround, users of the library can sanitize command strings to remove NUL characters prior to passing
them to NuProcess for execution. (CVE-2022-39243)

See Also

https://github.com/advisories/GHSA-cxgf-v2p8-7ph7

Plugin Details

Severity: Critical

ID: 414174

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.12

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2022-39243

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 9/30/2022

Vulnerability Publication Date: 9/26/2022

Reference Information

CVE: CVE-2022-39243

cwe: CWE-77