Skip to content

Commit 1fedb7d

Browse files
1 parent e74e543 commit 1fedb7d

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

advisories/github-reviewed/2026/01/GHSA-7c2f-r6gc-h92h/GHSA-7c2f-r6gc-h92h.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7c2f-r6gc-h92h",
4-
"modified": "2026-02-03T17:22:47Z",
4+
"modified": "2026-02-24T16:21:08Z",
55
"published": "2026-01-16T12:30:25Z",
66
"aliases": [
77
"CVE-2025-68675"
88
],
99
"summary": "Apache Airflow proxy credentials for various providers might leak in task logs",
10-
"details": "In Apache Airflow versions before 3.1.6, the proxies and proxy fields within a Connection may include proxy URLs containing embedded authentication information. These fields were not treated as sensitive by default and therefore were not automatically masked in log output. As a result, when such connections are rendered or printed to logs, proxy credentials embedded in these fields could be exposed.\n\nUsers are recommended to upgrade to 3.1.6 or later, which fixes this issue",
10+
"details": "In Apache Airflow versions before 3.1.6, and 2.11.1 the proxies and proxy fields within a Connection may include proxy URLs containing embedded authentication information. These fields were not treated as sensitive by default and therefore were not automatically masked in log output. As a result, when such connections are rendered or printed to logs, proxy credentials embedded in these fields could be exposed.\n\nUsers are recommended to upgrade to 3.1.6 or later for Airflow 3, and 2.11.1 or later for Airflow 2 which fixes this issue.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -25,14 +25,33 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "3.0.0b1"
2929
},
3030
{
3131
"fixed": "3.1.6"
3232
}
3333
]
3434
}
3535
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "apache-airflow"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "2.11.1"
51+
}
52+
]
53+
}
54+
]
3655
}
3756
],
3857
"references": [

0 commit comments

Comments
 (0)