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-2020-10749

CVE-2020-10749: CNI Network Plugins MitM Vulnerability

CVE-2020-10749 is a man-in-the-middle flaw in CNI Network Plugins that lets malicious containers redirect traffic via rogue IPv6 router advertisements. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-10749 Overview

A vulnerability was discovered in containernetworking/plugins before version 0.8.6 that enables malicious containers in Kubernetes clusters to perform man-in-the-middle (MitM) attacks. This flaw allows a malicious container to send rogue IPv6 router advertisements to the host or other containers, effectively redirecting network traffic to the attacker-controlled container.

Critical Impact

Malicious containers can intercept and manipulate network traffic within Kubernetes clusters by exploiting IPv6 router advertisement mechanisms, potentially compromising confidentiality and integrity of inter-container communications.

Affected Products

  • Linux Foundation CNI Network Plugins (all versions before 0.8.6)
  • Red Hat OpenShift Container Platform 4.0
  • Fedora 32
  • Red Hat Enterprise Linux 7.0 and 8.0

Discovery Timeline

  • June 3, 2020 - CVE-2020-10749 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-10749

Vulnerability Analysis

This vulnerability exists within the Container Network Interface (CNI) plugins used extensively in Kubernetes and container orchestration environments. The flaw stems from improper handling of IPv6 Router Advertisements (RAs) within the container network stack. When containers are deployed with IPv6 networking enabled, the CNI plugins fail to adequately filter or validate incoming router advertisements.

The vulnerability allows an attacker who has already compromised or deployed a malicious container within the same Kubernetes cluster to broadcast rogue IPv6 router advertisements. These advertisements can manipulate the IPv6 routing tables of neighboring containers and potentially the host system itself, causing legitimate traffic to be redirected through the attacker's container.

Root Cause

The root cause of CVE-2020-10749 is insufficient network isolation and lack of proper filtering for IPv6 Router Advertisement packets within the CNI network plugins. The container networking stack does not implement adequate controls to prevent containers from sending or receiving arbitrary RA packets, which are typically trusted in IPv6 networks for automatic address configuration and routing.

The absence of RA filtering at the container network boundary allows any container to act as an IPv6 router, violating the principle of least privilege and enabling network-based attacks between containers that should otherwise be isolated.

Attack Vector

The attack requires network access and low privileges, specifically requiring the attacker to already have a foothold within the Kubernetes cluster (e.g., through a compromised or malicious container). The attack chain involves:

  1. Deploying or compromising a container within the target Kubernetes cluster
  2. Crafting and broadcasting malicious IPv6 Router Advertisement packets
  3. Poisoning the IPv6 routing tables of victim containers or hosts
  4. Intercepting redirected traffic for man-in-the-middle attacks

The attack exploits the trusted nature of IPv6 Router Advertisements in autoconfiguration scenarios, where systems automatically accept routing information from RA packets to configure their network interfaces.

Detection Methods for CVE-2020-10749

Indicators of Compromise

  • Unexpected IPv6 Router Advertisement packets originating from container IP addresses
  • Sudden changes in IPv6 routing tables on container hosts or within containers
  • Unusual network traffic patterns showing traffic redirection through unexpected intermediate containers
  • Multiple containers advertising themselves as IPv6 routers when they should not have routing capabilities

Detection Strategies

  • Monitor for IPv6 RA packets within container networks using network traffic analysis tools
  • Implement logging for IPv6 routing table changes on Kubernetes nodes and within containers
  • Deploy network security monitoring to detect anomalous east-west traffic patterns within clusters
  • Use container runtime security tools to detect containers sending ICMP Router Advertisement messages

Monitoring Recommendations

  • Enable enhanced network logging on Kubernetes nodes to capture IPv6-related events
  • Implement network policy monitoring to detect traffic flows that violate expected container communication patterns
  • Deploy runtime security solutions that can alert on suspicious network activity within container environments
  • Regularly audit container network configurations and CNI plugin versions across the cluster

How to Mitigate CVE-2020-10749

Immediate Actions Required

  • Upgrade containernetworking/plugins to version 0.8.6 or later immediately
  • Review and update Red Hat OpenShift Container Platform, Fedora, and RHEL installations with applicable security patches
  • Disable IPv6 in container networks if not required for operations
  • Implement network policies to restrict inter-container communication to only what is necessary

Patch Information

The vulnerability has been addressed in containernetworking/plugins version 0.8.6. Security patches have been released by multiple vendors including Red Hat, Fedora, and openSUSE. For detailed patch information, refer to the Red Hat Bug Report for CVE-2020-10749, Fedora Package Announcement, and the Kubernetes Security Announcement.

Workarounds

  • Disable IPv6 on container network interfaces if IPv6 functionality is not required in your environment
  • Implement strict network policies using Kubernetes NetworkPolicy resources to limit container-to-container communication
  • Deploy host-level firewall rules to filter IPv6 Router Advertisement packets from container network interfaces
  • Consider using network plugins that provide built-in RA filtering capabilities until patching is complete
bash
# Disable IPv6 in container runtime (example for Docker)
# Add to /etc/docker/daemon.json
{
  "ipv6": false,
  "fixed-cidr-v6": ""
}

# Alternatively, disable IPv6 at the kernel level for container namespaces
sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinuxfoundation Cni Network Plugins

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability5.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-300

  • NVD-CWE-Other
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Red Hat Bug Report CVE-2020-10749

  • Kubernetes Security Announcement

  • Fedora Package Announcement
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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