CVE-2026-43865 Vulnerability Analysis & Exploit Details

CVE-2026-43865
Vulnerability Scoring

8.1
/10
Severe Risk

Cybersecurity professionals consider CVE-2026-43865 an immediate threat requiring urgent mitigation.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-43865 Details

Status: Analyzed

Last updated: 🕦 07 Jul 2026, 23:38 UTC
Originally published on: 🕘 06 Jul 2026, 09:16 UTC

Time between publication and last update: 1 days

CVSS Release: version 3

CVSS3 Source

134c704f-9b21-4f2e-91b3-4a467353bcc0

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

CVE-2026-43865 Vulnerability Summary

CVE-2026-43865: Deserialization of Untrusted Data vulnerability in Apache Camel Hazelcast component. The camel-hazelcast component creates and manages Hazelcast instances using a default configuration that applies no Java deserialization filter. When Camel builds the Hazelcast Config itself - that is, when no user-supplied HazelcastInstance, hazelcastConfigUri, or referenced Config bean is provided - neither Hazelcast's JavaSerializationFilterConfig nor a Camel-side ObjectInputFilter is configured, so objects received over the Hazelcast cluster protocol are deserialized inside Hazelcast's own serialization layer (ObjectInputStream.readObject) before Camel ever processes them. An attacker who can join or otherwise reach the Hazelcast cluster can publish a crafted serialized Java object that is then deserialized on every Camel node, resulting in remote code execution. The exposure is present by default and requires no opt-in endpoint configuration: any route using a hazelcast consumer (hazelcast-topic, hazelcast-queue, hazelcast-seda, hazelcast-map, hazelcast-multimap, hazelcast-replicatedmap, hazelcast-list, hazelcast-set), as well as the HazelcastAggregationRepository and HazelcastIdempotentRepository, is affected whenever the managed instance is created from Camel's default configuration. This issue affects Apache Camel: from 4.0.0 before 4.14.8, from 4.15.0 before 4.18.3, from 4.19.0 before 4.21.0. Users are recommended to upgrade to version 4.21.0, which fixes the issue. If users are on the 4.14.x LTS releases stream, then they are suggested to upgrade to 4.14.8. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.3. The fix makes Camel apply a default Hazelcast JavaSerializationFilterConfig (whitelisting the java., javax. and org.apache.camel. class-name prefixes and blacklisting java.net.) to instances it creates from its own default configuration, while leaving any user-supplied Config or HazelcastInstance untouched. For deployments that cannot upgrade immediately, configure a deserialization filter on the Hazelcast instance (Hazelcast JavaSerializationFilterConfig, or the JVM-wide system property -Djdk.serialFilter=!java.net.**;java.**;javax.**;org.apache.camel.**;!*) and enable Hazelcast cluster authentication and TLS to restrict who can reach the cluster.

Assessing the Risk of CVE-2026-43865

Access Complexity Graph

The exploitability of CVE-2026-43865 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-43865

CVE-2026-43865 presents a challenge to exploit due to its high attack complexity, but the absence of privilege requirements still makes it a viable target for skilled attackers. A thorough security review is advised.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-43865, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-43865, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2026-43865 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2026-43865 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2026-43865 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-43865 References

External References

CWE Common Weakness Enumeration

CWE-502

CAPEC Common Attack Pattern Enumeration and Classification

  • Object Injection CAPEC-586 An adversary attempts to exploit an application by injecting additional, malicious content during its processing of serialized objects. Developers leverage serialization in order to convert data or state into a static, binary format for saving to disk or transferring over a network. These objects are then deserialized when needed to recover the data/state. By injecting a malformed object into a vulnerable application, an adversary can potentially compromise the application by manipulating the deserialization process. This can result in a number of unwanted outcomes, including remote code execution.

Vulnerable Configurations

  • cpe:2.3:a:apache:camel:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.0:milestone1:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:milestone1:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.0:milestone2:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:milestone2:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.0:milestone3:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.0:milestone3:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.4.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.8.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.8.9:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.10.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.10.9:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.14.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.14.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.17.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.17.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.18.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.18.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.18.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.18.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:4.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:4.20.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-43865: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-15138 – A security vulnerability has been detected in tumf mcp-text-editor up to 1.0.2. This issue affects the function _validate_file_path of the file mcp...
  • CVE-2026-47646 – Improper neutralization of input during web page generation ('cross-site scripting') in Dynamics 365 Customer Voice allows an unauthorized attacker...
  • CVE-2026-15137 – A weakness has been identified in code-projects Interview Management System 1.0. This vulnerability affects unknown code of the file \inc\classes\V...
  • CVE-2026-15135 – A security flaw has been discovered in code-projects Online Food Order System 1.0. This affects an unknown part of the file /edit_food_items.php. T...
  • CVE-2026-15134 – A vulnerability was determined in CodeAstro Simple Online Leave Management System 1.0. Affected by this vulnerability is an unknown functionality o...