Cyber Resilience

CVE-2025-30177

Apache Camel 4.8.0 – 4.8.6

Published
01 April 2025
Modified
15 April 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.012 64th percentile
Risk Priority 53 floored blend · peak EPSS

Summary

CVE-2025-30177 is a medium-severity Improper Neutralization of Internal Special Elements (CWE-164) vulnerability in Apache Camel. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked in the top 36% of CVEs by exploit likelihood; 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

Bypass/Injection vulnerability in Apache Camel in Camel-Undertow component under particular conditions. This issue affects Apache Camel: from 4.10.0 before 4.10.3, from 4.8.0 before 4.8.6. Users are recommended to upgrade to version 4.10.3 for 4.10.x LTS and 4.8.6 for 4.8.x LTS.…

more

Camel undertow component is vulnerable to Camel message header injection, in particular the custom header filter strategy used by the component only filter the "out" direction, while it doesn't filter the "in" direction. This allows an attacker to include Camel specific headers that for some Camel components can alter the behaviour such as the camel-bean component, or the camel-exec component.

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.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-29891Same product: Apache Camel
CVE-2026-33454Same product: Apache Camel
CVE-2026-40047Same product: Apache Camel
CVE-2026-49099Same product: Apache Camel
CVE-2026-49097Same product: Apache Camel
CVE-2026-49098Same product: Apache Camel
CVE-2026-48203Same product: Apache Camel
CVE-2026-40860Same product: Apache Camel
CVE-2026-40858Same product: Apache Camel
CVE-2026-40048Same product: Apache Camel

Affected Assets

apache
camel
4.8.0 — 4.8.6 · 4.10.0 — 4.10.3

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V2.1.1

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires checking and sanitizing special elements before they reach 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 proper input neutralization to prevent this class of injection flaw.

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 in development and acceptance can detect the weakness but does not prevent it at design or coding time.

prevents

Secure development life cycle mandates input validation and sanitization that directly prevents improper neutralization of internal special elements.

prevents

Application security requirements explicitly call for controls against injection and malformed input that cause this weakness.

prevents

Secure system architecture principles reduce attack surface but do not specifically address neutralization of internal special elements.

prevents

Secure coding standards require proper escaping and neutralization of special elements, directly mitigating CWE-164.

References