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

CVE-2024-29855: Veeam Recovery Orchestrator Auth Bypass

CVE-2024-29855 is an authentication bypass flaw in Veeam Recovery Orchestrator caused by a hard-coded JWT secret. Attackers can exploit this to gain unauthorized access. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2024-29855 Overview

CVE-2024-29855 is a critical authentication bypass vulnerability affecting Veeam Recovery Orchestrator. The vulnerability stems from a hard-coded JWT (JSON Web Token) secret embedded in the application, which allows unauthenticated attackers to forge valid authentication tokens and gain unauthorized access to the system. This weakness (CWE-798: Use of Hard-coded Credentials) represents a severe security flaw that can lead to complete compromise of the affected disaster recovery orchestration platform.

Critical Impact

Attackers exploiting this vulnerability can bypass authentication mechanisms entirely, potentially gaining administrative access to disaster recovery infrastructure and compromising backup operations, data integrity, and business continuity systems.

Affected Products

  • Veeam Recovery Orchestrator (affected versions prior to patch release)

Discovery Timeline

  • 2024-06-11 - CVE-2024-29855 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2024-29855

Vulnerability Analysis

The vulnerability exists due to Veeam Recovery Orchestrator utilizing a hard-coded JWT secret for token generation and validation. JWT tokens are commonly used for stateless authentication in web applications, where the server signs tokens using a secret key to verify their authenticity. When this secret is hard-coded and identical across all installations, any attacker who discovers the secret can generate valid authentication tokens without requiring legitimate credentials.

The network-accessible nature of this vulnerability means that attackers can exploit it remotely without any prior authentication or user interaction. However, the exploitation complexity is higher as attackers must first discover the hard-coded secret value.

Root Cause

The root cause of CVE-2024-29855 is the use of hard-coded credentials (CWE-798) within the Veeam Recovery Orchestrator codebase. Instead of generating unique, installation-specific secrets or using secure key management practices, the application ships with a static JWT secret. This violates fundamental secure development principles where cryptographic secrets should be unique per installation and securely managed.

Attack Vector

The attack vector for this vulnerability is network-based, allowing remote exploitation. An attacker who identifies the hard-coded JWT secret can craft authentication tokens that the Veeam Recovery Orchestrator server will accept as valid. This enables the attacker to impersonate any user, including administrative accounts, without knowledge of actual user credentials. The changed scope (S:C in CVSS vector) indicates that successful exploitation can impact resources beyond the vulnerable component itself, potentially affecting the entire backup and disaster recovery infrastructure managed by the Orchestrator.

The attack flow typically involves:

  1. Extracting or identifying the hard-coded JWT secret from the application
  2. Crafting a JWT token with desired claims (e.g., administrative privileges)
  3. Signing the token with the discovered secret
  4. Submitting requests to the Veeam Recovery Orchestrator API with the forged token
  5. Gaining unauthorized access to administrative functions

Detection Methods for CVE-2024-29855

Indicators of Compromise

  • Unexpected authentication events without corresponding login attempts in access logs
  • JWT tokens with unusual or administrative claims appearing from unrecognized source IPs
  • Administrative API calls from external or unexpected network segments
  • Anomalous session activity patterns that bypass normal authentication workflows

Detection Strategies

  • Monitor authentication logs for successful logins that lack corresponding credential validation events
  • Implement network-based detection for suspicious API requests to Veeam Recovery Orchestrator endpoints
  • Deploy behavioral analysis to identify unusual administrative actions or configuration changes
  • Review audit logs for privilege escalation patterns or unauthorized disaster recovery operations

Monitoring Recommendations

  • Enable comprehensive logging on Veeam Recovery Orchestrator instances and forward to SIEM
  • Establish baseline behavior for administrative activities and alert on deviations
  • Monitor network traffic to Veeam Recovery Orchestrator for connections from unauthorized sources
  • Implement alerting for any changes to disaster recovery configurations or backup policies

How to Mitigate CVE-2024-29855

Immediate Actions Required

  • Apply the security patch from Veeam immediately following the guidance in KB4585
  • Restrict network access to Veeam Recovery Orchestrator to trusted management networks only
  • Review authentication logs for any signs of unauthorized access prior to patching
  • Audit administrative user accounts and revoke any suspicious sessions

Patch Information

Veeam has released a security update to address this vulnerability. Administrators should consult the official Veeam Knowledge Base Article KB4585 for detailed patching instructions and affected version information. The patch replaces the hard-coded JWT secret with a properly randomized, installation-specific secret to prevent token forgery attacks.

Workarounds

  • Implement network segmentation to limit access to Veeam Recovery Orchestrator from untrusted networks
  • Deploy a web application firewall (WAF) or reverse proxy to add an additional authentication layer
  • Enable IP allowlisting to restrict API access to known administrative endpoints
  • Consider temporarily disabling external access to the Orchestrator until patching is complete
bash
# Network restriction example - limit access to management subnet only
# This should be adapted to your specific firewall/network configuration
# Example iptables rule to restrict access to Veeam Recovery Orchestrator port
iptables -A INPUT -p tcp --dport 9898 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 9898 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVeeam Recovery Orchestrator

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability19.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Vendor Resources
  • Veeam Knowledge Base Article
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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