惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
B
Blog
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
美团技术团队

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
The software supply chain is the new ground zero for ente...
Matias Madou · 2026-05-15 · via SiliconANGLE

The software supply chain is the new ground zero for enterprise cyber risk. Don’t get caught short

In just a short few months, we have witnessed several artificial intelligence technology events that deserve the overused “unprecedented” descriptor: a highly complex supply chain attack by TeamPCP, Anthropic PBC’s Claude Code source leak, and the debut of Anthropic’s Claude Mythos, a tool said to be so powerful that its use was immediately restricted to selected enterprises.

As security professionals, we’re staring into a future where AI-related attacks will come from every angle very quickly, and AI defenses simply aren’t ready. It’s the software supply chain that is the real pay dirt for an attacker.

Dangerous convergence

The recent TeamPCP attacks highlight a dangerous convergence of traditional software supply chain threats and the rapidly expanding AI ecosystem. The attackers, exhibiting considerable offensive sophistication, successfully compromised widely trusted security and continuous integration/continuous development tools, including the Trivy open-source security scanner and Checkmarx application security platform. they they targeted LiteLLM, an open-source Python library and proxy server that provides a unified interface for calling over 100 large language models.

The malicious LiteLLM versions (1.82.7 and 1.82.8) were embedded with a highly obfuscated, multistage credential stealer and dropper designed to execute a brutal attack with maximum damage and impact. The blast radius was particularly potent, owing to the nature of common development workflows, in which developers, cloud infrastructure and CI/CD systems often share access to sensitive credentials. The compromise of a single tool, such as LiteLLM, enabled the attackers to move laterally across Kubernetes clusters and exfiltrate data to attacker-controlled domains.

Software supply chain attacks are not new; the SolarWinds incident occurred more than five years ago. However, the TeamPCP breach reimagines the concept entirely. It is the first time we have witnessed a successful weaponization of security and developer infrastructure that requires elevated access privileges. This not only granted the attackers unimpeded access to production secrets but also the ability to launch extortion and ransomware attacks against compromised companies.

Middleware as critical infrastructure

TeamPCP’s breach is a perfect example of what chief information security offficers and security leaders are contending with as part of the new AI attack surface, and organizations must treat AI “middleware” as critical infrastructure when planning defensive strategies. Abstraction layers sit directly in the data flow, routinely processing highly sensitive environment variables and application programming interface keys. Any impactful AI governance frameworks should classify AI middleware as high-risk components and apply stringent monitoring to the secrets they employ and sensitive repositories to which they often have unfettered access.

AI governance policies should mandate that any infrastructure supporting LLM interactions be continuously monitored for unauthorized outbound connections and data exfiltration. Also secure developer workflows should be enforced against cascading supply-chain compromises.

We must also modernize our risk management practices to ensure that developers have the expertise to securely configure, review and monitor tool output and changes. For example, we should correct processes such as dependency pinning to prevent malicious automated update execution, modernize secrets management and apply least-privilege treatment of access keys to throttle pipeline execution to an organizationally approved list of actions.

This attack also highlights just how crucial it is to prioritize visibility into and control over Model Context Protocol agents. The damage from this attack was particularly devastating, in no small part because undocumented MCP plugins were used and could be compromised for nefarious purposes. We simply cannot be this lax when implementing technology with such autonomous power and internal connectivity.

Risk management for AI

The speed of this attack, which saw thousands of potential compromises in just a few hours, proves that reactive security is no longer viable. By locking down dependency pipelines and strictly governing the secrets that fuel AI applications, we can reduce the blast radius of these sophisticated supply chain threats.

Developers can be empowered to share responsibility for AI security by:

  • Continuously upskilling and training on the latest AI security issues. Traditional software development is fast becoming a thing of the past, but the real-world skills required for a developer to be truly great will remain. Enterprise security leaders must ensure that their training is continuous, supporting a solid foundation in security and development best practices. These practical skills, coupled with irreplaceable insight into business objectives and critical thinking, are the main ingredients needed for successful code review.
  • Using AI governance tools. How do you know which developers committed what code, including the tool they used to do so? The new era of AI coding demands a comprehensive control plane governing AI tools, the commits they are involved in, and the security skills of those building and augmenting features.
  • Conforming to organizational rulesets and guidelines. Is your organization’s security program up to date enough to provide guidelines on AI use? How about AI-specific rulesets for the tools in use? These are quick wins that can at least enforce minimum secure coding standards.

If you’re waiting for legislation to guide your organization’s AI governance path, it may be that an AI-assisted breach finds you first. Don’t get caught unprepared.

Matias Madou is co-founder and chief technology officer of Secure Code Warrior Ltd. He wrote this article for SiliconANGLE.

Image: SiliconANGLE/Ideogram

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.