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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-59230— Apache Camel-Mail 远程代码执行漏洞

一分钟漏洞结论

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

Apache Camel 中存在不适当的输入验证漏洞。 该漏洞影响以下 Apache Camel 版本:2.17.0 至 4.14.9(不含 4.14.9)、4.15.0 至 4.18.4(不含 4.18.4)、4.19.0 至 4.22.0(不含 4.22.0)。 camel-mail 组件提供了一种 MimeMultipart 数据格式,可用于将 MIME 多部分消息反序列化为 Camel 消息。当配置中 设置为 时,反序列化路径会将传入消息的 MIME 头信息复制到 Camel 消息中:它会遍历所有非 Cam

获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Apache Camel: Camel-Mail: the MimeMultipart data format copied MIME headers onto the Camel message without a header filter strategy when unmarshalling with headersInline enabled
来源: CVE Program / CVE List V5
Vulnerability Description
Improper input validation vulnerability in Apache Camel. This issue affects Apache Camel: from 2.17.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0. The camel-mail component ships a MimeMultipart data format that can unmarshal a MIME multipart message. When it is configured with headersInline set to true, the unmarshal path copies the MIME headers of the incoming message onto the Camel message: it enumerates every header that is not one of the three standard ones it generates itself - Message-ID, MIME-Version and Content-Type - and calls setHeader for each, applying no HeaderFilterStrategy. The names of those MIME headers come from the message being unmarshalled, so a sender able to influence the message could place a header whose name falls in the Camel-internal namespace and have it set on the Exchange. Camel components read control headers from that namespace to override their configured behaviour - the camel-sql producer, for instance, takes the statement to execute from a Camel header when one is present - so an injected header could redirect what a downstream step in the route does with data the route author never intended it to take from the message. Which sinks are reachable, and what the consequences are, depends entirely on what the route does after the unmarshal step. The camel-mail consumer already applied a header filter strategy on its own inbound path, so this was the parallel inbound path into the same component that the earlier hardening did not cover. The affected copy is reached only when headersInline is enabled, which is not the default: with the default setting the MIME headers are surfaced as attachments rather than as message headers, and are not affected. The behaviour dates back to the introduction of the data format in 2.17.0 and was present on every release line 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, leave headersInline at its default of false where the inline headers are not needed, since the copy is only reached when it is enabled. Where it must stay enabled, strip Camel-internal headers immediately after the unmarshal step, for example with removeHeaders(“Camel*”) placed before any processor or producer that reads control headers, and do not unmarshal MIME content from an untrusted sender into a route that dispatches on header values. As defence in depth, treat the header names of any MIME message arriving from outside the trust boundary as untrusted input.
来源: 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 2.17.0 ~ 4.14.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-59230 其他参考 (1)

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

CVE-2026-75099 Apache Allura 未授权REST信息泄露漏洞
CVE-2026-78329 Apache Camel Undertow 端点头过滤策略失效
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 目录遍历漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-59230

暂无评论


发表评论