CVE-2024-56373: Kritische RCE-Lücke in Airflow 2 – Vorsicht vor manipulierten Verlaufsdaten!

⚠️ CVE-Referenzen: CVE-2024-56373

Zusammenfassung

Eine kritische Sicherheitslücke in Airflow 2 ermöglicht es DAG-Autoren mit weitreichenden Berechtigungen, durch Manipulation der Datenbank beliebigen Code auf dem Web-Server auszuführen. Dies kann zu Remote-Code-Execution führen, wenn Nutzer historische Aufgabeninformationen einsehen. Der Hersteller hat die verantwortliche Funktion in Version 2.11.1 standardmäßig deaktiviert. Nutzer sollten auf Airflow 3 upgraden oder manuell die Verlaufsdateien anpassen, um weiterhin historische Logs einsehen zu können.

DAG Author (who already has quite a lot of permissions) could manipulate database of Airflow 2 in the way to execute arbitrary code in the web-server context, which they should normally not be able to do, leading to potentially remote code execution in the context of web-server (server-side) as a result of a user viewing historical task information. The functionality responsible for that (log template history) has been disabled by default in 2.11.1 and users should upgrade to Airflow 3 if they want to continue to use log template history. They can also manually modify historical log file names if they want to see historical logs that were generated before the last log template change.
Quelle: app.opencve.io