PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-33264 Apache Software Foundation CVE debrief

CVE-2026-33264 is a remote code execution vulnerability in Apache Airflow. The bug in `BaseSerialization.deserialize()` allowed unrestricted `import_string()` of attacker-controlled class paths when the Scheduler / API Server loaded a serialized DAG. A DAG author could embed a malicious trigger into a DAG to gain remote code execution on the API Server / Scheduler process, crossing the Airflow security boundary that DAG-author code must never execute in those processes. The vulnerability affects Apache Airflow versions prior to 3.3.0.

Vendor
Apache Software Foundation
Product
Apache Airflow
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-07
Original CVE updated
2026-07-07
Advisory published
2026-07-07
Advisory updated
2026-07-07

Who should care

Users of Apache Airflow versions prior to 3.3.0 should upgrade to the latest version to mitigate this vulnerability. This includes operators, platform administrators, vulnerability management teams, and security teams who need to assess the impact and prioritize remediation.

Technical summary

The vulnerability exists in the `BaseSerialization.deserialize()` method, which allows unrestricted `import_string()` of attacker-controlled class paths. This can be exploited by a DAG author to embed a malicious trigger into a DAG, leading to remote code execution on the API Server / Scheduler process. The bug affects Apache Airflow versions prior to 3.3.0. To mitigate this vulnerability, users should upgrade to `apache-airflow` 3.3.0 or later. As a defense-in-depth mitigation, deployments where DAG-author trust is limited can restrict the `[core] allowed_deserialization_classes` config to a narrow allowlist. It is recommended that operators, platform administrators, vulnerability management teams, and security teams assess the impact and prioritize remediation. Evidence of the vulnerability's existence and details can be verified through official advisories and CVE records.

Defensive priority

High

Recommended defensive actions

  • Upgrade to apache-airflow 3.3.0 or later
  • Restrict the `[core] allowed_deserialization_classes` config to a narrow allowlist as a defense-in-depth mitigation
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance

Evidence notes

The CVE record was published on 2026-07-07T10:16:40.443Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-07T10:16:40.443Z and has not been modified since then.