-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| text-generation | pip | < 2.0.0 | 2.0.0 |
The vulnerability exists in the GitHub Actions workflow step that runs 'cargo install' with unsanitized user input (github.head_ref). The pre-patch code constructed the command by directly embedding the user-controlled branch name into the command string, enabling shell injection attacks. The fix introduced environment variables and proper quoting to mitigate this. While not a traditional function, in the context of CI/CD pipelines, workflow steps serve as execution units analogous to functions.
Ongoing coverage of React2Shell