Skip to main content

AI/ML / Gen AI / Threats / DEV

Insecure Plugin

CCC.GenAI.TH07

A plugin integrated with a GenAI model may contain vulnerabilities such as poor input validation or improper access control. An adversary may exploit these flaws by crafting a prompt that causes the model to pass a malicious payload to the plugin, potentially leading to system compromise, data exfiltration or privilege escalation.

Related Capabilities

IDTitleDescription
CCC.GenAI.CP25Plugin IntegrationsAbility for the model to use tools to complete a model interaction. For example web search, python code execution or external maths engine.

Related Controls

IDTitleDescription
CCC.GenAI.CN06Least Privilege for PluginsRestricts the permissions of any external tools the GenAI system can call to limit the potential damage if an agent is coerced to perform unintended actions or vulnerabilities in the tools are exploited.

External Mappings

FrameworkIDRemarks
SAIFIICInsecure Integrated Component
OWASP-LLM-TOP10LLLM07Insecure Plugin Design
MITRE-ATLASAML.T0053LLM Plugin Compromise