Deserialization of Untrusted Data in Apache Camel - CVE-2026-43865
Published: August 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to deserialization of untrusted data in the camel-hazelcast component when processing serialized objects received over the Hazelcast cluster protocol. A remote attacker can publish a crafted serialized Java object to execute arbitrary code.
The issue is exposed by default when Camel creates and manages the Hazelcast instance from its own default configuration rather than using a user-supplied HazelcastInstance, hazelcastConfigUri, or referenced Config bean.