Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-32254

CVE-2026-32254: Kube-router Auth Bypass Vulnerability

CVE-2026-32254 is an authentication bypass vulnerability in Kube-router that fails to validate externalIPs or loadBalancer IPs before programming them into network configuration. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 20, 2026

CVE-2026-32254 Overview

CVE-2026-32254 is an Improper Access Control vulnerability in Kube-router, a turnkey solution for Kubernetes networking. The vulnerability exists in Kube-router's proxy module, which fails to validate externalIPs or loadBalancer IPs before programming them into the node's network configuration. This lack of validation allows attackers with service creation privileges to inject arbitrary IP addresses into the cluster's network stack, potentially leading to traffic interception, denial of service, or network policy bypass.

Critical Impact

Attackers with limited Kubernetes RBAC privileges can manipulate network routing by injecting malicious external IPs, potentially hijacking traffic destined for external services or causing network disruption across the cluster.

Affected Products

  • Kube-router versions prior to v2.8.0
  • Kubernetes clusters using Kube-router for networking and service proxying
  • Environments with unrestricted service creation RBAC permissions

Discovery Timeline

  • 2026-03-18 - CVE-2026-32254 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-32254

Vulnerability Analysis

The vulnerability is classified under CWE-284 (Improper Access Control), indicating a fundamental flaw in how Kube-router handles trust boundaries for service IP configurations. When a Kubernetes Service object is created or modified with externalIPs or loadBalancerIP fields, Kube-router's proxy module accepts these values without verification against any configured allowlist or network policy constraints.

This architectural oversight means that any user with permissions to create or modify Service objects can specify arbitrary IP addresses that Kube-router will then program into iptables rules and routing configurations on cluster nodes. The network attack vector combined with low-privilege requirements makes this vulnerability particularly concerning in multi-tenant Kubernetes environments.

Root Cause

The root cause lies in the absence of IP validation logic in Kube-router's service processing pipeline. Prior to version 2.8.0, the proxy module directly consumed externalIPs and loadBalancerIP values from Service specifications without comparing them against configured CIDR ranges or invoking any admission control checks. The fix introduces a new svcip package that enforces validation of these IPs against administrator-configured ranges before they are programmed into node network configurations.

Attack Vector

An attacker with Kubernetes RBAC permissions to create or modify Service objects can exploit this vulnerability through the following attack pattern:

  1. Create a Kubernetes Service with arbitrary externalIPs or loadBalancerIP values
  2. Kube-router programs these IPs into the node's iptables and routing tables
  3. Traffic destined for these hijacked IPs gets redirected to attacker-controlled endpoints
  4. The attacker can intercept sensitive data, conduct man-in-the-middle attacks, or cause denial of service

The security patch introduces validation by importing and utilizing a new svcip package:

go
 	"github.com/cloudnativelabs/kube-router/v2/pkg/k8s/indexers"
 	"github.com/cloudnativelabs/kube-router/v2/pkg/metrics"
 	"github.com/cloudnativelabs/kube-router/v2/pkg/options"
+	"github.com/cloudnativelabs/kube-router/v2/pkg/svcip"
 	"github.com/cloudnativelabs/kube-router/v2/pkg/utils"
 	"github.com/cloudnativelabs/kube-router/v2/pkg/version"
 	"k8s.io/klog/v2"

Source: GitHub Commit

The load balancer allocation controller also receives the validation enhancement:

go
 
 	"github.com/cloudnativelabs/kube-router/v2/pkg/healthcheck"
 	"github.com/cloudnativelabs/kube-router/v2/pkg/options"
+	"github.com/cloudnativelabs/kube-router/v2/pkg/svcip"
+	"github.com/cloudnativelabs/kube-router/v2/pkg/utils"
 	v1core "k8s.io/api/core/v1"
 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 	"k8s.io/client-go/kubernetes"

Source: GitHub Commit

Detection Methods for CVE-2026-32254

Indicators of Compromise

  • Kubernetes Service objects with unexpected externalIPs or loadBalancerIP values outside normal ranges
  • Anomalous iptables rules on cluster nodes referencing unauthorized external IP addresses
  • Unexpected network traffic patterns showing traffic being redirected to unknown endpoints
  • Audit log entries showing Service creation/modification by unexpected users or service accounts

Detection Strategies

  • Enable Kubernetes audit logging and monitor for Service create/update events with externalIPs or loadBalancerIP fields
  • Deploy admission controllers (such as OPA Gatekeeper or Kyverno) to alert on Services with external IPs outside approved ranges
  • Implement network monitoring to detect traffic hijacking patterns or unexpected routing behavior
  • Use SentinelOne Singularity Cloud Workload Security to monitor container and node-level network configuration changes

Monitoring Recommendations

  • Configure alerts for any Service modifications containing externalIPs or loadBalancerIP specifications
  • Monitor iptables rule changes on cluster nodes for unauthorized NAT or DNAT rules
  • Implement continuous compliance scanning to detect Kube-router versions prior to v2.8.0
  • Review Kubernetes RBAC policies to identify overly permissive service creation privileges

How to Mitigate CVE-2026-32254

Immediate Actions Required

  • Upgrade Kube-router to version v2.8.0 or later immediately
  • Audit all existing Kubernetes Services for unexpected externalIPs or loadBalancerIP configurations
  • Review and restrict RBAC permissions for Service creation and modification
  • Enable the DenyServiceExternalIPs feature gate as a defense-in-depth measure

Patch Information

The vulnerability is patched in Kube-router version v2.8.0. The fix introduces a new svcip validation package that verifies external IPs and load balancer IPs against administrator-configured allowlist ranges before programming them into node network configurations.

Upgrade resources:

  • GitHub Release v2.8.0
  • Security Patch Commit
  • GitHub Security Advisory GHSA-phqm-jgc3-qf8g

Workarounds

  • Enable the DenyServiceExternalIPs Kubernetes feature gate to block all external IP specifications on Services
  • Deploy admission policies using OPA Gatekeeper or Kyverno to validate and restrict allowed external IP ranges
  • Restrict Service creation and modification RBAC permissions to trusted administrators only
  • Monitor Service changes using Kubernetes audit logging and automated alerting
  • Apply BGP prefix filtering if using Kube-router's BGP functionality to limit advertised routes
bash
# Enable DenyServiceExternalIPs feature gate in kube-apiserver
# Add to kube-apiserver command line arguments:
--feature-gates=DenyServiceExternalIPs=true

# Example Kyverno ClusterPolicy to restrict externalIPs
# Save as restrict-external-ips.yaml and apply with kubectl apply -f
apiVersion: kyverno.io/v1
kind: ClusterPolicy
metadata:
  name: restrict-external-ips
spec:
  validationFailureAction: Enforce
  rules:
  - name: deny-external-ips
    match:
      resources:
        kinds:
        - Service
    validate:
      message: "External IPs are not allowed on Services"
      pattern:
        spec:
          X(externalIPs): "null"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechKube Router

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Release v2.8.0
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-phqm-jgc3-qf8g
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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