Skip to main content

Glossary

Code Injection

A vulnerability class in which attacker-supplied input is executed as code by the target application — SQL injection, command injection, and template injection are common forms. It arises when untrusted input reaches an interpreter without proper separation between code and data.

// Recent coverage mentioning Code Injection

← All 285 glossary terms