---
id: CVE-2025-69219
aliases:
  - GHSA-9r5j-7r2x-rv4g
  - PYSEC-2026-2367
title: >-
  Apache Airflow Providers Http has Unsafe Pickle Deserializatio leading to RCE
  via HttpOperator
summary: >-
  Apache Airflow Providers Http has Unsafe Pickle Deserializatio leading to RCE
  via HttpOperator
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: apache-airflow-providers-http
product: apache-airflow-providers-http
ecosystem: pip
affected:
  - apache-airflow-providers-http < 6.0.0
patched:
  - apache-airflow-providers-http 6.0.0
published: '2026-03-09'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:38.554115249Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-9r5j-7r2x-rv4g'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-69219'
  - url: 'https://github.com/apache/airflow/pull/61662'
  - url: >-
      https://github.com/apache/airflow/commit/97839f7b0a8ae66d6079bb7fad5a363068f61617
  - url: 'https://github.com/apache/airflow'
  - url: 'https://lists.apache.org/thread/zjkfb2njklro68tqzym092r4w65m5dq0'
  - url: 'http://www.openwall.com/lists/oss-security/2026/03/09/1'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.00695
epssPercentile: 0.51596
exploits:
  github: 2
  githubRepos:
    - 'https://github.com/sak110/CVE-2025-69219'
    - 'https://github.com/ahmetartuc/poc-cve-2025-69219'
  checkedAt: '2026-09-24T07:52:55.810Z'
exploitAvailable: true
ingestedAt: '2026-07-13T18:57:56.136Z'
---

## Overview

A user with access to the DB could craft a database entry that would result in executing code on Triggerer - which gives anyone who have access to DB the same permissions as Dag Author. Since direct DB access is not usual and recommended for Airflow, the likelihood of it making any damage is low.

Users should upgrade to version 6.0.0 of the provider to avoid even that risk.

## Affected packages

- `apache-airflow-providers-http < 6.0.0`

## Remediation

Upgrade to a patched release:

- `apache-airflow-providers-http 6.0.0`
