This page is experimental and may change significantly in future releases.
Improper Neutralization of Input Used for LLM Prompting
Properties
id: d3f:CWE-1427
- name
- Improper Neutralization of Input Used for LLM Prompting
- definition
- The product uses externally-provided data to build prompts provided to large language models (LLMs), but the way these prompts are constructed causes the LLM to fail to distinguish between user-supplied inputs and developer provided system directives.
- synonyms
- prompt injection
Neighbors
CWE-1427 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1427 has no related weaknesses in this release.