CVE-2026-66906: Apache Camel: Camel-Azure-Storage-Blob: the downloadBlobToFile operation built the local download target from the remote blob name without constraining it to the configured fileDir

Published Aug 24, 2026
·
Updated

Relative path traversal vulnerability in Apache Camel Azure Storage Blob 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-blob component can download an Azure Storage blob to the local filesystem through its downloadBlobToFile operation, writing into the directory named by the fileDir endpoint option, which is documented as usable from both the producer and the consumer. BlobOperations.downloadBlobToFile built the local target by joining fileDir with the remote blob name exactly as the Azure SDK reported it (new File(fileDir, client.getBlobName())) 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 blob name is not route-controlled data: the consumer enumerates the container in BlobConsumer.createBatchExchangesFromContainer, which lists blobs and creates one exchange per entry from BlobItem.getName() verbatim, applying no name filtering by default. A blob 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 container 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. Azure Storage blob containers use a flat namespace in which the blob name is an opaque key, so a name carrying such segments is stored and listed as given. 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-blob 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 blob 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; the prefix option can additionally narrow the listing server-side, noting that when both are set regex takes priority and prefix is ignored. Alternatively, avoid the downloadBlobToFile operation on untrusted containers 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 blob names in any externally writable container as untrusted input and do not derive local filesystem paths from them.

Affected Software

4 affected components
Apache Camel>4.0.0<=4.14.9, >4.15.0<=4.18.4, >4.19.0<=4.22.0
Apache Camel>=4.0.0<4.14.9
Apache Camel>=4.15.0<4.18.4
Apache Camel>=4.19.0<4.22.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Apache Camel: Camel-Azure-Storage-Blob to a version that resolves this vulnerability.

    Fixed in 4.14.9
  2. Upgrade

    Upgrade Apache Camel: Camel-Azure-Storage-Blob to a version that resolves this vulnerability.

    Fixed in 4.18.4
  3. Upgrade

    Upgrade Apache Camel: Camel-Azure-Storage-Blob to a version that resolves this vulnerability.

    Fixed in 4.22.0
  4. Configuration

    For deployments that cannot upgrade immediately, set the camel-azure-storage-blob endpoint option `regex` so that only simple single-segment blob names are accepted; ensure any name carrying a path separator or a parent-directory segment is filtered out before an exchange is created.

    camel-azure-storage-blob endpoint regex = (allow only simple single-segment blob names; reject any blob name containing path separators or parent-directory segments)
  5. Configuration

    As defence-in-depth, set the camel-azure-storage-blob endpoint option `prefix` to narrow the server-side blob listing. Note: when both `regex` and `prefix` are set, `regex` takes priority and `prefix` is ignored.

    camel-azure-storage-blob endpoint prefix = (use to narrow server-side listing; only works when `regex` is not set)
  6. Compensating control

    Treat blob names from any externally writable container as untrusted input and do not derive local filesystem paths from them (i.e., avoid acting on untrusted blob-name-derived local paths when using downloadBlobToFile).

Event History

Aug 24, 2026
CVE Published
via MITRE·04:12 PM
Data Sourced
via MITRE·04:12 PM
DescriptionWeakness
Data Sourced
via NVD·05:18 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

Which deployments are exposed?

Deployments using the camel-azure-storage-blob component's downloadBlobToFile operation are affected in Apache Camel 4.0.0 through 4.14.8, 4.15.0 through 4.18.3, and 4.19.0 through 4.21.0. The operation is documented for both producers and consumers.

2

What input is required to trigger the traversal?

A processed blob name must contain parent-directory segments. The vulnerable code joins the configured fileDir with the blob name as reported by the Azure SDK, without normalizing the path or verifying that it remains under fileDir.

3

Does the consumer filter unsafe blob names by default?

No. The consumer enumerates container blobs and creates exchanges using BlobItem.getName() verbatim, with no name filtering applied by default.

4

What determines whether an attacker can exploit this in practice?

An attacker would need a blob name containing traversal segments to be processed by the affected download operation. The supplied information does not identify which Azure permissions or container access conditions would allow an attacker to create such a blob.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203