CVE-2026-50203 PUBLISHED

Apache Airflow SFTP provider: Path traversal in SFTPHook.retrieve_directory allows local file write outside the destination directory via malicious server-supplied directory-entry names

Assigner: apache
Reserved: 04.06.2026 Published: 17.06.2026 Updated: 17.06.2026

A path traversal in the SFTP provider (SFTPHook.retrieve_directory / SFTPOperator(operation=get)) let a malicious or compromised remote SFTP server write files outside the configured local destination directory via crafted directory-entry names. No Airflow account is required — the attack surface is any deployment downloading directories from an untrusted SFTP server. Upgrade apache-airflow-providers-sftp to 5.8.1 or later.

Product Status

Vendor Apache Software Foundation
Product Apache Airflow SFTP provider
Versions Default: unaffected
  • affected from 0 to 5.8.1 (excl.)

Credits

  • secuholic finder
  • Venkatraman Kumar (r3dw0lfsec), Securin finder
  • Jarek Potiuk remediation developer

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE