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

推荐订阅源

T
Threat Research - Cisco Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
V
Vulnerabilities – Threatpost
GbyAI
GbyAI
P
Proofpoint News Feed
L
LINUX DO - 热门话题
P
Palo Alto Networks Blog
A
About on SuperTechFans
T
Tenable Blog
M
MIT News - Artificial intelligence
IT之家
IT之家
I
Intezer
D
DataBreaches.Net
爱范儿
爱范儿
T
Threatpost
C
CERT Recently Published Vulnerability Notes
云风的 BLOG
云风的 BLOG
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
K
Kaspersky official blog
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Y
Y Combinator Blog
Cyberwarzone
Cyberwarzone
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Darknet – Hacking Tools, Hacker News & Cyber Security
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
Spread Privacy
Spread Privacy
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
AWS News Blog
AWS News Blog
博客园 - 聂微东
C
Check Point Blog
S
Securelist
有赞技术团队
有赞技术团队
雷峰网
雷峰网
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
D
Docker
G
GRAHAM CLULEY
T
The Exploit Database - CXSecurity.com
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tailwind CSS Blog
L
Lohrmann on Cybersecurity
G
Google Developers Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LangChain Blog

A10 Networks

What Is Low-latency Trading? | A10 Networks Multi-Vector DDoS: 11 Amplification Vectors | A10 Healthcare Cloud Compliance: HIPAA & GDPR Guide | A10 LLM Unbounded Consumption & DoS Attacks | OWASP LLM10 LLM Hallucination & Misinformation | OWASP LLM09:2025 Healthcare Network Protection for Hospitals & Clinics RAG Security: Vector & Embedding Weaknesses | OWASP LLM08 System Prompt Leakage | OWASP LLM07:2025 Explained LLM Excessive Agency | OWASP LLM06:2025 Explained Trust, Control and Security in the Age of Agentic AI Summit | A10 Networks LLM Improper Output Handling | OWASP LLM05:2025 Data Poisoning Attacks in LLMs | OWASP LLM04:2025 Sensitive Information Disclosure | OWASP LLM02:2025 Game Over for DDoS Attacks in Gaming | How to Achieve Resilience Prompt Injection | OWASP LLM01:2025 Explained Beyond PCI Summit: Battling Bots, Fraud, and AI-powered Threats Web Application Security Best Practices for 2026 | A10 Networks A10’s 5 Key Takeaways on Application & API Security Trends Securing Financial Applications in the AI Era Summit Unified Application Delivery, Security, and AI Protection for Financial Services The Most Famous DDoS Attacks in History Post-quantum Cryptography Comes to A10 SSL/TLS Data Plane Real-time DDoS Carpet-bombing: NTP Amplification Evasion Shadow AI | Glossary AI & LLM Security: Hype vs. Reality and What to Prioritize App Delivery in the Age of AI Summit | Hybrid & Cloud-Native Strategies A Day in the Life of a Stressed Web Application | ADC & WAF Resilience Avans University of Applied Sciences Modernizes Hybrid Application Delivery with A10 Networks Preparing Government Infrastructure for AI Adoption | Expert Summit Report: IDC Spotlight Report: Modernizing Application Delivery Infrastructure for AI-powered Applications Broken Object Level Authorization (BOLA): The #1 API Security Risk | Free Webinar | A10 Networks Product Demo: A10 AI Firewall by A10 Networks AI Firewall for Enterprise AI Security | A10 Networks API Traffic Management for AI and Agentic Systems | Expert Summit AI is Here: How Ready Is Your Infrastructure? | A10 Networks Pulse Campaign Analysis: Brazil ISPs Expose Next-Gen DDoS Automation Trends Tech Companies Lead GenAI Adoption but Face Infrastructure Gaps Cyber Defense Magazine's 2026 Global InfoSec award – Editor's Choice – API Security | A10 Networks Load Balancing Solutions for Availability & Security | A10 Networks Top 9 Generative AI Security Risks in 2026 LLM Security: Protecting AI Models & Applications
LLM Supply Chain Security | OWASP LLM03:2025
Richard Tuma · 2026-05-27 · via A10 Networks

LLM supply chain vulnerabilities arise when weaknesses in third-party components, models, datasets, tooling, or deployment platforms compromise the integrity, security, or reliability of large language model (LLM) systems.

Unlike traditional software supply chain risks, which focused primarily on code dependencies, LLM supply chains extend to pre-trained models, fine-tuning adapters (e.g., LoRA, PEFT), training datasets, model repositories, conversion and merge services, cloud and edge deployment infrastructure and licensing and data usage agreements.

Because modern AI development heavily relies on open ecosystems and third-party assets, the supply chain attack surface is significantly expanded.

Key Takeaways

  • LLM supply chain risks extend beyond traditional software vulnerabilities to include third-party pre-trained models, fine-tuning adapters, training datasets, and deployment platforms, any of which can be tampered with or poisoned
  • Weak model provenance is a critical gap: Model cards provide no cryptographic guarantees of origin, making it possible for attackers to publish compromised models on repositories like Hugging Face while impersonating trusted sources
  • Fine-tuning techniques like LoRA introduces a new attack vector — a malicious LoRA adapter can be merged with a legitimate base model, injecting backdoors that activate during inference without affecting benchmark performance
  • On-device LLM deployments expand the supply chain attack surface further, as attackers can reverse-engineer mobile apps, replace embedded models with tampered versions, and redistribute them via social engineering
  • Mitigation requires maintaining an AI-specific software bill of materials (SBOM), verifying model integrity through file hashes and code signing, conducting AI red teaming on third-party models, and continuously auditing supplier security posture and licensing terms

