Lucene search
+L

3347 matches found

Wolfi
Wolfi
added 2026/08/19 2:16 a.m.24 views

GHSA-F2FF-P2WW-7P4P vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.22 views

CVE-2026-59893 vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

7.5CVSS5.9AI score0.00279EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.28 views

GHSA-3496-9G83-7V6X vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.32 views

GHSA-PRG7-HCFM-MFCR vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.21 views

GHSA-PWGV-4X5Q-6M9F vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.23 views

CVE-2026-54284 vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.21 views

CVE-2026-59894 vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

6.2CVSS5.9AI score0.00129EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/08/19 2:16 a.m.25 views

CVE-2026-71491 vulnerabilities

Vulnerabilities for packages: airflow, mlflow, mycli...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0
OSV
OSV
added 2026/08/18 10:05 a.m.8 views

BIT-AIRFLOW-2026-67587 Apache Airflow: DAG-author remote code execution on the Scheduler via a Serde `Callback` deserialization gadget

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.8CVSS6.1AI score0.00611EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/18 10:05 a.m.8 views

BIT-AIRFLOW-2026-67260 Apache Airflow: DAG-author remote code execution on the Scheduler via awaiting_input next_kwargs deserialization

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.3CVSS6.2AI score0.00779EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.7 views

BIT-AIRFLOW-2026-68971 Apache Airflow: Cross-team authorization bypass in the asset materialization and dag-run result endpoints

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.5CVSS5.4AI score0.00328EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

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

6.5CVSS5.5AI score0.0023EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

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

6.5CVSS5.4AI score0.00358EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

BIT-AIRFLOW-2026-68968 Apache Airflow: Authorization bypass in the Backfill API through conflicting interpretations of the backfill id

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.5CVSS5.5AI score0.00416EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

BIT-AIRFLOW-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 score0.00342EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/17 5:39 a.m.10 views

BIT-AIRFLOW-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.5AI score0.00388EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/17 5:39 a.m.10 views

BIT-AIRFLOW-2026-59244 Apache Airflow: Secrets masker: `var.json` Variable values not masked in the Rendered Templates UI

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.4AI score0.0023EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.8 views

BIT-AIRFLOW-2026-59242 Apache Airflow: Arbitrary airflow.* class instantiation on the API server via the XCom deserialize endpoint

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.4CVSS5.6AI score0.00584EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

BIT-AIRFLOW-2026-58076 Apache Airflow: Unguarded import_string() of airflow_exc_ser / base_exc_ser exception nodes in BaseSerialization.deserialize enables DAG-author RCE on Scheduler / API Server

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.8CVSS5.9AI score0.00484EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 5:39 a.m.9 views

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

4.3CVSS5.4AI score0.00467EPSS
SaveExploits0References4
Rows per page
Query Builder