Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2026-45426— Apache Airflow: Log server JWT authorization bypass via Python lstrip() character stripping allows cross-Dag log access

AI Predicted 7.1 Difficulty: Moderate EPSS 0.01% · P4

Possible ATT&CK Techniques 1AI

T1530 · Data from Cloud Storage
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-45426

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Apache Airflow: Log server JWT authorization bypass via Python lstrip() character stripping allows cross-Dag log access
Source: NVD (National Vulnerability Database)
Vulnerability Description
Exploitation requires the attacker to already be an authenticated Airflow worker holding a valid Log-server JWT issued for at least one Dag. Apache Airflow's Log server authorized JWT tokens against Dag IDs by applying Python's `str.lstrip()` to the requested path segment when verifying the JWT's `sub` claim. `str.lstrip()` strips any of a *set* of characters from the left (not a prefix), so a JWT issued for a Dag named e.g. `dag_a` would authorize log access to any other Dag whose name began with any subset of the characters `{d, a, g, _}` (e.g. `dag_attacker`, `aaaa_target`, `_dag_secret`). Such an authenticated worker could enumerate and read worker logs of other Dags whose names happened to share that character-class prefix, leaking task output and error traces beyond the documented per-Dag isolation boundary. Affects deployments relying on per-Dag log-access scoping (multi-team, shared-executor, shared-worker topologies). Users are advised to upgrade to `apache-airflow` 3.2.2 or later.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
授权机制不正确
Source: NVD (National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
Apache Software FoundationApache Airflow 3.0.0 ~ 3.2.2 -

II. Public POCs for CVE-2026-45426

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-45426

登录查看更多情报信息。

Patches & Fixes for CVE-2026-45426 (1)

Mailing List Discussions for CVE-2026-45426 (1)

Same Patch Batch · Apache Software Foundation · 2026-06-01 · 28 CVEs total

CVE-2026-448258.1 HIGHApache Solr: Enabling BasicAuth using bin/solr CLI configures additional insecure users
CVE-2026-488277.1 HIGHApache MINA SSHD: Path traversal in org.apache.sshd:sshd-git
CVE-2026-45192Apache Airflow: Incomplete Redaction of Sensitive Fields in Connection Extra API Response
CVE-2026-49328Apache Fesod (Incubating): Improper validation of user-supplied URLs leading to SSRF
CVE-2026-35563Apache Directory LDAP API: LDAP client implementation does not verify if the server certif
CVE-2026-49270Apache ActiveMQ Broker, Apache ActiveMQ, Apache ActiveMQ All: Durable Subscription Disclos
CVE-2026-49157Apache ActiveMQ: Authenticated low-privilege Web users retain Jolokia broker-management ca
CVE-2026-46605Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Incomplete authorization dur
CVE-2026-45505Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Jolokia `addNetworkConnector
CVE-2026-42588Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ: Remote Code Execution via Jo
CVE-2026-42253Apache ActiveMQ, Apache ActiveMQ Web: HTTP Response Header Injection via JMS Message Prope
CVE-2026-49298Apache Airflow: JWT Token Exposure in KubernetesExecutor Command-Line Arguments
CVE-2026-48726Apache Airflow: revoke_token() unreachable in FabAuthManager / KeycloakAuthManager logout
CVE-2026-46764Apache Airflow: Event Log detail endpoint bypasses DAG-scoped event log permission filter
CVE-2026-45360Apache Airflow: Arbitrary import in custom deadline-reference deserialization
CVE-2026-42359Apache Airflow: Authenticated RCE via XCom PATCH endpoint — XComUpdateBody missing FORBIDD
CVE-2026-42358Apache Airflow: Variable masker depth-limit bypass returns cleartext nested secrets
CVE-2026-42360Apache Airflow: Rendered template truncation bypasses nested sensitive-key masking
CVE-2026-42252Apache Airflow: BashOperator Jinja2 injection via dag_run.conf — low-privilege user patter
CVE-2026-41084Apache Airflow: API authorization bypass: bulk TaskInstances allows cross-DAG mutation

Showing top 20 of 28 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-45426

No comments yet


Leave a comment