Cordyceps Supply Chain Flaw Exposes Repositories
Cordyceps Supply Chain Flaw Exposes Code Repositories at Thousands of Organizations A newly disclosed supply chain flaw known as Cordyceps is exposing code repositories and software development pipelines across thousands of organizations. The flaw targets CI/CD workflows, especially GitHub Actions configurations that automate build, test, release, and deployment processes. That makes the issue serious. Modern CI/CD pipelines are not simple developer convenience tools. They run commands, access secrets, authenticate to cloud providers, sign releases, publish packages, modify branches, and interact with production infrastructure. When attackers can manipulate those workflows, they may gain control over more than one repository. They may gain a path into software releases, cloud environments, package registries, developer credentials, and downstream customers. For enterprises, Cordyceps is a major reminder that workflow code is security critical code. What Happened: Security researchers i...