CVE-2022-39243
CVSS V2 None
CVSS V3 Critical 9.8
Description
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.
Overview
- CVE ID
- CVE-2022-39243
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-09-26T14:15:10
- Last Modified Date
- 2022-09-28T13:21:42
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
AND | ||||
cpe:2.3:a:nuprocess_project:nuprocess:*:*:*:*:*:*:*:* | 1 | OR | 1.2.0 | 2.0.5 |
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* | 0 | OR |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 9.8
- Base Severity
- CRITICAL
- Exploitability Score
- 3.9
- Impact Score
- 5.9
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-39243 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39243 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-09-26 15:00:05 | Added to TrackCVE | |||
2022-12-07 04:53:17 | 2022-09-26T14:15Z | 2022-09-26T14:15:10 | CVE Published Date | updated |
2022-12-07 04:53:17 | 2022-09-28T13:21:42 | CVE Modified Date | updated | |
2022-12-07 04:53:17 | Analyzed | Vulnerability Status | updated |