-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
Ongoing coverage of React2Shell
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.maven.shared:maven-shared-utils | maven | < 3.3.3 | 3.3.3 |
The vulnerability stems from improper argument escaping in the Commandline class's shell implementation. The GitHub pull request #40 and JIRA MSHARED-297 specifically show modifications to BourneShell's quoteArgument method, changing from double-quote-based escaping to POSIX-compliant single-quote escaping with proper handling of embedded single quotes. The CVE description explicitly mentions improper escaping of double-quoted strings in Commandline class emissions, which aligns with the BourneShell's argument quoting mechanism being the vulnerable component.