CVE-2026-11572

Rich Harris (Degit) · degit

A vulnerability exists in the degit package that may allow for malicious repository cloning or unauthorized file system interactions.

Executive summary

The degit package contains a high-severity vulnerability that could allow attackers to manipulate project scaffolding processes.

Vulnerability

This vulnerability affects the degit library, a tool used for project scaffolding. The flaw likely allows for command injection or path traversal during the cloning process, potentially impacting unauthenticated users who trigger build pipelines.

Business impact

With a CVSS score of 8.8, this flaw poses a substantial risk to development environments and CI/CD pipelines. Successful exploitation could lead to the injection of malicious code into software development projects, potentially resulting in supply chain attacks or unauthorized access to build artifacts.

Remediation

Immediate Action: Update the degit package to the latest version via your package manager immediately.

Proactive Monitoring: Review CI/CD pipeline logs for unexpected repository clone sources or abnormal command execution patterns.

Compensating Controls: Utilize scoped registry access and implement integrity checks on all dependencies pulled during build processes.

Exploitation status

Public Exploit Available: false

Analyst recommendation

Security teams should immediately audit their development dependencies to identify instances of the vulnerable degit package. Given the potential for supply chain impact, updating to a patched version is critical to maintaining the integrity of the software development lifecycle.