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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78329— Apache Camel Undertow 端点头过滤策略失效

一分钟漏洞结论

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

Apache Camel Undertow 组件中存在不当输入验证漏洞。 该漏洞影响以下 Apache Camel 版本:4.11.0(不含)至 4.14.9,4.15.0(不含)至 4.18.4,以及 4.19.0(不含)至 4.22.0。 在默认配置下,UndertowEndpoint 类会将其 headerFilterStrategy 字段初始化为基础的 HttpHeaderFilterStrategy,并将该实例传递给它延迟创建的 UndertowHttpBinding 对象。这一行为覆盖了 Underto

AI 预测 5.4 利用难度: 较易 EPSS 0.16% · P5

影响版本矩阵 3

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

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

漏洞信息

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

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

Vulnerability Title
Apache Camel: Camel-Undertow: the endpoint discarded the undertow-specific header filter strategy in favour of the base HTTP one, so the undertow filtering never ran on endpoint-configured routes
来源: CVE Program / CVE List V5
Vulnerability Description
Improper input validation vulnerability in Apache Camel Undertow component. This issue affects Apache Camel: from 4.11.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. UndertowEndpoint defaulted its headerFilterStrategy field to the base HttpHeaderFilterStrategy and pushed that instance into the UndertowHttpBinding it creates lazily, overwriting the UndertowHeaderFilterStrategy that DefaultUndertowHttpBinding installs in its own constructor. Unless a deployment supplied a custom binding or an explicit headerFilterStrategy, the undertow-specific filtering therefore never executed on endpoint-configured routes: the strategy object was constructed and immediately replaced before it could be consulted. The consequence is that the legacy websocket. Exchange-header prefix was not filtered at the undertow transport boundary in either direction, so an undertow HTTP consumer mapped inbound wire headers of that form onto the Exchange, where an undertow WebSocket producer reads them as dispatch directives and can be made to deliver to a peer other than the one the route selected; and header names that undertow itself does not accept were mapped onto the Exchange rather than being skipped. Rest DSL consumers were never affected, because UndertowComponent assigns UndertowRestHeaderFilterStrategy explicitly, which extends the undertow strategy. This is not a regression of CVE-2025-30177: the base HttpHeaderFilterStrategy configures the inbound Camel-prefix filter itself, so the protection introduced by that advisory continued to work through the base class and was never lost. What the change did was leave the undertow strategy orphaned on the endpoint path, with the effect that two subsequent corrections written into it - one skipping header names undertow rejects, one filtering the legacy websocket. prefix in both directions - were applied to a class the endpoint no longer used and never took effect in the releases that shipped them. 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, configure the strategy explicitly rather than relying on the default, for example by binding an UndertowHeaderFilterStrategy in the registry and referencing it on the endpoint as undertow:http://0.0.0.0:8080/foo?headerFilterStrategy=#myStrategy, and additionally strip the dispatch headers at the trust boundary with removeHeaders(“websocket.*”). Note a residual limitation that upgrading does not remove: the undertow component deliberately keeps the websocket. values as part of its externally visible API contract, and UndertowProducer reads them with in.getHeader, which does not consult a HeaderFilterStrategy at all. The restored filtering is therefore defence in depth at the undertow transport boundary only. A route that carries an untrusted message from a non-undertow consumer into an undertow producer is not protected by this fix and must strip those headers itself.
来源: 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.11.0 ~ 4.14.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-75099 Apache Allura 未授权REST信息泄露漏洞
CVE-2026-71300 Apache Camel Atmosphere WebSocket 头注入漏洞
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-78329

暂无评论


发表评论