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-2025-46599

CVE-2025-46599: K3s Information Disclosure Vulnerability

CVE-2025-46599 is an information disclosure vulnerability in CNCF K3s that exposes the ReadOnlyPort to unauthenticated access, potentially leaking credentials. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-46599 Overview

CVE-2025-46599 is an Insecure Default Configuration vulnerability affecting CNCF K3s versions 1.32 before 1.32.4-rc1+k3s1. The vulnerability stems from an unintended Kubernetes kubelet configuration change that, in certain situations, causes the ReadOnlyPort to be set to port 10255 instead of being disabled. This configuration oversight in the default behavior of K3s online installations can allow unauthenticated access to the kubelet's read-only API endpoint, potentially exposing sensitive credentials and cluster information.

Critical Impact

Unauthenticated network attackers can potentially access sensitive Kubernetes cluster credentials and node information through the exposed kubelet read-only port 10255, compromising cluster security.

Affected Products

  • CNCF K3s 1.32 (versions before 1.32.4-rc1+k3s1)
  • K3s online installations with default configurations

Discovery Timeline

  • April 25, 2025 - CVE-2025-46599 published to NVD
  • April 29, 2025 - Last updated in NVD database

Technical Details for CVE-2025-46599

Vulnerability Analysis

The vulnerability exists due to improper handling of the kubelet's ReadOnlyPort configuration parameter in K3s. When K3s marshals the KubeletConfiguration object, the configuration framework omits the ReadOnlyPort field when it is set to 0 (which should indicate disabled). This behavior causes the kubelet to fall back to its default value of 10255, inadvertently enabling unauthenticated access to the read-only API endpoint.

The kubelet read-only port exposes sensitive cluster information including pod specifications, container metrics, node status, and potentially embedded credentials. Attackers with network access to port 10255 can query endpoints like /pods, /spec, and /metrics without any authentication, gaining visibility into the cluster's workloads and configuration.

Root Cause

The root cause is a serialization issue in the Go language's handling of zero-value fields (CWE-1188: Insecure Default Initialization of Resource). When the KubeletConfiguration struct is marshaled to YAML or JSON, Go's standard behavior omits fields with zero values unless explicitly tagged otherwise. Since ReadOnlyPort: 0 was intended to disable the port, but the marshaling process removed this field entirely, the kubelet reverted to its default behavior of listening on port 10255.

Attack Vector

An attacker with network access to the K3s node can exploit this vulnerability by directly querying the kubelet's read-only API on port 10255. The attack requires no authentication or user interaction, making it straightforward to exploit in environments where the port is network-accessible.

The following patch demonstrates how the K3s maintainers addressed this issue by setting the read-only-port via CLI flag instead of relying on the configuration struct:

go
 	argsMap := map[string]string{
 		"config-dir": cfg.KubeletConfigDir,
 		"kubeconfig": cfg.KubeConfigKubelet,
+		// note: KubeletConfiguration will omit this field when marshalling if it is set to 0, so we set it via CLI
+		// https://github.com/k3s-io/k3s/issues/12164
+		"read-only-port": "0",
 	}

 	if cfg.RootDir != "" {

Source: GitHub Commit Details

The original vulnerable configuration in pkg/daemons/agent/agent.go relied on setting the value in the struct:

go
 		NodeStatusReportFrequency:        metav1.Duration{Duration: time.Minute * 5},
 		NodeStatusUpdateFrequency:        metav1.Duration{Duration: time.Second * 10},
 		ProtectKernelDefaults:            cfg.ProtectKernelDefaults,
-		ReadOnlyPort:                     0,
 		RuntimeRequestTimeout:            metav1.Duration{Duration: time.Minute * 2},
 		StreamingConnectionIdleTimeout:   metav1.Duration{Duration: time.Hour * 4},
 		SyncFrequency:                    metav1.Duration{Duration: time.Minute},

Source: GitHub Commit Details

Detection Methods for CVE-2025-46599

Indicators of Compromise

  • Unexpected network connections to port 10255 on K3s nodes
  • HTTP requests to kubelet read-only API endpoints (/pods, /spec, /metrics, /healthz)
  • Reconnaissance activity targeting Kubernetes infrastructure from external IP addresses
  • Unusual data exfiltration patterns from node IPs on port 10255

Detection Strategies

  • Monitor network traffic for connections to port 10255 on K3s nodes, especially from untrusted sources
  • Implement network security group rules to alert on any inbound traffic to port 10255
  • Use Kubernetes audit logging to detect unusual API access patterns that may indicate credential compromise
  • Deploy SentinelOne Kubernetes Sentinel for real-time container and cluster security monitoring

Monitoring Recommendations

  • Configure network intrusion detection systems to alert on port 10255 traffic
  • Implement regular configuration audits to verify kubelet read-only port is disabled
  • Use netstat or ss commands to verify port 10255 is not listening on K3s nodes
  • Enable SentinelOne Cloud Workload Protection for comprehensive Kubernetes security visibility

How to Mitigate CVE-2025-46599

Immediate Actions Required

  • Upgrade K3s to version 1.32.4-rc1+k3s1 or later immediately
  • Verify that port 10255 is not accessible by running netstat -tlnp | grep 10255 on K3s nodes
  • Implement network firewall rules to block external access to port 10255
  • Audit cluster credentials and secrets for potential exposure
  • Review access logs for any suspicious queries to kubelet endpoints

Patch Information

The K3s maintainers have addressed this vulnerability in version 1.32.4-rc1+k3s1. The fix changes how the read-only-port parameter is configured, using a CLI flag instead of the configuration struct to ensure the zero value is properly respected. Review the GitHub Version Comparison for complete patch details, and the GitHub Issue Tracker for additional context.

Workarounds

  • Explicitly set --read-only-port=0 in kubelet arguments if unable to upgrade immediately
  • Configure network policies or firewall rules to block all traffic to port 10255
  • Use Kubernetes NetworkPolicies to restrict pod-to-node communication on sensitive ports
  • Consult the Google Cloud Documentation for additional guidance on disabling the kubelet read-only port
bash
# Verify kubelet read-only port is disabled
kubectl get --raw /api/v1/nodes/<node-name>/proxy/configz | jq '.kubeletconfig.readOnlyPort'

# Check if port 10255 is listening on K3s nodes
netstat -tlnp | grep 10255

# Block port 10255 with iptables (temporary workaround)
iptables -A INPUT -p tcp --dport 10255 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechK3s

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1188
  • Technical References
  • Google Cloud Documentation

  • GitHub Issue Report

  • GitHub Commit Details

  • GitHub Version Comparison

  • GitHub Issue Tracker
  • 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