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-24177

CVE-2026-24177: NVIDIA KAI Scheduler Auth Bypass Flaw

CVE-2026-24177 is an authentication bypass vulnerability in NVIDIA KAI Scheduler that allows unauthorized API access. Attackers can exploit this flaw to access sensitive information. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-24177 Overview

NVIDIA KAI Scheduler contains an authorization bypass vulnerability (CWE-306: Missing Authentication for Critical Function) that allows attackers to access API endpoints without proper authorization. This vulnerability enables unauthorized access to sensitive information through the scheduler's exposed API interface, potentially compromising confidential data within Kubernetes AI/ML workload orchestration environments.

Critical Impact

Unauthorized API access could expose sensitive scheduling metadata, workload configurations, and potentially reveal details about AI/ML training jobs and infrastructure topology.

Affected Products

  • NVIDIA KAI Scheduler (specific versions not disclosed)

Discovery Timeline

  • April 21, 2026 - CVE-2026-24177 published to NVD
  • April 22, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24177

Vulnerability Analysis

This vulnerability stems from missing authentication controls on critical API endpoints within the NVIDIA KAI Scheduler. The KAI Scheduler is a Kubernetes-native scheduler designed for AI/ML workloads that manages resource allocation and job scheduling across GPU clusters. The flaw allows an attacker with low-privilege network access to bypass authorization mechanisms and directly query API endpoints that should require authentication.

The attack can be executed remotely over the network without user interaction. The vulnerability has a changed scope, meaning a successful exploit affects resources beyond the vulnerable component's security boundary. While the vulnerability does not allow modification of data or cause service disruption, it provides complete read access to confidential information managed by the scheduler.

Root Cause

The root cause is CWE-306: Missing Authentication for Critical Function. The NVIDIA KAI Scheduler fails to enforce proper authentication checks on certain API endpoints that expose sensitive information. This design flaw allows authenticated users with minimal privileges to access endpoints intended for administrative or restricted use, bypassing the intended access control model.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the KAI Scheduler's API interface. An attacker with low-privilege credentials can craft requests to unprotected API endpoints and retrieve sensitive information about scheduled workloads, resource allocations, and cluster configurations. The vulnerability does not require any user interaction and can be exploited by any authenticated user regardless of their assigned role or permissions.

The attack pattern typically involves:

  1. Establishing network connectivity to the KAI Scheduler API
  2. Authenticating with minimal credentials
  3. Sending requests to API endpoints that lack proper authorization checks
  4. Exfiltrating sensitive scheduling and configuration data

Detection Methods for CVE-2026-24177

Indicators of Compromise

  • Unusual API access patterns from low-privilege accounts accessing administrative endpoints
  • Spike in API requests to scheduler configuration or metadata endpoints
  • Authentication logs showing successful access to restricted endpoints by unauthorized users
  • Network traffic analysis revealing bulk data extraction from scheduler APIs

Detection Strategies

  • Implement API access logging and monitor for requests to sensitive endpoints from unexpected sources
  • Configure alerts for API access patterns that deviate from normal user behavior baselines
  • Deploy network monitoring to detect enumeration attempts against scheduler API endpoints
  • Review authentication and authorization logs for evidence of privilege boundary violations

Monitoring Recommendations

  • Enable detailed API audit logging on the KAI Scheduler
  • Monitor for repeated requests to configuration and metadata endpoints
  • Implement anomaly detection for API access frequency and endpoint diversity per user
  • Set up alerts for any access to administrative APIs by non-administrative accounts

How to Mitigate CVE-2026-24177

Immediate Actions Required

  • Review the NVIDIA Customer Support Answer for official guidance and patches
  • Restrict network access to the KAI Scheduler API to trusted hosts only
  • Audit current API access logs for evidence of exploitation
  • Implement network segmentation to limit exposure of scheduler endpoints

Patch Information

Consult the official NVIDIA security advisory for patch availability and upgrade instructions. Apply the vendor-provided security update as soon as it becomes available to address the missing authentication controls on affected API endpoints.

Workarounds

  • Implement network-level access controls (firewall rules, network policies) to restrict API access to authorized systems only
  • Deploy an API gateway or reverse proxy with additional authentication requirements in front of the KAI Scheduler
  • Enable Kubernetes NetworkPolicy resources to limit pod-to-pod communication with the scheduler
  • Review and minimize the number of accounts with any level of access to the scheduler API
bash
# Example: Restrict KAI Scheduler API access using Kubernetes NetworkPolicy
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-kai-scheduler-access
  namespace: kai-scheduler
spec:
  podSelector:
    matchLabels:
      app: kai-scheduler
  policyTypes:
  - Ingress
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          trusted-access: "true"
    ports:
    - protocol: TCP
      port: 8080
EOF

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNvidia

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • NVD CVE-2026-24177 Report

  • NVIDIA Customer Support Answer

  • CVE.org Record CVE-2026-24177
  • Related CVEs
  • CVE-2026-24176: NVIDIA KAI Scheduler Auth Bypass Flaw

  • CVE-2026-24241: NVIDIA Delegated Licensing Auth Bypass

  • CVE-2024-0138: NVIDIA Base Command Manager Auth Bypass

  • CVE-2026-24156: NVIDIA DALI RCE 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