Cyber Resilience

CVE-2025-53192

Apache Commons Ognl

Published
18 August 2025
Modified
17 June 2026
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0056 44th percentile
Risk Priority 64 floored blend · peak EPSS

Summary

CVE-2025-53192 is a high-severity Improper Neutralization of Expression/Command Delimiters (CWE-146) vulnerability in Apache Commons Ognl. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked at the 44th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

** UNSUPPORTED WHEN ASSIGNED ** Improper Neutralization of Expression/Command Delimiters vulnerability in Apache Commons OGNL. This issue affects Apache Commons OGNL: all versions. When using the API Ognl.getValue​, the OGNL engine parses and evaluates the provided expression with powerful capabilities,…

more

including accessing and invoking related methods, etc. Although OgnlRuntime attempts to restrict certain dangerous classes and methods (such as java.lang.Runtime) through a blocklist, these restrictions are not comprehensive. Attackers may be able to bypass the restrictions by leveraging class objects that are not covered by the blocklist and potentially achieve arbitrary code execution. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to trusted users. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.003 Windows Command Shell Execution
Adversaries may abuse the Windows command shell for execution.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-34395Same vendor: Apache
CVE-2026-40047Same vendor: Apache
CVE-2022-24697Same vendor: Apache
CVE-2020-1956Same vendor: Apache
CVE-2020-11978Same vendor: Apache
CVE-2025-30177Same vendor: Apache
CVE-2022-24288Same vendor: Apache
CVE-2025-29891Same vendor: Apache
CVE-2026-62392Same vendor: Apache
CVE-2025-54941Same vendor: Apache

Affected Assets

apache
commons ognl
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly stops unneutralized expression/command delimiters from reaching downstream components.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input neutralization to prevent delimiter/command injection.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect the weakness but does not prevent it by itself.

prevents

Secure development life cycle mandates input validation and output encoding that directly neutralizes expression/command delimiters.

prevents

Application security requirements explicitly call for controls against injection and delimiter-based attacks.

prevents

Secure architecture principles reduce attack surface but do not prescribe delimiter neutralization.

prevents

Secure coding standards require proper neutralization of special elements, directly eliminating this weakness.

References