Hunting Expression Language Injection

Hunt expression-language injection where untrusted input reaches a server-side expression evaluator: Spring Expression Language, OGNL, MVEL, JEXL, a Jakarta or JSP EL context, or a rules engine that evaluates strings. Covers request data flowing into an expression compiled and evaluated at runtime, where the language exposes type access, method calls, or a runtime handle that reaches command execution. Use when the application evaluates expressions built from or influenced by untrusted input rather than from fixed developer-authored strings. The untrusted value that becomes part of an evaluated expression is the source, the expression evaluator is the sink, and the reachable path from evaluation to a runtime or reflection call is the bug.

UnboundCompute 267e288 9.0 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/hunting-expression-language-injection commit 267e2883f3

Frequently asked questions

npx skillmds@latest add unboundcompute/hunting-expression-language-injection