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

CVE-2026-6290: Velociraptor Auth Bypass Vulnerability

CVE-2026-6290 is an authentication bypass flaw in Velociraptor that allows users to access unauthorized organizations through the query() plugin. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-6290 Overview

CVE-2026-6290 is an Improper Authorization vulnerability (CWE-863) in Velociraptor, an open-source digital forensics and incident response tool. Velociraptor versions prior to 0.76.3 contain a vulnerability in the query() plugin which allows authenticated users to access all organizations with their current ACL token. This flaw enables an authenticated GUI user with access to one organization to use the query() plugin within a notebook cell to run VQL (Velociraptor Query Language) queries on other organizations they may not have legitimate access to.

Critical Impact

Authenticated users can bypass organizational boundaries to access, query, and potentially exfiltrate data from other organizations within the same Velociraptor deployment, with their permissions in unauthorized organizations mirroring their permissions in the original organization.

Affected Products

  • Velociraptor versions prior to 0.76.3

Discovery Timeline

  • April 15, 2026 - CVE-2026-6290 published to NVD
  • April 15, 2026 - Last updated in NVD database

Technical Details for CVE-2026-6290

Vulnerability Analysis

The vulnerability resides in the query() plugin implementation within Velociraptor's VQL processing engine. The core issue is an improper authorization check that fails to properly validate organizational boundaries when processing VQL queries through the notebook interface.

When a user executes VQL queries using the query() plugin from a notebook cell, the system incorrectly allows the user's current ACL token to be applied across all organizations rather than restricting access to only the organization context in which the notebook exists. This represents a horizontal privilege escalation scenario where organizational isolation—a fundamental security boundary in multi-tenant Velociraptor deployments—is effectively bypassed.

The attack is particularly concerning because the user retains their full permission set when accessing other organizations. If a user has administrative privileges in their home organization, those same privileges apply when querying unauthorized organizations through this vulnerability.

Root Cause

The root cause is an Improper Authorization flaw (CWE-863) in the query() plugin's ACL token handling. The plugin fails to enforce proper organizational context validation when processing queries, allowing the user's authentication token to be honored across organizational boundaries without verifying the user has been explicitly granted access to the target organization.

Attack Vector

An attacker requires authenticated access to the Velociraptor GUI with notebook creation or editing privileges in at least one organization. From there, the attacker can craft VQL queries using the query() plugin that target other organizations within the deployment. The attack is network-accessible and does not require user interaction, though it does require high privileges (authenticated GUI access with notebook capabilities). The scope is changed as it affects resources beyond the vulnerable component's authorization boundary.

The attack flow involves:

  1. Attacker authenticates to Velociraptor GUI with valid credentials for Organization A
  2. Attacker creates or edits a notebook cell in Organization A
  3. Attacker uses the query() plugin to execute VQL queries targeting Organization B, C, or any other organization
  4. The vulnerability allows the query to execute with the attacker's Organization A permissions applied to the target organization

Detection Methods for CVE-2026-6290

Indicators of Compromise

  • Unusual VQL query activity in notebook cells targeting organization contexts different from the notebook's home organization
  • Audit logs showing query() plugin invocations with cross-organizational scope
  • Unexpected data access patterns where users access organizations they are not explicitly assigned to
  • Anomalous notebook creation or modification activity followed by bulk data queries

Detection Strategies

  • Monitor Velociraptor audit logs for query() plugin usage patterns that reference multiple organizational contexts
  • Implement alerting on notebook cell executions that contain VQL queries with org-switching patterns
  • Review user activity logs for access to organizational data that does not match user assignment records
  • Deploy behavioral analytics to detect users accessing data volumes inconsistent with their normal access patterns

Monitoring Recommendations

  • Enable comprehensive audit logging for all notebook activities and VQL query executions
  • Implement log correlation to identify users executing queries outside their assigned organizational context
  • Establish baseline user behavior profiles to detect anomalous cross-organization query patterns
  • Review and monitor ACL token usage patterns across organizational boundaries

How to Mitigate CVE-2026-6290

Immediate Actions Required

  • Upgrade Velociraptor to version 0.76.3 or later immediately
  • Audit existing notebooks for any suspicious query() plugin usage that may indicate exploitation
  • Review access logs for any cross-organization query activity prior to patching
  • Temporarily restrict notebook creation and editing privileges to trusted administrators until patching is complete

Patch Information

The vulnerability is addressed in Velociraptor version 0.76.3. Organizations should upgrade to this version or later to remediate the vulnerability. Detailed patch information is available in the Velociraptor Security Advisory.

Workarounds

  • Restrict notebook creation and editing privileges to only highly trusted users until the patch can be applied
  • Disable or limit access to the query() plugin through ACL policy if operationally feasible
  • Implement additional network segmentation to limit exposure of the Velociraptor GUI
  • Increase audit logging verbosity and implement real-time monitoring for notebook activity
bash
# Example: Restrict notebook permissions in Velociraptor configuration
# Consult official documentation for your specific deployment
# Limit notebook access to administrators only until patch is applied
velociraptor config rotate --org "your-org" --notebook-acl "administrators-only"

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

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • Velociraptor Security Advisory
  • Related CVEs
  • CVE-2025-0914: Velociraptor Auth Bypass Vulnerability

  • CVE-2026-5329: Rapid7 Velociraptor 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