cve/2024/CVE-2024-45034.md
2025-09-29 16:08:36 +00:00

18 lines
866 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-45034](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45034)
![](https://img.shields.io/static/v1?label=Product&message=Apache%20Airflow&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%202.10.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-250%3A%20Execution%20with%20Unnecessary%20Privileges&color=brighgreen)
### Description
Apache Airflow versions before 2.10.1 have a vulnerability that allows DAG authors to add local settings to the DAG folder and get it executed by the scheduler, where the scheduler is not supposed to execute code submitted by the DAG author. Users are advised to upgrade to version 2.10.1 or later, which has fixed the vulnerability.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ch4n3-yoon/ch4n3-yoon