The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-67895

CVE-2025-67895: Apache Airflow Edge3 Provider RCE Flaw

CVE-2025-67895 is a remote code execution vulnerability in Apache Airflow Edge3 Provider for Airflow 2 that allows DAG authors to execute code in webserver context. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-67895 Overview

CVE-2025-67895 is a critical Remote Code Execution (RCE) vulnerability affecting Apache Airflow Providers Edge3 versions before 2.0.0 when installed and configured on Airflow 2. The vulnerability stems from an improperly exposed development-only API that was used for testing the Edge Provider during development. This non-public API inadvertently grants DAG authors the ability to execute arbitrary code within the webserver context—a privilege they should not possess.

Critical Impact

This vulnerability enables DAG authors to achieve Remote Code Execution in the Airflow webserver context, potentially leading to complete system compromise, data exfiltration, and lateral movement within the infrastructure.

Affected Products

  • Apache Airflow Providers Edge3 versions prior to 2.0.0
  • Apache Airflow 2 installations with Edge3 provider configured
  • Development and testing environments using Edge3 provider on Airflow 2

Discovery Timeline

  • December 17, 2025 - CVE-2025-67895 published to NVD
  • December 22, 2025 - Last updated in NVD database

Technical Details for CVE-2025-67895

Vulnerability Analysis

This vulnerability is classified under CWE-669 (Incorrect Resource Transfer Between Spheres), indicating that sensitive functionality was exposed to an inappropriate security domain. The Edge3 provider support in Airflow 2 was intended strictly for development purposes and was never officially released for production use. However, when users installed and configured the Edge3 provider on Airflow 2 systems, the installation process implicitly enabled a non-public API endpoint that was designed for internal testing during the development phase.

The core issue lies in the Worker RPC (Remote Procedure Call) mechanism, which failed to properly restrict access to privileged operations. DAG authors, who typically have limited permissions to define workflows and data pipelines, were granted unintended access to execute code directly within the webserver context through this exposed API.

Root Cause

The root cause of CVE-2025-67895 is the incorrect exposure of development testing APIs to production-like environments. The Edge3 provider codebase contained RPC endpoints that were necessary for testing but were not properly gated behind development-only flags or removed before the provider was made available. When users installed the Edge3 provider package on Airflow 2, these endpoints became accessible, creating a privilege escalation pathway from DAG author to webserver-level code execution.

The vulnerability specifically affects the boundary between DAG authoring permissions and webserver execution context. In a properly configured Airflow deployment, DAG authors should only be able to define workflows—not execute arbitrary code on the webserver.

Attack Vector

The attack vector for this vulnerability is network-based and requires no user interaction. An attacker with DAG author privileges can exploit this vulnerability by crafting malicious RPC calls to the exposed development API endpoints. The attack flow typically involves:

  1. An authenticated user with DAG authoring privileges identifies the exposed RPC endpoints
  2. The attacker crafts malicious payloads targeting the unprotected API
  3. The webserver processes these requests without proper authorization checks
  4. Arbitrary code executes within the webserver context with elevated privileges

The vulnerability does not require any special conditions beyond having the Edge3 provider installed and configured on an Airflow 2 instance. Technical details regarding the specific exploitation mechanism can be found in the Apache mailing list discussion and the GitHub Pull Request that addresses this issue.

Detection Methods for CVE-2025-67895

Indicators of Compromise

  • Unexpected RPC calls to Edge3 worker endpoints from DAG authoring contexts
  • Anomalous code execution patterns originating from the Airflow webserver process
  • Unusual network connections initiated by the webserver component to internal or external resources
  • Modified or newly created files within the webserver directory or system paths

Detection Strategies

  • Monitor Airflow webserver logs for unusual RPC call patterns targeting Edge3 worker endpoints
  • Implement application-layer monitoring to detect unexpected code execution within the webserver context
  • Review DAG submissions for suspicious payloads or unusual API interaction patterns
  • Deploy network segmentation monitoring to identify unauthorized lateral movement attempts

Monitoring Recommendations

  • Enable verbose logging for all Airflow API endpoints, particularly those related to Edge3 provider functionality
  • Configure security information and event management (SIEM) alerts for webserver process anomalies
  • Implement real-time monitoring of DAG author activities and API interactions
  • Regularly audit installed Airflow providers and their versions against known vulnerable configurations

How to Mitigate CVE-2025-67895

Immediate Actions Required

  • Uninstall the Edge3 provider from all Airflow 2 installations immediately
  • Audit all systems to identify instances where Edge3 provider was installed and configured
  • Review webserver logs for any signs of prior exploitation attempts
  • Plan and execute migration to Airflow 3 for continued Edge provider functionality

Patch Information

Apache has addressed this vulnerability by releasing Edge3 provider version 2.0.0 and later, which sets the minimum Airflow version requirement to 3 and removes the vulnerable RPC code that affected Airflow 2 installations. Organizations requiring Edge provider functionality must upgrade to Airflow 3 and use Edge3 provider 2.0.0 or newer. The fix is documented in the Apache Airflow GitHub Pull Request #59143. Additional context is available via the OpenWall OSS Security advisory.

Workarounds

  • Completely uninstall the Edge3 provider package from all Airflow 2 environments
  • Restrict network access to Airflow webserver endpoints using firewall rules until migration is complete
  • Implement strict access controls limiting DAG author privileges to essential operations only
  • Monitor and audit all API traffic to the Airflow webserver during the migration period
bash
# Uninstall Edge3 provider from Airflow 2
pip uninstall apache-airflow-providers-edge3

# Verify removal
pip list | grep edge3

# Check for any remaining Edge3 configurations in airflow.cfg
grep -i "edge" /path/to/airflow/airflow.cfg

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-669
  • Technical References
  • Apache Mailing List Discussion

  • OpenWall OSS Security Update
  • Vendor Resources
  • GitHub Pull Request
  • Related CVEs
  • CVE-2016-15057: Apache Continuum RCE Vulnerability

  • CVE-2025-58098: Apache HTTP Server SSI RCE Vulnerability

  • CVE-2025-53192: Apache Commons OGNL RCE Vulnerability

  • CVE-2023-26512: Apache EventMesh RabbitMQ RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English