What Happened
Cybersecurity researchers have flagged a new class of CI/CD workflow weakness that allows attackers to hijack workflows and compromise open-source supply chains. The "critical exploitable pattern" has been codenamed Cordyceps by Novee Security. The issue can allow full attacker control of repositories at dozens of the largest organizations worldwide, including Microsoft, Google, Apache, and
Why It Matters
According to Novee Security, "Cordyceps" is a systemic class of CI/CD workflow flaws in GitHub Actions that allows unauthenticated or low-privilege attackers to hijack build and release pipelines, forge approvals, push malicious code, and steal credentials across more than 300 verified high-impact repositories at organizations including Microsoft, Google, Apache, Cloudflare, and the Python Software Foundation.[2][3][4] The core issue is insecure trust boundaries and over-permissive workflow configurations on pull requests and comments, creating a critical software supply-chain exposure for open-source ecosystems such as npm, PyPI, crates, and Go.[2][3][4] From a CyberSE.AI perspective, these patterns directly translate to AI supply-chain risk: insecure CI/CD YAML, often partially generated or propagated by AI coding agents, can be abused to tamper with AI frameworks, SDKs, and agent tooling, meaning compromised dependencies can silently infect downstream AI systems and agents. Organizations should systematically audit CI/CD workflows, integrate SBOM-centric supply-chain reviews, and apply least-privilege and trust-boundary controls to all GitHub Actions and related pipelines to pre
CyberSE Analysis
This signal maps to AI supply chain. Organizations using AI agents, LLM APIs, SaaS integrations, or sensitive data workflows should review whether this class of issue could create unauthorized tool execution, data leakage, weak approval gates, or unmanaged supply-chain exposure.
Recommended Actions
- Restrict AI agent tool permissions and production write paths.
- Review sensitive data access across prompts, logs, embeddings, memory, and SaaS integrations.
- Add human approval workflows for high-impact or state-changing actions.
- Run prompt injection and indirect prompt injection tests against affected workflows.
- Document the owner, control gap, and remediation deadline for this risk class.
Source
https://thehackernews.com/2026/06/cordyceps-cicd-flaws-expose-300-github.html