Information Exposure Affecting apache-airflow package, versions [,2.3.4)
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-PYTHON-APACHEAIRFLOW-3014212
- published 2 Sep 2022
- disclosed 2 Sep 2022
- credit Harry Sintonen
Introduced: 2 Sep 2022
CVE-2022-38170 Open this link in a new tabHow to fix?
Upgrade apache-airflow
to version 2.3.4 or higher.
Overview
apache-airflow is a platform to programmatically author, schedule, and monitor workflows.
Affected versions of this package are vulnerable to Information Exposure due to an insecure umask
that was configured for numerous Airflow components when running with the --daemon
flag. Exploiting this behavior could result in a race condition giving world-writable files in the Airflow home directory and allowing local users to expose arbitrary file contents via the webserver.
Mitigation:
Run without the --deamon
flag via a process supervisor instead (systemd
, runit
, etc.)