CVE-2026-45772 PUBLISHED

Turborepo: Unexpected local code execution during Yarn Berry detection

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 15.05.2026 Updated: 15.05.2026

Turborepo is a high-performance build system for JavaScript and TypeScript codebases. From 1.1.0 to before 2.9.14, Turborepo can be vulnerable to arbitrary code execution when run in untrusted repositories that contain malicious Yarn configuration. In affected versions, package manager detection executed yarn --version from the project directory, which could cause Yarn to load and execute a project-controlled yarnPath from .yarnrc.yml. An attacker who controls repository contents could cause code execution when a user or CI system runs affected turbo, @turbo/codemod, or @turbo/workspace conversion commands. This vulnerability is fixed in 2.9.14.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 0

Product Status

Vendor vercel
Product turborepo
Versions
  • Version >= 1.1.0, < 2.9.14 is affected
Vendor @turbo
Product codemod
Versions
  • Version >= 2.3.4, < 2.9.14 is affected
Vendor @turbo
Product workspaces
Versions
  • Version >= 2.3.4, < 2.9.14 is affected

References

Problem Types

  • CWE-426: Untrusted Search Path CWE