BaseIncomplete
CWE-917Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
Category: 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· 2
- Confidentiality — Read Application Data
- Integrity — Execute Unauthorized Code or Commands
Potential mitigations· 3
- [Architecture and Design]Avoid adding user-controlled data into an expression interpreter when possible.
- [Implementation]
- [System Configuration, Operation]The 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".
References
(incoming)18
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-41243cve-2025-41243 | 0% | live |
| Vulnerability | CVE-2026-22729cve-2026-22729 | 0% | live |
| Vulnerability | CVE-2026-22738cve-2026-22738 | 0% | live |
| Vulnerability | CVE-2026-24713cve-2026-24713 | 0% | live |
| Vulnerability | CVE-2026-2586cve-2026-2586 | 0% | live |
| Vulnerability | CVE-2026-2587cve-2026-2587 | 0% | live |
| Vulnerability | CVE-2026-39842cve-2026-39842 | 0% | live |
| Vulnerability | CVE-2026-40477cve-2026-40477 | 0% | live |
| Vulnerability | CVE-2026-40478cve-2026-40478 | 0% | live |
| Vulnerability | CVE-2026-41705cve-2026-41705 | 0% | live |
| Vulnerability | CVE-2026-41883cve-2026-41883 | 0% | live |
| Vulnerability | CVE-2026-41901cve-2026-41901 | 0% | live |
| Vulnerability | CVE-2026-42811cve-2026-42811 | 0% | live |
| KEVEntry | Sonatype Nexus Repository Remote Code Execution Vulnerabilitykev-cve-2020-10199 | 0% | live |
| KEVEntry | Apache Struts Remote Code Execution Vulnerabilitykev-cve-2020-17530 | 0% | live |
| KEVEntry | Atlassian Confluence Server and Data Center Object-Graph Navigation Language (OGNL) Injection Vulnerabilitykev-cve-2021-26084 | 0% | live |
| KEVEntry | Apache Log4j2 Deserialization of Untrusted Data Vulnerabilitykev-cve-2021-45046 | 0% | live |
| KEVEntry | Atlassian Confluence Server and Data Center Remote Code Execution Vulnerabilitykev-cve-2022-26134 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.