漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Apache Airflow Samba provider: Path traversal in GCSToSambaOperator via GCS object names
Vulnerability Description
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. Upgrade apache-airflow-providers-samba to 4.12.6 or later, which validates the resolved destination stays within `destination_path`.
CVSS Information
N/A
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Apache Airflow 路径遍历漏洞
Vulnerability Description
Apache Airflow是美国阿帕奇(Apache)基金会的一套具有创建、管理和监控工作流程功能的开源平台。该平台具有可扩展和动态监控等特点。 Apache Airflow Samba provider存在路径遍历漏洞,该漏洞源于GCSToSambaOperator将GCS对象名称连接到SMB目标路径时未进行包含检查,因此名为../段的对象名称解析到配置的destination_path之外的写入路径,能够将对象写入源GCS存储桶的攻击者可以在操作运行时将文件写入Samba目标上的任意位置。
CVSS Information
N/A
Vulnerability Type
N/A