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
    • 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-2024-9486

CVE-2024-9486: Kubernetes Image Builder Privilege Escalation

CVE-2024-9486 is a privilege escalation vulnerability in Kubernetes-sigs Image Builder that exposes default credentials in Proxmox-built VM images, allowing root access. This article covers affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-9486 Overview

A critical security vulnerability has been discovered in the Kubernetes Image Builder affecting versions <= v0.1.37. The vulnerability stems from default credentials that are enabled during the image build process and are not properly disabled in virtual machine images built using the Proxmox provider. This creates a severe security risk where nodes using the resulting images become accessible via these default credentials, potentially allowing attackers to gain root access to affected Kubernetes cluster nodes.

Critical Impact

Attackers can leverage default credentials to gain root access to Kubernetes cluster nodes built with the affected Image Builder Proxmox provider, potentially compromising entire cluster infrastructure.

Affected Products

  • Kubernetes-sigs Image Builder versions <= v0.1.37
  • Virtual machine images built using the Proxmox provider
  • Kubernetes clusters using VM images created via Image Builder with Proxmox provider

Discovery Timeline

  • 2024-10-15 - CVE-2024-9486 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2024-9486

Vulnerability Analysis

This vulnerability is classified as CWE-798 (Use of Hard-coded Credentials), representing a fundamental insecure default configuration issue in the Kubernetes Image Builder's Proxmox provider workflow. During the image build process, default credentials are enabled to facilitate provisioning and configuration. However, the critical security flaw occurs because these credentials are not disabled or removed before the image is finalized.

The vulnerability affects the entire trust chain of VM image deployment in Kubernetes environments. When organizations build VM images using the Proxmox provider and deploy them as Kubernetes nodes, every deployed node inherits these default credentials, creating a consistent attack surface across the infrastructure.

Root Cause

The root cause is an insecure default configuration in the Image Builder's Proxmox provider implementation. The build process requires temporary credentials for image provisioning, but the workflow fails to include a cleanup step to disable or remove these credentials from the final image. This is a classic example of hardcoded credentials (CWE-798) where security-sensitive authentication material persists beyond its intended temporary use.

Attack Vector

The attack vector is network-based, requiring no authentication, no user interaction, and low complexity to exploit. An attacker with network access to vulnerable Kubernetes nodes can:

  1. Identify nodes built using affected Image Builder versions with the Proxmox provider
  2. Connect to these nodes using the well-known default credentials
  3. Authenticate successfully and obtain root-level access
  4. Pivot within the Kubernetes cluster or exfiltrate sensitive data

The default credentials are publicly known, making exploitation trivial once vulnerable nodes are identified. Attackers can scan for exposed SSH services and attempt authentication with these default credentials to identify vulnerable systems.

Detection Methods for CVE-2024-9486

Indicators of Compromise

  • Unexpected SSH authentication events using default or builder accounts on Kubernetes nodes
  • Unauthorized root-level access attempts from external IP addresses
  • Authentication logs showing successful logins with credentials that should not exist in production
  • Unusual process execution or privilege escalation on nodes built with affected Image Builder versions

Detection Strategies

  • Audit all Kubernetes node images to verify they were not built using Image Builder versions <= v0.1.37 with the Proxmox provider
  • Implement SSH authentication monitoring to detect login attempts using default credentials
  • Review system user accounts on VM images for unexpected default users with elevated privileges
  • Deploy network intrusion detection rules to identify credential-based attacks targeting known default accounts

Monitoring Recommendations

  • Enable comprehensive logging for SSH authentication events across all Kubernetes nodes
  • Monitor for lateral movement patterns from compromised nodes within the cluster
  • Implement alerts for any successful authentication to production nodes using non-standard accounts
  • Conduct periodic image audits to ensure compliance with secure build practices

How to Mitigate CVE-2024-9486

Immediate Actions Required

  • Upgrade Kubernetes Image Builder to a patched version that addresses CVE-2024-9486
  • Rebuild all VM images that were created using the Proxmox provider with affected versions
  • Manually disable or remove default credentials from existing deployed nodes as an interim measure
  • Rotate all credentials and secrets on potentially compromised nodes
  • Conduct a security review of all Kubernetes nodes for signs of unauthorized access

Patch Information

The Kubernetes SIG has addressed this vulnerability through Pull Request #1595. Organizations should upgrade to the patched version of Image Builder and rebuild all VM images using the Proxmox provider. Additional details are available in the Kubernetes Security Announcement and the GitHub Issue Discussion.

Workarounds

  • Manually disable default credentials on all deployed nodes built with affected versions before the rebuild
  • Implement network segmentation to restrict SSH access to Kubernetes nodes from trusted sources only
  • Deploy additional authentication controls such as SSH key-based authentication and disable password authentication entirely
  • Use configuration management tools to audit and remediate default credentials across the node fleet
bash
# Example: Disable password authentication and restrict SSH access
# Add to /etc/ssh/sshd_config on affected nodes
PasswordAuthentication no
PermitRootLogin no
AllowUsers authorized_admin_user

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechKubernetes

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability4.78%

  • 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-798
  • Technical References
  • GitHub Issue Discussion
  • Vendor Resources
  • GitHub Pull Request

  • Kubernetes Security Announcement
  • Related CVEs
  • CVE-2025-7342: Kubernetes Image Builder Privilege Escalation

  • CVE-2025-5187: Kubernetes Privilege Escalation Vulnerability

  • CVE-2023-3893: Kubernetes CSI Proxy Privilege Escalation

  • CVE-2025-4563: Kubernetes Privilege Escalation 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