Common Weakness Enumeration
CWE Definition / CWE-95
CWE-95: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. eval).
Published:19 Jul 2006
Organization:MITRE
Modified:30 Apr 2026
Related Weakness
CWE-94: Improper Control of Generation of Code ('Code Injection')
