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-2026-25804

CVE-2026-25804: Antrea Privilege Escalation Vulnerability

CVE-2026-25804 is a privilege escalation vulnerability in Antrea, a Kubernetes networking solution. An arithmetic overflow bug causes incorrect traffic enforcement through policy priority miscalculations. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 13, 2026

CVE-2026-25804 Overview

CVE-2026-25804 is an Integer Overflow vulnerability affecting Antrea, a Kubernetes networking solution designed to be Kubernetes native. The vulnerability exists in Antrea's network policy priority assignment system, where a uint16 arithmetic overflow bug causes incorrect OpenFlow priority calculations when handling large numbers of policies with various priority values. This flaw can result in potentially incorrect traffic enforcement, undermining the security posture of Kubernetes clusters relying on Antrea for network policy management.

Critical Impact

This vulnerability may allow network traffic that should be blocked by policy to pass through, or conversely, block legitimate traffic due to incorrect priority calculations in OpenFlow rules.

Affected Products

  • Antrea versions prior to 2.3.2
  • Antrea versions prior to 2.4.3

Discovery Timeline

  • 2026-02-06 - CVE CVE-2026-25804 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-25804

Vulnerability Analysis

The vulnerability stems from improper handling of integer arithmetic in Antrea's network policy priority system. When Kubernetes administrators deploy a large number of network policies with varying priority values, the internal calculation mechanism attempts to assign corresponding OpenFlow priorities. The use of a uint16 (16-bit unsigned integer) data type creates a boundary condition where values exceeding 65,535 wrap around to zero or small values due to integer overflow.

This arithmetic overflow directly impacts the OpenFlow rule priority ordering, which is critical for determining which network policies take precedence when multiple policies apply to the same traffic flow. The network attack vector combined with no required privileges makes this vulnerability particularly concerning for multi-tenant Kubernetes environments where network isolation is paramount.

Root Cause

The root cause is a uint16 arithmetic overflow in the network policy priority assignment logic. When calculating OpenFlow priorities from Kubernetes network policy priorities, the code does not properly validate or handle cases where the computed priority value exceeds the maximum representable value for a 16-bit unsigned integer (65,535). This boundary condition error (CWE-287) results in integer wraparound, causing high-priority policies to potentially receive lower OpenFlow priorities than intended.

Attack Vector

An attacker with the ability to create or influence Kubernetes network policies could exploit this vulnerability through network-based interactions. The attack scenario involves:

  1. Creating a sufficient number of network policies to trigger the overflow condition
  2. Manipulating policy priorities to cause specific OpenFlow rule ordering inversions
  3. Exploiting the resulting incorrect traffic enforcement to bypass network segmentation

The vulnerability requires no authentication or user interaction to exploit, making it accessible to any entity capable of interacting with the Kubernetes API for network policy management. The impact primarily affects confidentiality and integrity through improper traffic routing, with limited availability impact.

The vulnerability manifests in the priority calculation logic within Antrea's policy controller. When policies are processed and converted to OpenFlow rules, the uint16 overflow causes incorrect priority assignments. Technical details and the specific code paths affected can be found in the GitHub Security Advisory.

Detection Methods for CVE-2026-25804

Indicators of Compromise

  • Unexpected network traffic patterns that should be blocked by existing network policies
  • OpenFlow rule priorities that do not match expected Kubernetes network policy priority ordering
  • Log entries indicating policy synchronization issues or priority calculation anomalies
  • Network connections succeeding between pods that should be isolated by policy

Detection Strategies

  • Monitor Antrea controller logs for policy processing errors or unusual priority calculations
  • Implement network flow monitoring to detect traffic patterns that violate expected network policies
  • Audit OpenFlow rules on OVS bridges to verify priority ordering matches intended policy hierarchy
  • Use Kubernetes audit logs to track network policy creation and modification events

Monitoring Recommendations

  • Enable verbose logging on Antrea controller components to capture policy processing details
  • Implement alerting for network policy counts approaching thresholds that could trigger overflow conditions
  • Deploy network policy validation tools to compare intended vs. actual traffic enforcement
  • Establish baseline network behavior profiles to detect anomalous inter-pod communications

How to Mitigate CVE-2026-25804

Immediate Actions Required

  • Upgrade Antrea to version 2.4.3 or later immediately
  • Audit existing network policies to identify any that may have been affected by incorrect priority enforcement
  • Review network traffic logs for any suspicious communications that may have bypassed policy controls
  • Limit the number of network policies with varying priorities until patching is complete

Patch Information

The Antrea maintainers have addressed this vulnerability in version 2.4.3. The fix involves proper bounds checking and handling of priority calculations to prevent uint16 overflow conditions. Organizations should upgrade to the patched version as soon as possible.

Relevant resources:

  • GitHub Security Advisory
  • GitHub Pull Request #7496
  • Patch Commit

Workarounds

  • Reduce the total number of network policies to stay below thresholds that could trigger the overflow
  • Standardize network policy priorities to minimize variation and reduce overflow risk
  • Implement additional network segmentation controls outside of Antrea as a defense-in-depth measure
  • Consider using admission controllers to limit network policy creation until patching is complete
bash
# Upgrade Antrea to patched version
kubectl set image deployment/antrea-controller antrea-controller=antrea/antrea-controller:v2.4.3 -n kube-system

# Verify Antrea version after upgrade
kubectl get pods -n kube-system -l app=antrea -o jsonpath='{.items[0].spec.containers[0].image}'

# Audit current network policy count
kubectl get networkpolicies --all-namespaces | wc -l

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAntrea

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34992: Antrea Information Disclosure Vulnerability
Default Legacy - Prefooter | 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