GHSA-89cj-xrpx-j79m · Severity: medium — A Dag author could either (a) create a symlink under their task's log directory pointing to an...
A Dag author could either (a) create a symlink under their task's log directory pointing to an arbitrary file readable by the API server process (read-path attack — e.g. `/etc/passwd` or `airflow.cfg`) or (b) supply a `task_id` containing `..` sequences accepted by the Task SDK's `KEY_REGEX` (write-path attack), and in both cases the FileTaskHandler resolves the log path outside the configured `base_log_folder`, leaking or overwriting arbitrary files. Only affects deployments where the worker log folder is shared with the API server. Users are advised to upgrade to `apache-airflow` 3.2.2 or later. As a defense-in-depth mitigation, deploy the worker and API server with separate log volumes so that worker-controlled paths cannot reach the API server's filesystem.
Conclusion & alert: CVE-2026-40861 is rated Low Risk (33.6/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.07%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-03 | 0.02% | 0.07% | +0.05% |
| 2 | 2026-06-01 | — | 0.02% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
2.8 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-89cj-xrpx-j79m · Severity: medium — A Dag author could either (a) create a symlink under their task's log directory pointing to an...
| URL | Tags |
|---|---|
| https://github.com/apache/airflow/pull/65325 | Issue Tracking Patch |
| https://lists.apache.org/thread/823334db2559xjlwt59gpzjz47thnscl | Mailing List Vendor Advisory |
| http://www.openwall.com/lists/oss-security/2026/05/31/1 | Mailing List Third Party Advisory |