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-2024-38650

CVE-2024-38650: VSPC Server Auth Bypass Vulnerability

CVE-2024-38650 is an authentication bypass flaw in VSPC server that allows low-privileged attackers to access NTLM hashes of service accounts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-38650 Overview

CVE-2024-38650 is a critical authentication bypass vulnerability affecting Veeam Service Provider Console (VSPC). This vulnerability allows a low-privileged attacker to bypass authentication mechanisms and access the NTLM hash of the service account running on the VSPC server. Successful exploitation could enable attackers to perform pass-the-hash attacks, potentially leading to complete compromise of the affected system and lateral movement within the network.

Critical Impact

Low-privileged attackers can extract NTLM hashes of service accounts, enabling credential theft, privilege escalation, and potential full infrastructure compromise through pass-the-hash techniques.

Affected Products

  • Veeam Service Provider Console (VSPC)
  • Environments utilizing VSPC for backup management
  • Systems where VSPC service accounts have elevated privileges

Discovery Timeline

  • 2024-09-07 - CVE-2024-38650 published to NVD
  • 2024-09-09 - Last updated in NVD database

Technical Details for CVE-2024-38650

Vulnerability Analysis

This authentication bypass vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The vulnerability exists within the Veeam Service Provider Console's authentication handling mechanisms, where improper access controls allow authenticated low-privileged users to access sensitive credential information they should not have visibility into.

The attack can be initiated remotely over the network and requires only low-level privileges to exploit. The scope is changed, meaning successful exploitation can impact resources beyond the vulnerable component itself. The vulnerability has high impact on confidentiality, integrity, and availability, as obtaining the NTLM hash of a service account can lead to full system compromise.

Root Cause

The root cause of CVE-2024-38650 stems from improper information disclosure controls within the VSPC authentication subsystem. The application fails to adequately restrict access to sensitive service account credential data, specifically NTLM hashes, from low-privileged authenticated users. This represents a fundamental access control failure where authentication checks do not properly validate whether a user should have access to the requested sensitive information.

Attack Vector

The attack vector for this vulnerability is network-based, requiring only low-level authenticated access to the VSPC server. An attacker who has obtained legitimate but low-privileged credentials to the VSPC environment can exploit this vulnerability to access the NTLM hash of the service account.

Once the NTLM hash is obtained, an attacker can perform pass-the-hash attacks to authenticate as the service account without knowing the actual password. This technique allows the attacker to escalate privileges and potentially move laterally across the network, accessing other systems where the service account has permissions. The exploitation does not require user interaction and has low attack complexity, making it particularly dangerous in multi-tenant service provider environments.

Detection Methods for CVE-2024-38650

Indicators of Compromise

  • Unusual authentication attempts or access patterns from low-privileged accounts to VSPC administrative interfaces
  • Evidence of NTLM relay or pass-the-hash attacks originating from or targeting the VSPC server
  • Anomalous service account activity indicating credential misuse
  • Unexpected access to service account credential stores or configuration data

Detection Strategies

  • Monitor VSPC server logs for authentication anomalies and unauthorized access attempts to sensitive configuration endpoints
  • Implement SIEM rules to detect pass-the-hash attack patterns following any VSPC-related authentication events
  • Enable Windows Event logging for NTLM authentication events (Event IDs 4624, 4648) on VSPC servers
  • Deploy endpoint detection to identify credential dumping tools or techniques targeting service accounts

Monitoring Recommendations

  • Configure alerting for any successful authentication using service account credentials from unexpected sources
  • Implement network traffic analysis to detect NTLM authentication patterns indicative of credential relay attacks
  • Enable audit logging on VSPC and correlate with Active Directory authentication events
  • Monitor for lateral movement patterns following any authenticated access to VSPC infrastructure

How to Mitigate CVE-2024-38650

Immediate Actions Required

  • Apply the security patch provided by Veeam as documented in Veeam Knowledge Base Article KB4649 immediately
  • Review and audit all accounts with access to the VSPC server, removing unnecessary privileges
  • Rotate the credentials of service accounts used by VSPC as a precautionary measure
  • Implement network segmentation to limit exposure of VSPC servers to only authorized administrators

Patch Information

Veeam has released a security update addressing CVE-2024-38650. Administrators should consult the Veeam Knowledge Base Article KB4649 for specific patch information, affected versions, and upgrade instructions. It is critical to apply this patch as soon as possible given the critical severity rating and the potential for credential theft and privilege escalation.

Workarounds

  • Restrict network access to VSPC management interfaces using firewall rules and VPN requirements
  • Implement the principle of least privilege for all VSPC user accounts until patching is complete
  • Monitor service account usage with enhanced logging and real-time alerting
  • Consider temporarily disabling low-privileged user access to VSPC in high-risk environments until the patch is applied
bash
# Configuration example - Restrict VSPC network access (Windows Firewall)
# Block external access to VSPC management port except from trusted IPs
netsh advfirewall firewall add rule name="Block VSPC External" dir=in action=block protocol=tcp localport=1280
netsh advfirewall firewall add rule name="Allow VSPC Trusted" dir=in action=allow protocol=tcp localport=1280 remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVspc

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-200
  • Technical References
  • Veeam Knowledge Base Article
  • 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