CWE•Base•Incomplete•15 recent CVEs
CWE-917Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
Description
The product constructs all or part of an expression language (EL) statement in a framework such as a Java Server Page (JSP) using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended EL statement before it is executed.
Frameworks such as Java Server Page (JSP) allow a developer to insert executable expressions within otherwise-static content. When the developer is not aware of the executable nature of these expressions and/or does not disable them, then if an attacker can inject expressions, this could lead to code execution or other unexpected behaviors.
Common consequences
- Confidentiality→Read Application Data
- Integrity→Execute Unauthorized Code or Commands
Potential mitigations
- Architecture and DesignAvoid adding user-controlled data into an expression interpreter when possible.
- Implementation[object Object]
- System Configuration,OperationThe framework or tooling might allow the developer to disable or deactivate the processing of EL expressions, such as setting the isELIgnored attribute for a JSP page to "true".
Related CWEs
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')CWE-1336Improper Neutralization of Special Elements Used in a Template EngineCWE-74Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')
Recent CVEs classified under this CWE
CVE-2026-88887.52026-06-03CVE-2026-25879.62026-05-19CVE-2026-25869.12026-05-19CVE-2026-313806.52026-05-19CVE-2026-264627.32026-05-18CVE-2026-87597.32026-05-17CVE-2026-419019.02026-05-12CVE-2026-417058.62026-05-09CVE-2026-418838.12026-05-08CVE-2026-282017.82026-05-07CVE-2026-428119.92026-05-04CVE-2026-404789.02026-04-17CVE-2026-404779.02026-04-17CVE-2026-398429.92026-04-15CVE-2026-227389.82026-03-27