SB2022092136 - Multiple vulnerabilities in Apache Airflow
Published: September 21, 2022
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 2 vulnerabilities.
1) Race condition (CVE-ID: CVE-2022-38170)
CWE-ID: CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CVSSv4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a local user to gain access to sensitive information.
The vulnerability exists due to an insecure umask that was configured for numerous Airflow components when running with the `--daemon` flag. A local user can exploit the race condition to allow local users to expose arbitrary file contents via the web server.
2) Session Fixation (CVE-ID: CVE-2022-38054)
CWE-ID: CWE-384 - Session Fixation
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
The vulnerability allows a remote attacker to compromise the affected application.
The vulnerability exists due to incorrect processing of authentication sessions in the `database` webserver session backend. A remote attacker can perform session fixation attacks and compromise the web application.
Remediation
Install update from vendor's website.