CVE-2026-40473
8.8Apache · Camel
A deserialization vulnerability in the Apache Camel Mina component allows remote attackers to achieve arbitrary code execution by sending crafted Java objects over the network.
Executive summary
A critical deserialization vulnerability in Apache Camel allows unauthenticated attackers to execute arbitrary code via the Mina component.
Vulnerability
The vulnerability stems from insecure deserialization within the MinaConverter.toObjectInput method, which fails to implement class-loading restrictions or input filtering when processing serialized Java objects. An attacker can trigger this flaw by sending a malicious payload to a Camel route configured as a TCP or UDP consumer.
Business impact
Successful exploitation allows an attacker to execute arbitrary code on the host system, leading to a total compromise of the application and potentially the underlying infrastructure. With a CVSS score of 8.8, this vulnerability poses a severe risk to data confidentiality, integrity, and system availability, necessitating immediate remediation to prevent unauthorized access or system takeover.
Remediation
Immediate Action: Update the Apache Camel Mina component to version 4.14.6, 4.18.2, or 4.20.0, depending on the currently deployed release stream.
Proactive Monitoring: Review application logs for unusual inbound traffic on ports configured for Mina consumers and monitor for suspicious process execution patterns originating from the Java application.
Compensating Controls: Implement network-level access controls to restrict traffic to the affected Mina consumer ports to trusted sources only, and utilize a Web Application Firewall or similar inspection tool to detect serialized Java object patterns if possible.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the GitHub repository maintained by oscerd.
Analyst recommendation
Given the high severity of this vulnerability and the potential for remote code execution, organizations must prioritize patching the affected Apache Camel components. Administrators should verify their current deployment against the fixed versions and apply the appropriate update immediately to eliminate the risk of exploitation.
More Apache CVEs
Sources
Originally found and disclosed by Venkatraman Kumar from Securin, per the CVE Program record.