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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-46585— Apache Camel 输入验证错误漏洞

一分钟漏洞结论

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

Apache camel是美国Apache基金会开源的一个企业集成模式框架。 Apache Camel 4.0.0版本至4.14.8之前版本、4.15.0版本至4.18.3之前版本和4.19.0版本至4.21.0之前版本存在安全漏洞,该漏洞源于输入验证不当,导致用户可控密钥授权绕过问题,攻击者可能通过HTTP请求设置QUERY标头执行针对全文索引的搜索,从而读取未授权文档。

AI 预测 9.8 利用难度: 较易 EPSS 0.63% · P48

影响版本矩阵 3

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

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

漏洞信息

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

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

Vulnerability Title
Apache Camel Lucene: The query control headers used non-Camel-prefixed names (QUERY, RETURN_LUCENE_DOCS) that bypass the HTTP header filter, allowing an HTTP client to inject the full-text search query
来源: CVE Program / CVE List V5
Vulnerability Description
Improper Input Validation, Authorization Bypass Through User-Controlled Key vulnerability in Apache Camel Lucene Component. The camel-lucene producer reads the search phrase from an Exchange header (LuceneConstants.HEADER_QUERY) whose value was the plain string QUERY (and RETURN_LUCENE_DOCS for HEADER_RETURN_LUCENE_DOCS). Because these names do not start with the Camel / camel prefix, HttpHeaderFilterStrategy - which blocks only the Camel header namespace on the HTTP boundary - let them pass from an inbound HTTP request straight into the Exchange. In a route that exposes a Lucene query operation behind an HTTP consumer (for example platform-http), any HTTP client could therefore set the QUERY header and have its value executed against the full-text index, overriding the query the route intended to run. Depending on what is indexed, this allows reading documents the request should not have access to (for example a match-all query returns the entire index, or the route's intended per-user filter can be replaced), and expensive regular-expression queries can consume significant CPU. No credentials are required when the HTTP consumer is unauthenticated. This issue affects Apache Camel: from 4.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, routes that set the query via the raw header name must use CamelLuceneQuery (and CamelLuceneReturnLuceneDocs) instead of QUERY / RETURN_LUCENE_DOCS. For deployments that cannot upgrade immediately, strip the attacker-controllable headers before the Lucene producer and set the query from a trusted source (for example removeHeader('QUERY') and removeHeader('RETURN_LUCENE_DOCS'), then setHeader('QUERY', constant(...)) at the start of the route).
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5
Vulnerability Title
Apache Camel 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Apache camel是美国Apache基金会开源的一个企业集成模式框架。 Apache Camel 4.0.0版本至4.14.8之前版本、4.15.0版本至4.18.3之前版本和4.19.0版本至4.21.0之前版本存在安全漏洞,该漏洞源于输入验证不当,导致用户可控密钥授权绕过问题,攻击者可能通过HTTP请求设置QUERY标头执行针对全文索引的搜索,从而读取未授权文档。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46585

暂无评论


发表评论