PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-49818 Apache Software Foundation CVE debrief

The Apache Airflow Samba provider's `GCSToSambaOperator` joined GCS object names to the SMB destination path without a containment check, so an object named with `../` segments resolved a write path outside the configured `destination_path`. An attacker able to write objects into the source GCS bucket — typically an external data producer distinct from the trusted DAG author — could write files to arbitrary locations on the Samba target when the operator ran.

Vendor
Apache Software Foundation
Product
Apache Airflow Samba provider
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-09
Original CVE updated
2026-06-12
Advisory published
2026-06-09
Advisory updated
2026-06-12

Who should care

Users of Apache Airflow with the Samba provider installed, particularly those who allow external data producers to write objects into the source GCS bucket.

Technical summary

The `GCSToSambaOperator` in the Apache Airflow Samba provider did not properly validate the destination path, allowing for a path traversal vulnerability. This could be exploited by an attacker who can write objects to the source GCS bucket, potentially leading to arbitrary file writes on the Samba target.

Defensive priority

MEDIUM

Recommended defensive actions

  • Upgrade apache-airflow-providers-samba to 4.12.6 or later, which validates the resolved destination stays within `destination_path`.

Evidence notes

CVE-2026-49818 was published on [cve-org]. The vulnerability details were obtained from [nvd]. Additional information can be found at [ref-4], [ref-5], and [ref-6].

Official resources

CVE-2026-49818 was published on 2026-06-09T09:16:30.443Z and modified on 2026-06-12T15:51:19.927Z.