Skip to content

CVE-2020-13927

Missing Authentication for Critical Function — is CVE-2020-13927real, exploitable, or a false positive? Here's the community ground truth.

Critical · CVSS 9.8EPSS 99.7%CISA KEVCWE-306 · Missing Authentication for Critical Function

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

The previous default setting for Airflow's Experimental API was to allow all API requests without authentication, but this poses security risks to users who miss this fact. From Airflow 1.10.11 the default has been changed to deny all requests by default and is documented at https://airflow.apache.org/docs/1.10.11/security.html#api-authentication. Note this change fixes it for new installs but existing users need to change their config to default `[api]auth_backend = airflow.api.auth.backend.deny_all` as mentioned in the Updating Guide: https://github.com/apache/airflow/blob/1.10.11/UPDATING.md#experimental-api-will-deny-all-request-by-default

Published

Embed this verdict
TruePositive verdict for CVE-2020-13927
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2020-13927/badge.svg)](https://www.truepositive.app/cve/CVE-2020-13927)
HTML
<a href="https://www.truepositive.app/cve/CVE-2020-13927"><img src="https://www.truepositive.app/cve/CVE-2020-13927/badge.svg" alt="TruePositive verdict for CVE-2020-13927"></a>

Live badge — updates automatically as the community verdict changes.

Community ground truth

Community verdict

3 verdicts
Not a real issue

Includes TruePositive's curated baseline from public sources — community verdicts accrue on top.

to add your verdict.

Community real-world severity: Critical (Critical 3) — CVSS base score 9.8

In line with its CVSS base score.

Field notes & remediation

Verdicts are the quick signal — notes are the evidence and fixes behind them.

  • 0
    Field note · Marco FerriCurated

    Confirmed exploited in the wild — listed in the CISA KEV catalog (added 2022-01-18). Treat as real and prioritize patching over triage.

Same weaknessCWE-306 · Missing Authentication for Critical Function.