CVE-2026-60093
Last modified
CVE-2026-60093 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Camel | >= 4.0.0, < 4.14.9 |
| Apache | Camel | >= 4.15.0, < 4.18.4 |
| Apache | Camel | >= 4.19.0, < 4.22.0 |
References
- https://camel.apache.org/security/CVE-2026-60093.htmlMailing List, Vendor Advisory
- https://www.openwall.com/lists/oss-security/2026/08/24/8Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-60093?
How severe is CVE-2026-60093?
How do I fix CVE-2026-60093?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-60088PraisonAI before 4.6.78 fails to validate file path referenc…6.8
- CVE-2026-60089PraisonAI (pip package praisonaiagents) before 1.6.78 automa…6.9
- CVE-2026-6009Java Deserialisation Vulnerability in Jaspersoft Reports Lib…8.7
- CVE-2026-60090PraisonAI before 4.6.78 fails to validate the caller-control…9.8
- CVE-2026-60091PraisonAI before 4.6.78 contains an unauthenticated server-s…7.2
- CVE-2026-60092AVideo (Meet plugin) through commit e8d6119f3cb1b849149906ef…6.1
- CVE-2026-60094Vinchin Backup & Recovery through 9.0.0.86562 contains a hea…6.9
- CVE-2026-60095Vinchin Backup & Recovery through 9.0.0.86562 contains a sta…6.9
- CVE-2026-6010A security flaw has been discovered in CodeAstro Online Clas…6.3
- CVE-2026-60102Horde Virtual File System (VFS) API before 3.0.1 contains an…8.8
- CVE-2026-60103Blender 3.0.0 through 5.1.2 contains an out-of-bounds read v…6.8
- CVE-2026-60104Bitwarden Server before 2026.6.0 does not verify that the em…8
Are you affected by CVE-2026-60093?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
