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-2026-7573

CVE-2026-7573: Velociraptor Auth Bypass Vulnerability

CVE-2026-7573 is an authorization bypass vulnerability in Velocidex Velociraptor that lets low-privilege users access ACL policies across organizations. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7573 Overview

CVE-2026-7573 is an authorization bypass vulnerability [CWE-639] in the GetUserRoles gRPC API endpoint of Velocidex Velociraptor. The flaw affects all releases below version 0.76.5. Any authenticated low-privilege user can retrieve the complete Access Control List (ACL) policy, including roles and permissions, for any user across all organizations. Exploitation requires only supplying targeted Name and Org parameters in a network request. The issue exposes role assignments and permission mappings that should remain restricted to administrators.

Critical Impact

Authenticated low-privilege users can enumerate ACL policies for any user in any organization, exposing privileged role assignments to attackers preparing follow-on attacks.

Affected Products

  • Velocidex Velociraptor versions below 0.76.5
  • Velociraptor multi-organization deployments using gRPC API
  • Velociraptor instances exposing the GetUserRoles endpoint to authenticated users

Discovery Timeline

  • 2026-05-06 - CVE-2026-7573 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-7573

Vulnerability Analysis

The vulnerability resides in the GetUserRoles gRPC API endpoint exposed by Velociraptor. The endpoint accepts Name and Org parameters that identify the user and organization whose ACL policy should be returned. The handler does not verify that the calling principal possesses sufficient privileges to read the targeted user's roles. The handler also fails to scope the lookup to organizations the caller is a member of. Authenticated users at any privilege tier receive the full role and permission set for the requested target.

Velociraptor multi-organization deployments rely on per-organization ACL boundaries to separate tenants. This flaw breaks that boundary at the API layer. Attackers can map administrators, identify accounts with sensitive capabilities such as EXECVE or COLLECT_SERVER, and select high-value targets for credential or session attacks. The information disclosure is limited to ACL data, but the data is sufficient to plan privilege escalation against the same Velociraptor instance.

Root Cause

The root cause is a missing authorization check in the GetUserRoles handler. The endpoint trusts user-supplied Name and Org parameters without enforcing that the caller has read access to the target user object. This pattern matches CWE-639, Authorization Bypass Through User-Controlled Key.

Attack Vector

Exploitation occurs over the network against the Velociraptor gRPC API. The attacker authenticates with any valid low-privilege account, then sends a GetUserRoles request with the target username and organization identifier. The server returns the requested ACL policy without performing role checks on the caller.

No verified public exploit code is available. See the Velociraptor Security Advisory for vendor-supplied technical details.

Detection Methods for CVE-2026-7573

Indicators of Compromise

  • Unusual volumes of GetUserRoles gRPC calls originating from non-administrative accounts
  • GetUserRoles requests where the supplied Org parameter differs from the caller's assigned organization
  • Sequential enumeration of usernames in API audit logs from a single low-privilege session

Detection Strategies

  • Audit Velociraptor API logs for GetUserRoles invocations and correlate the calling user's role with the targeted Name and Org values
  • Alert when a non-admin principal queries roles for accounts in organizations it does not belong to
  • Baseline normal API call patterns per user role and flag deviations such as bulk user enumeration

Monitoring Recommendations

  • Enable verbose gRPC API audit logging on Velociraptor frontend servers and forward logs to a central SIEM
  • Track failed and successful authentication events alongside subsequent GetUserRoles calls to identify reconnaissance chains
  • Monitor for new or unexpected low-privilege accounts performing administrative-style queries

How to Mitigate CVE-2026-7573

Immediate Actions Required

  • Upgrade all Velociraptor frontend and server components to version 0.76.5 or later
  • Review existing user accounts and remove unused low-privilege accounts that could be leveraged for authenticated access
  • Rotate credentials for any accounts whose roles may have been disclosed through API enumeration

Patch Information

Velocidex has addressed the issue in Velociraptor 0.76.5. The fixed release adds the missing authorization check on the GetUserRoles gRPC endpoint. Refer to the Velociraptor Security Advisory for upgrade instructions and release notes.

Workarounds

  • Restrict network access to the Velociraptor gRPC API to administrative subnets until the patch is applied
  • Limit issuance of authenticated API credentials to trusted operators only
  • Audit and reduce the membership of organizations in multi-tenant deployments to minimize exposure of high-privilege ACL data

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVelociraptor

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • Velociraptor Security Advisory
  • Related CVEs
  • CVE-2026-6863: Velociraptor Auth Bypass Vulnerability

  • CVE-2026-6290: Velociraptor Auth Bypass Vulnerability

  • CVE-2025-0914: Velociraptor Auth Bypass Vulnerability

  • CVE-2026-7572: Velocidex Velociraptor DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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