Injection: Difference between revisions

From Rice Wiki
(Created page with "Category:Cybersecurity An '''injection''' refers to flaws that come from data and control being sent on the same channel, allowing users to send malicious control signals that are unwittingly processed. = Examples = * Prompt injection in LLMs")
 
Line 5: Line 5:
= Examples =
= Examples =
* [[Prompt injection]] in LLMs
* [[Prompt injection]] in LLMs
* [[SQL injectoin]]
* [[Phone injection]]

Revision as of 20:30, 23 May 2024


An injection refers to flaws that come from data and control being sent on the same channel, allowing users to send malicious control signals that are unwittingly processed.

Examples