Why it Matters

LLMs are often distributed as opaque binary artifacts. Unlike traditional open-source code, they cannot be easily inspected for hidden functionality. This increases reliance on trust in upstream suppliers. Compromise anywhere in the AI supply chain can result in the following:

  • Biased or manipulated outputs
  • Embedded backdoors
  • Security breaches
  • Data exfiltration
  • Malware execution
  • Legal and licensing exposure
  • System instability or failure

Key Risk Areas to Consider

  • Traditional Third-party Component Vulnerabilities: Outdated or deprecated packages used during model development or fine-tuning can be exploited, similar to OWASP A06 – Vulnerable and Outdated Components.
  • Licensing Risks: AI systems incorporate diverse software and dataset licenses. Mismanagement may lead to legal violations, distribution restrictions, or commercial exposure.
  • Outdated or Deprecated Models: Unmaintained models may contain unresolved vulnerabilities.
  • Vulnerable Pre-trained Models: Pre-trained models may contain hidden biases, backdoors, or malicious modifications. Techniques such as parameter tampering (e.g., ROME / “lobotomization”) can directly alter model behavior.
  • Weak Model Provenance: Model cards provide descriptive information but do not guarantee authenticity. Attackers may impersonate legitimate suppliers or compromise repository accounts.
  • Malicious LoRA Adapters: Low-rank Adaptation (LoRA) and PEFT techniques allow modular fine-tuning. A malicious adapter can compromise a base model when merged, especially in collaborative or automated deployment environments.
  • Exploited Collaborative Model Development: Model merging, conversion services, and shared hosting platforms can be manipulated to inject vulnerabilities or bypass review processes.
  • On-device Model Risks: LLMs deployed at the edge increase exposure to firmware vulnerabilities, reverse engineering, and tampered model repackaging.
  • Unclear Terms and Privacy Policies: Changes in supplier T&Cs may permit training on application data without clear consent, leading to unintended memorization or exposure of sensitive information.

Representative Attack Scenarios

These scenarios illustrate that supply chain risks affect both development and production environments.

  • Compromised Dependency (PyPI Attack): Malicious packages embedded malware in development environments
  • Direct Model Tampering (PoisonGPT): Attackers altered model parameters to bypass repository safety checks
  • Malicious Fine-tuned Model: A model appears safe on benchmarks but contains targeted triggers
  • Fake Model Publication (WizardLM): Attackers publish malware-laced models under popular names
  • LoRA Adapter Compromise: A malicious adapter introduces hidden vulnerabilities when merged
  • Cloud Infrastructure Exploitation (CloudBorne/CloudJacking): Virtualization or firmware weaknesses compromise hosted models
  • GPU Memory Leakage (LeftOvers CVE-2023-4969): Sensitive data recovered from leaked GPU memory
  • Reverse-engineered Mobile App: Tampered models embedded in repackaged apps redirect users to scam content
  • Dataset Poisoning: Public datasets manipulated to embed subtle backdoors during fine-tuning
  • T&C Manipulation: Supplier modifies privacy policies to train on sensitive application data

Prevention and Mitigation Strategies

Supplier and Source Vetting

Be sure to use trusted and verifiable model sources. Review supplier security posture and T&Cs regularly and audit changes in licensing and privacy policies.

Vulnerability Management

Apply OWASP A06:2021 controls, perform dependency scanning and patch management and maintain secure development environments.

SBOM / AI-BOM Practices

Maintain a software bill of materials (SBOM), track models, datasets, adapters, and licenses and consider AI/ML-specific BOM standards such as OWASP CycloneDX.

Model Integrity Verification

Use digital signatures and file hash verification, apply code signing for externally supplied code and validate provenance where possible.

AI Red Teaming

Conduct adversarial testing on third-party models, evaluate models in intended operational contexts and don’t rely solely on published safety benchmarks.

Collaborative Environment Controls

Monitor model merge and conversion services, use automated scanners (e.g., HuggingFace SF_Convertbot Scanner) and audit shared development pipelines.

Anomaly and Robustness Testing

Perform adversarial robustness checks, integrate detection into MLOps pipelines and conduct periodic red team exercises.

Edge Deployment Protection

Encrypt models at rest, use hardware integrity checks and vendor attestation APIs and terminate applications on unrecognized firmware

Licensing Governance

Maintain license inventories via BOMs, use automated license management tools and train teams on license obligations

The Core Security Principle

LLM systems are not standalone artifacts. They are assembled ecosystems composed of code, data, models, adapters, infrastructure, licenses and cloud services. Every external dependency introduces risk.

Supply chain security for LLMs requires continuous validation, strong provenance controls, secure MLOps practices, red teaming and adversarial testing, legal and licensing governance and infrastructure hardening.

In AI systems, trust is inherited. If any upstream component is compromised, the downstream application is compromised. Secure the chain, verify the source and continuously monitor.

< Back to Glossary of Terms