Lucene search
+L

3347 matches found

Positive Technologies
Positive Technologies
added 2026/08/17 12:00 a.m.22 views

PT-2026-73238

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

6.5CVSS5.3AI score0.0023EPSS
SaveExploits0References5
Wolfi
Wolfi
added 2026/08/14 8:23 a.m.22 views

GO-2024-2918 vulnerabilities

Vulnerabilities for packages: opentelemetry-collector-contrib, flux-image-reflector-controller, sops, timestamp-authority, cosign, flux-kustomize-controller, step-ca, py3-azure-identity, argo-events, zot, up, flyte, falcoctl, trivy, opentelemetry-collector, grafana-mimir, guac, thanos,...

5.9AI score
SaveExploits0
OSV
OSV
added 2026/08/13 12:10 p.m.11 views

CLEANSTART-2026-EX36838 Security fixes in airflow-3 3.3.0-r2

Package airflow-3 version 3.3.0-r2 fixes 7 vulnerabilities: CVE-2026-69244, CVE-2026-59881, CVE-2026-69243, CVE-2026-69247, CVE-2026-69249...

9.8CVSS6.4AI score0.00445EPSS
SaveExploits2References1
OSV
OSV
added 2026/08/13 12:10 p.m.5 views

CLEANSTART-2026-XL39843 Security fixes in airflow-3 3.3.0-r3

Package airflow-3 version 3.3.0-r3 fixes 1 vulnerabilities: CVE-2026-71554...

5.3CVSS5.2AI score0.00443EPSS
SaveExploits1References1
Wolfi
Wolfi
added 2026/08/13 8:24 a.m.40 views

GHSA-M6QW-4CW2-HM4M vulnerabilities

Vulnerabilities for packages: airflow...

5.2AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/13 8:24 a.m.17 views

CVE-2026-50269 vulnerabilities

Vulnerabilities for packages: airflow...

7.5CVSS5.2AI score0.00301EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.15 views

PT-2026-73166

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 score
SaveExploits0References6
Snyk
Snyk
added 2026/08/12 5:40 p.m.14 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the deserialize. An attacker can execute arbitrary code by supplying a crafted serialized blob that causes the import and invocation of malicious callables. This can be exploited by a DAG author...

8.8CVSS6AI score0.00484EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/12 5:40 p.m.14 views

Cleartext Storage of Sensitive Information

Overview apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python. Affected versions of this package are vulnerable to Cleartext Storage of Sensitive Information in the Rendered Templates UI when the var.json fails to mask...

7.1CVSS5.6AI score0.0023EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/12 4:17 p.m.10 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...

6.5CVSS0.00358EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.14 views

CVE-2026-68968

Apache Airflow's Backfill API authorized a request against a Dag id supplied by the caller whenever the backfillid path segment failed to parse. The authorization dependency parsed it with int while the route handler parsed it as pydantic's NonNegativeInt, which accepts values int rejects 1.0...

7.5CVSS0.00416EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.13 views

CVE-2026-68971

Apache Airflow's asset materialization endpoint POST /api/v2/assets/assetid/materialize and the XCom result check on waitdagrununtilfinished authorized the target Dag without its team, unlike every other authorization site. A team-aware auth manager distinguishes a team-scoped Dag from a global o...

6.5CVSS0.00328EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.12 views

CVE-2026-68970

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...

6.5CVSS0.0023EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.14 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.4CVSS0.00342EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 4:17 p.m.14 views

CVE-2026-67587

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

8.8CVSS0.00611EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 4:17 p.m.15 views

CVE-2026-67260

Apache Airflow 3.3.0 moved human-in-the-loop tasks from the triggerer to a new awaitinginput task state swept by the scheduler. That sweep deserializes the task instance's nextkwargs without an allow-list, so a Dag author — who controls that value through the task execution API — can cause an...

7.3CVSS0.00779EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.17 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.5CVSS0.00388EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/12 4:17 p.m.10 views

CVE-2026-59242

Apache Airflow's XCom GET /api/v2/.../xcomEntries/key?deserialize=true endpoint passed a string-literal payload through BaseXCom.deserializevalue without the checkforbiddenxcomkeys guard, allowing an authenticated API user with XCom write-and-read access to instantiate arbitrary airflow. classes ...

5.4CVSS0.00584EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.12 views

CVE-2026-59244

Apache Airflow's secrets masker did not mask var.json Variable values whose value is a dict in the Rendered Templates UI — the dict value failed an isinstancestr guard — so a secret stored as a JSON Variable and referenced in a template via var.json was displayed in cleartext to any user with...

6.5CVSS0.0023EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/12 4:17 p.m.14 views

CVE-2026-58076

Apache Airflow's serialization layer reconstructed exception nodes by calling importstring on a class name taken from the serialized blob and instantiating it with arguments from the same blob, with no restriction on what could be imported. An operator's executorconfig reaches that branch, so a D...

8.8CVSS0.00484EPSS
SaveExploits0References3
Rows per page
Query Builder