Lucene search
+L

63982 matches found

NVD
NVD
added 3 days ago7 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.00419EPSS
SaveExploits0References4
NVD
NVD
added 3 days ago6 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.00294EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago11 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.00273EPSS
SaveExploits0References4
NVD
NVD
added 3 days ago8 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.00106EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago6 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.00254EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago6 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.0028EPSS
SaveExploits0References3
NVD
NVD
added 3 days ago6 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...

4.3CVSS0.00264EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago6 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...

5.3AI score0.00106EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago32 views

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

0.00106EPSS
SaveExploits0References2
OSV
OSV
added 3 days ago5 views

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

5.4AI score
SaveExploits0References6
CVE
CVE
added 3 days ago21 views

CVE-2026-59244

CVE-2026-59244 : Apache Airflow’s secrets masker fails to mask dict-valued var.json Variables in the Rendered Templates UI because the value bypasses an isInstance(str) guard. As a result, a secret stored as a JSON Variable could be shown in cleartext to any user with access to the task’s Rendere...

5.3AI score0.00106EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-57316

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

5.3AI score0.00106EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-57315

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

5.6AI score0.0028EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago32 views

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

0.0028EPSS
SaveExploits0References3
CVE
CVE
added 3 days ago25 views

CVE-2026-58076

Apache Airflow CVE-2026-58076: The vulnerability stems from the serialization layer reconstructing exception nodes by calling import_string() on a class name from the serialized blob, with no restriction on what can be imported. An operator’s executor_config can trigger a value that imports and i...

5.6AI score0.0028EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 3 days ago6 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...

9.8CVSS5.6AI score0.00992EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 3 days ago2 views

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

5.6AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 3 days ago4 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.4CVSS5.5AI score0.00254EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-57312

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.5AI score0.00254EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago19 views

CVE-2026-59242

Apache Airflow vulnerability CVE-2026-59242: The XCom GET /api/v2/{...}/xcomEntries/{key}?deserialize=true endpoint can deserialize a string-literal payload via BaseXCom.deserialize_value without the _check_forbidden_xcom_keys guard, enabling an authenticated API user with XCom write-and-read acc...

5.4CVSS5.5AI score0.00254EPSS
SaveExploits0References3
Rows per page
Query Builder