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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-71300— Apache Camel Atmosphere WebSocket 头注入漏洞

一分钟漏洞结论

影响对象
Apache Software Foundation Apache Camel
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Apache Camel Atmosphere WebSocket 组件中存在不正确的输入验证漏洞。 该漏洞影响以下 Apache Camel 版本: 4.0.0 至 4.14.9 之前的版本 4.15.0 至 4.18.4 之前的版本 4.19.0 至 4.22.0 之前的版本 在 生产者中,消息发送给哪些已连接的 WebSocket 对等体是通过 Exchange 头信息中的特定字段来决定的。这些头信息包括位于 Camel 命名空间之外的字符串值: 、 ,以及 、 和 。由于 继承自 ,因此也继承了 ,而该策略

AI 预测 7.5 利用难度: 较易 EPSS 0.23% · P13

影响版本矩阵 3

厂商产品 版本范围状态
Apache Software Foundation Apache Camel 4.0.0< 4.14.9 affected
4.15.0< 4.18.4 affected
4.19.0< 4.22.0 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Apache Camel: Camel-Atmosphere-Websocket: WebSocket dispatch header injection
来源: CVE Program / CVE List V5
Vulnerability Description
Improper input validation vulnerability in Apache Camel Atmosphere Websocket component. This issue affects Apache Camel: from 4.0.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-atmosphere-websocket producer selects which connected WebSocket peers a message is delivered to through Exchange headers, and the string values of those headers sat outside the Camel namespace: websocket.connectionKey and websocket.connectionKey.list, along with websocket.sendToAll, websocket.eventType and websocket.errorType. WebsocketEndpoint extends ServletEndpoint and so inherits HttpHeaderFilterStrategy, which filters only the Camel and camel prefixes; the dotted names therefore fell outside the filtered namespace and were admitted in both directions by every HTTP-family consumer. In a route bridging an HTTP consumer into an atmosphere-websocket producer, an external sender could supply the list header and take over the producer's dispatch decision. WebsocketProducer.process tests the list header before the single-key header, so an injected value discarded the recipient the route had selected: a notification intended for one connected client could be suppressed, or delivered instead to a different client whose connection key the sender knows. The header need not be a query parameter and need not be supplied as a list literally - Camel's HTTP binding promotes a repeated header name, and a bracketed value, to a List when mapping onto the Exchange - so an ordinary inbound HTTP header is sufficient to reach the list-valued branch. This is distinct from CVE-2026-55993, which concerns the consumer-side query-parameter path in the same component. The behaviour dates back to the introduction of these constants, first released in 2.17.0, and was unchanged until this fix. Users are recommended to upgrade to version 4.22.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.9. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.4. For deployments that cannot upgrade immediately, strip the dispatch headers at the trust boundary before the producer, for example with removeHeaders(“websocket.*”) placed between the HTTP consumer and the atmosphere-websocket producer. Note that the fix renames the header string values into the Camel namespace, which is a breaking change for routes that set them by literal string: routes referencing the WebsocketConstants fields symbolically are unaffected, and the change is documented in the upgrade guides. As defence in depth, do not bridge an untrusted HTTP consumer directly into a WebSocket producer whose dispatch is header-driven without stripping the dispatch namespace first.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache Camel 4.0.0 ~ 4.14.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Apache Software Foundation · 2026-08-24 · 共 9 条

CVE-2026-75099 Apache Allura 未授权REST信息泄露漏洞
CVE-2026-78329 Apache Camel Undertow 端点头过滤策略失效
CVE-2026-63621 Apache Camel Knative 云事件字段未过滤映射至消息头
CVE-2026-66908 Apache Camel platform-http-main JWT验证绕过漏洞
CVE-2026-66907 Apache Camel Google Storage 消费者路径遍历漏洞
CVE-2026-66906 Apache Camel Azure-Storage-Blob目录遍历漏洞
CVE-2026-60093 Apache Camel Azure Storage DataLake 目录遍历漏洞
CVE-2026-59230 Apache Camel-Mail 远程代码执行漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-71300

暂无评论


发表评论