
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-22922 is an authorization bypass vulnerability in Apache Airflow affecting versions 3.1.0 through 3.1.6, where an authenticated user with custom permissions limited to task access can view task logs without having the required task log access permissions. The flaw was discovered by researcher "34selen" and publicly disclosed on February 9, 2026, via the oss-security mailing list. The fix was developed by Shubham Raj and merged into Apache Airflow 3.1.7. It carries a CVSS v3.1 base score of 6.5 (Medium) (Feedly, Openwall).
The root cause is classified as CWE-648 (Incorrect Use of Privileged APIs): the externalLogUrl endpoint in Airflow's REST API (airflow/api_fastapi/core_api/routes/public/log.py) did not enforce the Task Logs permission check, unlike the log content endpoint. This allowed any authenticated user with task-level access to retrieve external log URLs — and by extension, view log content — without the intended "Task Logs" permission. The fix (PR #60412) corrects the access control so that externalLogUrl retrieval requires the same Task Logs permission as log content access (GitHub PR, Openwall).
Successful exploitation allows an authenticated low-privileged user to access task logs they should not be permitted to view, resulting in a high confidentiality impact with no integrity or availability consequences. Task logs in Apache Airflow may contain sensitive information such as credentials, API keys, connection strings, and configuration details that operators intend to restrict. The impact is scoped to the Airflow instance itself and does not enable lateral movement or privilege escalation beyond unauthorized log access (Feedly, Openwall).
/api/v1/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/logs or the externalLogUrl endpoint, which incorrectly omits the Task Logs permission check./api/v1/dags/.../taskInstances/.../logs or externalLogUrl paths) from users whose roles do not include the Task Logs permission.The primary remediation is to upgrade Apache Airflow to version 3.1.7 or later, which corrects the permission check on the externalLogUrl endpoint. As a temporary workaround, administrators should audit and restrict custom role assignments to ensure no unintended users have task access without explicit task log access, and consider limiting network access to the Airflow API to trusted users only. After patching, review Airflow access logs to identify any unauthorized log access that may have occurred on affected versions (GitHub PR, Openwall).
The vulnerability was disclosed with a severity rating of "low" by the Apache Airflow security team on the oss-security mailing list, reflecting its limited exploitability and scope. A brief mention appeared on Bluesky's infosec community feed shortly after disclosure. Qualys added detection for this CVE (detection ID 530929) in their February 2026 application security detections update, and a technical write-up was published by Infinitsec covering the permission bypass mechanism (Openwall, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."