Lucene search
+L

37959 matches found

EUVD
EUVD
added 2026/08/12 3:34 p.m.18 views

EUVD-2026-57310

Apache Airflow's secrets masker hides values stored under sensitive key names when they are displayed in the UI. The masker's recursion-depth limit did not descend into values nested inside a list, tuple, or set beyond that limit, so an Airflow Variable holding such a deeply-nested value was show...

4.3CVSS5.3AI score0.00467EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/12 3:34 p.m.46 views

CVE-2026-54183 Apache Airflow: Airflow Variables were not masked in the UI for authenticated users

Apache Airflow's secrets masker hides values stored under sensitive key names when they are displayed in the UI. The masker's recursion-depth limit did not descend into values nested inside a list, tuple, or set beyond that limit, so an Airflow Variable holding such a deeply-nested value was show...

0.00467EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:34 p.m.10 views

CVE-2026-54183

Apache Airflow's secrets masker hides values stored under sensitive key names when they are displayed in the UI. The masker's recursion-depth limit did not descend into values nested inside a list, tuple, or set beyond that limit, so an Airflow Variable holding such a deeply-nested value was show...

6.5CVSS5.3AI score0.00467EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/12 3:34 p.m.42 views

CVE-2026-54183

The CVE-2026-54183 issue affects Apache Airflow where the secrets masker in the UI fails to mask deeply nested values inside lists, tuples, or sets when displayed. The root cause is the recursion-depth limit not applying beyond dictionaries, allowing a deeply nested value stored in an Airflow Var...

4.3CVSS5.4AI score0.00467EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/08/12 3:31 p.m.43 views

CVE-2026-65017

CVE-2026-65017 describes a masking bypass in Apache Airflow’s Config API in multi-team deployments. A Viewer with only configuration-read access could read a team-scoped Celery broker URL and its embedded credentials in cleartext, even though the global option is masked. The issue arises because ...

6.5CVSS5.4AI score0.00388EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/12 3:31 p.m.37 views

CVE-2026-65017 Apache Airflow: Config API: team-scoped Celery broker secret disclosed to a Viewer (multi-team masking bypass)

Apache Airflow's Config API did not mask team-scoped sensitive configuration values in multi-team deployments. When an administrator has enabled multi-team mode and exposed the Config API, an authenticated Viewer holding only configuration-read access — with no prior access to the secret — could...

0.00388EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:31 p.m.9 views

CVE-2026-65017

Apache Airflow's Config API did not mask team-scoped sensitive configuration values in multi-team deployments. When an administrator has enabled multi-team mode and exposed the Config API, an authenticated Viewer holding only configuration-read access — with no prior access to the secret — could...

6.5CVSS5.3AI score0.00664EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/12 3:31 p.m.20 views

CVE-2026-65017 Apache Airflow: Config API: team-scoped Celery broker secret disclosed to a Viewer (multi-team masking bypass)

Apache Airflow's Config API did not mask team-scoped sensitive configuration values in multi-team deployments. When an administrator has enabled multi-team mode and exposed the Config API, an authenticated Viewer holding only configuration-read access — with no prior access to the secret — could...

6.5CVSS5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/12 3:26 p.m.37 views

CVE-2026-68969 Apache Airflow: Bulk Variable and Connection endpoints record secret values in the audit log in cleartext

Apache Airflow wrote Variable values and Connection extra contents to the audit log in cleartext when they were submitted through the bulk endpoints PATCH /api/v2/variables and PATCH /api/v2/connections. The audit-log masking recognised only top-level request fields, and a bulk request nests its...

0.00358EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/12 3:26 p.m.12 views

CVE-2026-68969 Apache Airflow: Bulk Variable and Connection endpoints record secret values in the audit log in cleartext

Apache Airflow wrote Variable values and Connection extra contents to the audit log in cleartext when they were submitted through the bulk endpoints PATCH /api/v2/variables and PATCH /api/v2/connections. The audit-log masking recognised only top-level request fields, and a bulk request nests its...

5.4AI score0.00358EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:26 p.m.9 views

CVE-2026-68969

Apache Airflow wrote Variable values and Connection extra contents to the audit log in cleartext when they were submitted through the bulk endpoints PATCH /api/v2/variables and PATCH /api/v2/connections. The audit-log masking recognised only top-level request fields, and a bulk request nests its...

5.4AI score0.00358EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/12 3:24 p.m.36 views

CVE-2026-68970 Apache Airflow: Values of a list-shaped Variable are not masked in task logs and the Rendered Templates UI

Apache Airflow's Task SDK did not mask the contents of a Variable whose JSON value is a list, so secrets stored in that shape appeared in cleartext in task logs and in the Rendered Templates UI. Masking was applied only when the deserialized value was a string or a dict; a list at the top level...

0.0023EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 3:23 p.m.9 views

CVE-2026-68076

Apache Airflow's environment-variable secrets backend resolved a team-scoped Connection or Variable from the wrong team's scope. The guard meant to prevent this only ran when no team scope was supplied, and its pattern could not match a team name containing an underscore, which team names are...

5.4AI score0.00342EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/12 3:23 p.m.23 views

CVE-2026-68076 Apache Airflow: Connections test API: team-scope guard bypass resolves another team's environment Connection

Apache Airflow's environment-variable secrets backend resolved a team-scoped Connection or Variable from the wrong team's scope. The guard meant to prevent this only ran when no team scope was supplied, and its pattern could not match a team name containing an underscore, which team names are...

5.4CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 2026/08/12 3:23 p.m.58 views

CVE-2026-68076

Apache Airflow CVE-2026-68076 affects the environment-variable secrets backend in multi-team mode. A team-scoped secret lookup could bypass the team-scope guard due to an underscore in a team name, causing a global read of AIRFLOW_CONN_____ and letting an authenticated user in one team access ano...

5.4CVSS5.4AI score0.00342EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/08/12 3:23 p.m.16 views

EUVD-2026-57265

Apache Airflow's environment-variable secrets backend resolved a team-scoped Connection or Variable from the wrong team's scope. The guard meant to prevent this only ran when no team scope was supplied, and its pattern could not match a team name containing an underscore, which team names are...

5.4CVSS5.4AI score0.00342EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 3:18 p.m.8 views

GHSA-88P2-JJ8W-J8QG Fleet: Observer-class users can view team enroll secrets and credential-bearing configuration via target search endpoint

Summary The target search endpoint POST /api/latest/fleet/targets returned team enroll secrets and full team configuration, including credential-bearing agent options, to observer-class users. Other team-facing endpoints mask these fields for observers; the target search endpoint did not apply th...

6.5CVSS5.5AI score0.00251EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 2:17 p.m.20 views

CVE-2025-59325

CPSD CryptoPro Secure Disk for Bitlocker before v7.7.4 fails to encrypt the initramfs contents, allowing for the offline recovery of secrets and cryptographic details...

7.5CVSS0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 11:31 a.m.87 views

CVE-2026-11325

The CVE-2026-11325 entry concerns Cloudflare’s cloudflare/pages-action, an archived repository deprecated since 2024. A remote code execution vulnerability was reported in src/index.ts that could be reachable via certain GitHub Actions workflow configurations, potentially exposing workflow secret...

8.8CVSS6.3AI score0.00512EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/12 11:31 a.m.15 views

EUVD-2026-57178

Description Cloudflare was recently notified by external researchers of vulnerabilities in this archived repository, including a remote code execution issue in src/index.ts reachable from certain GitHub Actions workflow configurations. Successful exploitation may expose workflow secrets such as...

8.8CVSS6.3AI score0.00512EPSS
SaveExploits0References1
Rows per page
Query Builder