HIGH 8.8
GHSA-77c7-pq4r-6mcq
degit has a Command Injection issue
Quick fix
GHSA-77c7-pq4r-6mcq — degit: upgrade to the fixed version with the command below.
npm install degit@2.8.6 Details
Versions of the package degit before 2.8.6, from 3.0.0 and before 3.3.1 are vulnerable to Command Injection due to improper sanitisation of user input for git shell commands directly invoked with exec() method by _cloneWithGit() and fetchRefs() functions. An attacker can execute arbitrary operating system commands as the process user by supplying a specially crafted git repository name.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-11572 [ADVISORY]
- https://github.com/Rich-Harris/degit/commit/4ac99e4a4c3f53ca3b5c997bcd7542742ad0c443 [WEB]
- https://github.com/Rich-Harris/degit/commit/d55bfd7cea79c0b387f69ec8477b6c34abf9f226 [WEB]
- https://gist.github.com/badp3te/cf22a939eedbd3d8ade9123827d61639 [WEB]
- https://github.com/Rich-Harris/degit [PACKAGE]
- https://security.snyk.io/vuln/SNYK-JS-DEGIT-17116207 [WEB]