CVE-2026-43866 Vulnerability Analysis & Exploit Details

CVE-2026-43866
Vulnerability Scoring

7.3
/10
Very High Risk

Highly exploitable, CVE-2026-43866 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or 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-43866 Details

Status: Analyzed

Last updated: 🕦 07 Jul 2026, 23:35 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:L/PR:N/UI:N/S:U/C:L/I:L/A:L

CVE-2026-43866 Vulnerability Summary

CVE-2026-43866: Deserialization of Untrusted Data vulnerability in Apache Camel, Apache Camel JMS component. JmsBinding.extractBodyFromJms() in camel-jms - and the equivalent JmsBinding in camel-sjms - deserializes the payload of an incoming JMS ObjectMessage via jakarta.jms.ObjectMessage.getObject() whenever the mapJmsMessage option is enabled (the default) and Camel acts as a JMS consumer. The CVE-2026-40860 hardening added a post-deserialization class check that rejects classes outside the default allow-list java.**;javax.**;org.apache.camel.**;!*. However org.apache.camel.support.DefaultExchangeHolder itself lives in the allow-listed org.apache.camel.** namespace, so an ObjectMessage whose top-level object is a DefaultExchangeHolder passes the check. The receiving side then calls DefaultExchangeHolder.unmarshal() on it without requiring the transferExchange option to be enabled - an asymmetric trust boundary, since the sending side gates ObjectMessage and transferExchange handling but the receiving side did not - writing every non-null field of the holder into the Exchange: the message body, the IN and OUT headers, the exchange properties, the variables, the exchange id and the exception. An attacker who can publish an ObjectMessage to a queue or topic consumed by an affected Camel application can therefore inject arbitrary Exchange state using only universally-trusted java.lang and java.util types, with no deserialization gadget chain required, to manipulate routing and headers, exchange properties and error handling. The same handling applies to camel-sjms and camel-sjms2, and to the JMS-family components built on JmsComponent and JmsBinding: camel-amqp, camel-activemq and camel-activemq6. This is a bypass of the CVE-2026-40860 fix rather than a flaw in it. This issue affects Apache Camel: from 3.0.0 before 4.14.8, from 4.15.0 before 4.18.3, from 4.19.0 before 4.21.0; Apache Camel: from 3.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. After upgrading, JMS ObjectMessage handling is disabled by default in camel-jms, camel-sjms and the JMS-family components (a new objectMessageEnabled option defaults to false at the component and endpoint level), so an incoming ObjectMessage - including a DefaultExchangeHolder payload - is no longer deserialized unless the option is explicitly enabled; only set objectMessageEnabled=true when the consumed JMS destination is fed exclusively by trusted producers. For deployments that cannot upgrade immediately, restrict publish access to the queues and topics consumed by Camel to trusted producers via JMS broker authorization, and do not expose JMS consumers that map ObjectMessage bodies to untrusted networks; a JMS-provider deserialization allow-list does not mitigate this specific bypass because the crafted payload uses only universally-trusted classes.

Assessing the Risk of CVE-2026-43866

Access Complexity Graph

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

With low attack complexity and no required privileges, CVE-2026-43866 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

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-43866, 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-43866, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: Low
    CVE-2026-43866 could lead to minor leaks of non-critical information without major privacy breaches.
  • Integrity: Low
    Exploiting CVE-2026-43866 may cause minor changes to data without severely impacting its accuracy.
  • Availability: Low
    CVE-2026-43866 may slightly degrade system performance without fully affecting service availability.

CVE-2026-43866 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:3.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:milestone1:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:milestone1:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:milestone2:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:milestone2:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:milestone3:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:milestone3:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.0:milestone4:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.0:milestone4:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.4.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.4.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.7.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.7.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.11.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.11.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.14.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.14.9:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.18.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.18.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.6:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.6:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.7:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.8:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.8:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.20.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.20.9:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.4:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.21.5:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.21.5:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.22.0:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.22.0:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.22.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.22.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.22.2:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.22.2:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.22.3:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.22.3:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:camel:3.22.4:*:*:*:*:*:*:*
    cpe:2.3:a:apache:camel:3.22.4:*:*:*:*:*:*:*
  • 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-43866: 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-15628 – A security flaw has been discovered in zhayujie chatgpt-on-wechat CowAgent up to 2.1.1. This issue affects the function Vision._download_to_data_ur...
  • CVE-2026-15627 – A vulnerability was identified in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This vulnerability affects the function handleNavigate of the file p...
  • CVE-2026-15626 – A vulnerability was determined in nextlevelbuilder GoClaw 3.13.3-beta.3. This affects the function writeFile of the file internal/providers/acp/too...
  • CVE-2026-7640 – The WP Customer Area plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'type' attribute of the `customer-area-protected-con...
  • CVE-2026-15625 – A vulnerability was found in nextlevelbuilder GoClaw 3.11.3. Affected by this issue is the function ExecApprovalManager.CheckCommand of the file in...