All rules →
Rules / Java
SHIELD-JAVA-017

SpEL or OGNL Expression Injection

criticalJavaCWE-917CVSS 9.8

What it detects

Parsing an expression built from concatenated input allows SpEL or OGNL injection.

How to fix

Never evaluate expressions built from user input; use a fixed expression with bound variables.

Scan your repo freeFull documentation
Back to all rules
SHIELD-JAVA-017: SpEL or OGNL Expression Injection — Zennoxa Shield