CVE-2026-40859 Vulnerability Analysis & Exploit Details

CVE-2026-40859
Vulnerability Scoring

8.1
/10
Severe Risk

Cybersecurity professionals consider CVE-2026-40859 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-40859 Details

Status: Analyzed

Last updated: 🕠 07 Jul 2026, 17:40 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-40859 Vulnerability Summary

CVE-2026-40859: Deserialization of Untrusted Data vulnerability in Apache Camel. The camel-vertx-http component deserializes HTTP response bodies carrying the Content-Type application/x-java-serialized-object using a raw java.io.ObjectInputStream, without applying any ObjectInputFilter (VertxHttpHelper.deserializeJavaObjectFromStream) This deserialization path is reached only when the producer endpoint is configured with transferException=true (or the component-level allowJavaSerializedObject=true) and throwExceptionOnFailure is left at its default value of true; in that case a backend HTTP response with a 5xx status and the application/x-java-serialized-object content type has its body deserialized with no class restrictions. An attacker who controls the backend the Camel producer talks to - through a man-in-the-middle position on an unencrypted (plain HTTP) connection, or by compromising the backend service - can return a crafted serialized Java object and, if a suitable gadget chain is present on the classpath, achieve remote code execution on the Camel application host. The path is not reachable in the default configuration, where transferException is false. 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.20.0. Users are recommended to upgrade to version 4.20.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. After upgrading, the deserialization performed by both helper utilities is constrained by a default ObjectInputFilter (allow-list java.**;javax.**;org.apache.camel.**;!*), which can be customised through the new deserializationFilter endpoint option or the JVM-wide -Djdk.serialFilter system property. For deployments that cannot upgrade immediately: do not enable transferException=true (or allowJavaSerializedObject=true) on producers that talk to untrusted or network-reachable backends; ensure producer connections use TLS (https) so that a response cannot be substituted by a man-in-the-middle; and, where the option is required, set an explicit -Djdk.serialFilter allow-list (for example java.**;org.apache.camel.**;!*) to constrain deserialization.

Assessing the Risk of CVE-2026-40859

Access Complexity Graph

The exploitability of CVE-2026-40859 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-40859

CVE-2026-40859 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-40859, 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-40859, 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-40859 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2026-40859 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2026-40859 can disrupt system operations, potentially causing complete denial of service (DoS).

CVE-2026-40859 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:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-40859: 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-9561 – Eclipse Kura versions prior to 5.6.2 trust the client-supplied X-Forwarded-For HTTP header as the authoritative source of the client IP address in ...
  • CVE-2026-8384 – In Eclipse Jetty, an HTTP URI of this form: /public;/../admin/secret.txt results in an unresolved path of: /public/../admin/secre...
  • CVE-2026-6790 – In Eclipse Jetty, for HTTP/1, HTTP/2 and HTTP/3 requests, there is no strict check that the request authority (host and port) matches what provided...
  • CVE-2026-59246 – Allocation of resources without limits vulnerability in elixir-mint mint allows a remote HTTP/2 server to exhaust memory on the client host and cau...
  • CVE-2026-59084 – Insufficient Technical Documentation vulnerability in Apache Tomcat since the requirements to securely configure the EncryptInterceptor were not cl...