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

CVE-2024-45229: Versa Director Auth Bypass Vulnerability

CVE-2024-45229 is an authentication bypass flaw in Versa Director REST APIs that allows attackers to steal authentication tokens of logged-in users. This article covers the technical details, affected systems, and mitigation.

Updated: January 22, 2026

CVE-2024-45229 Overview

CVE-2024-45229 is a REST API vulnerability in Versa Director that allows unauthenticated attackers to exploit certain APIs by injecting invalid arguments into GET requests. This exploitation can potentially expose authentication tokens of other currently logged-in users. The exposed tokens can then be used to invoke additional APIs on port 9183, enabling unauthorized access to management functions.

Critical Impact

Authentication tokens of logged-in users can be stolen through API manipulation, potentially allowing attackers to impersonate legitimate administrators and access orchestration and management functions.

Affected Products

  • Versa Director (Internet-exposed instances)
  • Versa Director REST APIs on ports 9182, 9183, and 443
  • Versa Director device registration endpoints

Discovery Timeline

  • 2024-09-20 - CVE-2024-45229 published to NVD
  • 2024-09-26 - Last updated in NVD database

Technical Details for CVE-2024-45229

Vulnerability Analysis

This vulnerability affects the Versa Director platform, which provides REST APIs for orchestration and management of network infrastructure. By design, certain APIs such as the login screen, banner display, and device registration endpoints do not require authentication to function properly.

The core issue lies in the improper handling of input validation on these unauthenticated API endpoints. When the Versa Director is directly connected to the Internet, an attacker can craft malicious GET requests with invalid arguments to one of these APIs. This improper input handling results in the exposure of authentication tokens belonging to other users who are currently logged into the system.

The vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), indicating that the affected API endpoint lacks proper authentication controls despite handling sensitive token information.

Root Cause

The root cause of this vulnerability is the missing authentication mechanism for a critical API function. While certain APIs are intentionally designed to operate without authentication for legitimate purposes (login screen, banner display, device registration), one of these unauthenticated endpoints improperly exposes sensitive authentication token data when processing malformed input parameters.

The vulnerability stems from insufficient input validation combined with the lack of proper access controls on the API response data. When invalid arguments are injected into GET requests, the application fails to properly sanitize or restrict the information returned, inadvertently leaking session tokens of authenticated users.

Attack Vector

The attack vector requires the Versa Director to be directly exposed to the Internet. An attacker can exploit this vulnerability remotely without any authentication by:

  1. Identifying Internet-exposed Versa Director instances
  2. Crafting malicious GET requests with invalid arguments targeting the vulnerable API endpoints at /vnms/devicereg/device/* (ports 9182 & 9183) or /versa/vnms/devicereg/device/* (port 443)
  3. Extracting authentication tokens from the API response
  4. Using the stolen tokens to invoke additional authenticated APIs on port 9183

Notably, this exploit does not disclose any username or password information directly—only the session authentication tokens. However, these tokens provide sufficient access to invoke management APIs as the compromised user.

Detection Methods for CVE-2024-45229

Indicators of Compromise

  • Unusual or malformed GET requests to /vnms/devicereg/device/* endpoints on ports 9182 or 9183
  • Anomalous API traffic patterns to /versa/vnms/devicereg/device/* on port 443
  • Authentication tokens being used from unexpected IP addresses or geographic locations
  • Multiple API calls originating from the same source using different user session tokens

Detection Strategies

  • Monitor web server access logs for GET requests containing invalid or unexpected arguments to device registration endpoints
  • Implement network intrusion detection rules to identify reconnaissance or exploitation attempts targeting Versa Director APIs
  • Analyze authentication logs for session tokens being used from multiple concurrent IP addresses
  • Deploy behavioral analytics to detect anomalous API usage patterns that may indicate token theft

Monitoring Recommendations

  • Enable detailed logging on Versa Director API endpoints, particularly for device registration functions
  • Configure alerting for high-volume or suspicious requests to the vulnerable URL paths
  • Implement session monitoring to detect tokens being used from unauthorized network locations
  • Regularly audit API access patterns for indicators of token harvesting or misuse

How to Mitigate CVE-2024-45229

Immediate Actions Required

  • Verify if your Versa Director instances are directly exposed to the Internet and assess exposure risk
  • Implement Web Application Firewall (WAF) or API Gateway rules to block access to vulnerable endpoints
  • Review authentication logs for any signs of token compromise or unauthorized API access
  • Contact Versa Technical Support or your Versa account team for upgrade guidance and assistance

Patch Information

Versa Networks recommends upgrading Directors to one of the remediated software versions. For specific version information and patch downloads, refer to the Versa Networks Security Bulletin. Versa has confirmed that no Versa-hosted head ends have been affected by this vulnerability.

Workarounds

  • Deploy a Web Application Firewall (WAF) or API Gateway in front of Versa Director to filter malicious requests
  • Configure blocking rules for /vnms/devicereg/device/* on ports 9182 and 9183
  • Configure blocking rules for /versa/vnms/devicereg/device/* on port 443
  • If possible, remove direct Internet exposure of Versa Director instances until patches can be applied
  • Implement network segmentation to limit access to Versa Director management interfaces
bash
# Example WAF/API Gateway blocking rules (syntax varies by platform)
# Block access to vulnerable device registration endpoints
# Port 9182/9183 endpoints
deny /vnms/devicereg/device/*
# Port 443 endpoints  
deny /versa/vnms/devicereg/device/*

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVersa Director

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Versa Networks Email Bulletin
  • Related CVEs
  • CVE-2024-39717: Versa Director Auth Bypass Vulnerability

  • CVE-2024-42450: Versa Director Auth Bypass Vulnerability

  • CVE-2025-23171: Versa Director SD-WAN RCE Vulnerability

  • CVE-2024-45208: Versa Director SD-WAN 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