CVE-2026-32613: Java Spel Standard Evaluation Context Rce

Use of Spring's StandardEvaluationContext for SpEL evaluation grants the expression full JVM reach (T(java.lang.Runtime), new ProcessBuilder(...), reflection, etc.). When the SpEL string can come from user-controlled input (e.g., pipeline definitions, request bodies, configuration), this enables remote code execution (CVE-2026-32613, CWE-94 / CWE-917). Use a

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0Java
greprules fetch cve-2026-32613-java-spel-standard-evaluation-context-rce --engine opengrep

Description

Use of Spring's StandardEvaluationContext for SpEL evaluation grants the expression full JVM reach (T(java.lang.Runtime), new ProcessBuilder(...), reflection, etc.). When the SpEL string can come from user-controlled input (e.g., pipeline definitions, request bodies, configuration), this enables remote code execution (CVE-2026-32613, CWE-94 / CWE-917). Use a