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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-60093— Apache Camel Azure Storage DataLake 目录遍历漏洞

一分钟漏洞结论

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

Apache Camel Azure-Storage Datalake 组件中的相对路径遍历漏洞 本漏洞影响 Apache Camel 以下版本:4.0.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-azure-storage-datalake 组件通过其 操作,可将 Azure Data Lake Storage Gen2 中的文件下载到本地文件系统,写入位置由 端点选项指定的目录决定。 方法将

AI 预测 8.1 利用难度: 较易 EPSS 0.25% · P16

影响版本矩阵 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-60093 基础信息

漏洞信息

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

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

Vulnerability Title
Apache Camel: Camel-Azure-Storage-DataLake: the downloadToFile operation built the local download target from the remote path name without constraining it to the configured fileDir
来源: CVE Program / CVE List V5
Vulnerability Description
Relative path traversal vulnerability in Apache Camel Azure-Storage Datalake 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-azure-storage-datalake component can download an Azure Data Lake Storage Gen2 file to the local filesystem through its downloadToFile operation, writing into the directory named by the fileDir endpoint option. DataLakeFileOperations.downloadToFile built the local target by joining fileDir with the remote path name exactly as the Azure SDK reported it (new File(fileDir, fileClientWrapper.getFileName())) and passed the result straight to the SDK download call, with no lexical normalization and no check that the resolved location stayed inside fileDir. The remote name is not route-controlled data: the consumer enumerates the filesystem in DataLakeConsumer.createBatchExchangesFromPath, which lists paths and creates one exchange per entry from PathItem.getName() verbatim, applying no name filtering by default. A path name containing parent-directory segments therefore resolved to a location outside the configured fileDir, letting anyone able to influence the names present in the consumed Data Lake filesystem cause Camel to create or overwrite a file at a location of their choosing, with the privileges of the Camel process. Depending on what the process can write to, overwriting a file outside the download directory can escalate beyond the loss of integrity of that file. The fileDir option is an ordinary common-group configuration parameter and carries no security marker, so nothing signalled to users that its value was not being enforced as a containment boundary. Camel's other file-download consumers - camel-file, camel-ftp, camel-smb, camel-mina-sftp and camel-azure-files - already constrained their local downloads to the configured directory using a path-segment boundary check; the camel-azure-storage-datalake download path was not covered by that work. 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, constrain the names the consumer will act on using the regex endpoint option, which is applied to each listed path name as a full-string match, so that only simple single-segment names are accepted and any name carrying a path separator or a parent-directory segment is filtered out before an exchange is created. Alternatively, avoid the downloadToFile operation on untrusted filesystems and write the payload from the route under a file name the route itself controls, rather than one taken from the remote listing. As defence in depth, treat the object names in any externally writable Data Lake filesystem as untrusted input and do not derive local filesystem paths from them.
来源: 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-60093 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-60093 厂商安全公告 (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-59230 Apache Camel-Mail 远程代码执行漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-60093

暂无评论


发表评论