CVE-2019-5475: OS Command Injection in Nexus Yum Repository Plugin
8.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.97984%
CWE
Published
9/11/2019
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.sonatype.nexus.plugins:nexus-yum-repository-plugin | maven | < 2.14.14 | 2.14.14 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly implicates CommandLineExecutor.java
as the component handling vulnerable data. CWE-78 (OS Command Injection) patterns suggest improper sanitization of user input used in command execution. The function name 'CommandLineExecutor.execute'
is a logical candidate for command execution logic, and the high severity RCE impact aligns with unfiltered command execution vulnerabilities. The Yum Configuration Capability's user-controllable parameters would flow through this component when generating repository metadata.