{ "schema_version": "1.4.0", "id": "GHSA-m6h2-jx9v-58w6", "modified": "2024-09-11T19:51:02Z", "published": "2021-08-30T16:25:57Z", "aliases": [ "CVE-2021-35936" ], "summary": "Missing Authorization in Apache Airflow", "details": "If remote logging is not used, the worker (in the case of CeleryExecutor) or the scheduler (in the case of LocalExecutor) runs a Flask logging server and is listening on a specific port and also binds on 0.0.0.0 by default. This logging server had no authentication and allows reading log files of DAG jobs. This issue affects Apache Airflow < 2.1.2.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "apache-airflow" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "2.1.2" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-35936" }, { "type": "WEB", "url": "https://github.com/apache/airflow/commit/27265516d2b897585f5019ecd820cfe5471fd351" }, { "type": "WEB", "url": "https://github.com/apache/airflow/commit/7a5bb88ad78d600fbb1676a55752597928115bd8" }, { "type": "WEB", "url": "https://github.com/apache/airflow/commit/d772f38f843b9add5319a01cf51a844145b01f63" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-m6h2-jx9v-58w6" }, { "type": "PACKAGE", "url": "https://github.com/apache/airflow" }, { "type": "WEB", "url": "https://github.com/apache/airflow/compare/2.1.1...2.1.2" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/apache-airflow/PYSEC-2021-122.yaml" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r53d6bd7b0a66f92ddaf1313282f10fec802e71246606dd30c16536df%40%3Cusers.airflow.apache.org%3E" } ], "database_specific": { "cwe_ids": [ "CWE-306", "CWE-862" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-26T15:44:06Z", "nvd_published_at": "2021-08-16T08:15:00Z" } }