SCA: security update for apache-airflow (GHSA-89cj-xrpx-j79m)

medium Tenable Self-Hosted Container Security Plugin ID 444732

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-40861)

Solution

Update the apache-airflow library and its related packages to version 3.2.2 or later.

See Also

https://github.com/advisories/GHSA-89cj-xrpx-j79m

Plugin Details

Severity: Medium

ID: 444732

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/15/2026

Updated: 7/15/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.75

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2026-40861

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/1/2026

Vulnerability Publication Date: 6/1/2026

Reference Information

CVE: CVE-2026-40861

cwe: CWE-59