Deserialization of Untrusted Data in Apache Camel - CVE-2026-40473

 

Deserialization of Untrusted Data in Apache Camel - CVE-2026-40473

Published: August 25, 2026


Vulnerability identifier: #VU145339
CSH Severity: High
CVSS v4: 9.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-40473
CWE-ID: CWE-502
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to execute arbitrary code.

The vulnerability exists due to unsafe deserialization in MinaConverter.toObjectInput() when processing crafted serialized Java objects received over a TCP or UDP MINA consumer port. A remote attacker can send a crafted serialized Java object to execute arbitrary code.

Exploitation requires a Camel route to use camel-mina as a TCP or UDP consumer and request conversion to ObjectInput, such as via getBody(ObjectInput.class) or @Body ObjectInput.


Affected software

Apache Camel

How to mitigate CVE-2026-40473

Install security update from vendor's website.

Apache Camel - addressed in versions 4.14.6, 4.18.2, 4.20.0

External References

Related Security Bulletins