-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| PaddlePaddle | pip | < 2.6.0 | 2.6.0 |
The vulnerability explicitly references _wget_download as the entry point. The commit diff shows the vulnerable version directly interpolates the 'url' parameter into a shell command without proper validation (CWE-78). The patch adds URL scheme validation using urlparse and error handling, confirming the original implementation's insecurity. The function's use of subprocess.Popen with shell=True and untrusted input creates an unambiguous command injection vector.
Ongoing coverage of React2Shell