目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-43866— Apache Camel 反序列化注入漏洞

AI 预测 9.1 利用难度: 较易 EPSS 0.50% · P40

影响版本矩阵 6

厂商产品版本范围状态
Apache Software FoundationApache Camel3.0.0< 4.14.8affected
4.15.0< 4.18.3affected
4.19.0< 4.21.0affected
3.0.0< 4.14.8affected
4.15.0< 4.18.3affected
4.19.0< 4.21.0affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-43866 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Apache Camel, Apache Camel: Camel JMS - CVE-2026-40860 fix bypass via DefaultExchangeHolder
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
可信数据的反序列化
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Apache Camel 反序列化注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Apache camel是美国Apache基金会开源的一个企业集成模式框架。 Apache Camel存在反序列化注入漏洞,该漏洞源于JMS组件中的反序列化问题,可能导致攻击者发布ObjectMessage到队列或主题时注入任意Exchange状态,操纵路由、标头、交换属性和错误处理。以下版本受到影响:3.0.0版本至4.14.8之前版本、4.15.0版本至4.18.3之前版本和4.19.0版本至4.21.0之前版本。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
Apache Software FoundationApache Camel 3.0.0 ~ 4.14.8 -
Apache Software FoundationApache Camel 3.0.0 ~ 4.14.8 -

二、漏洞 CVE-2026-43866 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-43866 的情报信息

登录查看更多情报信息。

CVE-2026-43866 厂商安全公告 (1)

同批安全公告 · Apache Software Foundation · 2026-07-06 · 共 39 条

CVE-2026-46457Apache Camel 输入验证错误漏洞
CVE-2026-48205Apache Camel DNS 输入验证错误漏洞
CVE-2026-48204Apache Camel 输入验证错误漏洞
CVE-2026-48203Apache Camel 输入验证错误漏洞
CVE-2026-46726Apache Camel Vertx Websocket 输入验证错误漏洞
CVE-2026-46592Apache Camel 输入验证错误漏洞
CVE-2026-46591Apache Camel 输入验证错误漏洞
CVE-2026-46590Apache Camel 反序列化注入漏洞
CVE-2026-46585Apache Camel 输入验证错误漏洞
CVE-2026-46584Apache Camel 输入验证错误漏洞
CVE-2026-48206Apache Camel 输入验证错误漏洞
CVE-2026-46456Apache Camel 输入验证错误漏洞
CVE-2026-46455Apache Camel 会话机制问题漏洞
CVE-2026-46454Apache Camel 输入验证错误漏洞
CVE-2026-46453Apache Camel 输入验证错误漏洞
CVE-2026-43865Apache Camel 反序列化注入漏洞
CVE-2026-42527Apache Camel 反序列化注入漏洞
CVE-2026-40859Apache Camel 反序列化注入漏洞
CVE-2026-40047Apache Camel 命令注入漏洞
CVE-2026-56139Apache Camel 信息泄露漏洞

显示前 20 条,共 39 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-43866

暂无评论


发表评论