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

CVE-2026-7572: Velocidex Velociraptor DoS Vulnerability

CVE-2026-7572 is a denial of service flaw in Velocidex Velociraptor caused by an off-by-one error that allows attackers to crash processes. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7572 Overview

CVE-2026-7572 is an off-by-one error [CWE-193] in the ConsumeUnit16Array and ConsumeUnit64Array functions of Velocidex Velociraptor before version 0.76.5. A local attacker can trigger a Denial of Service (DoS) by supplying a specially crafted .evtx file to the parse_evtx VQL plugin. Successful exploitation crashes the Velociraptor process on Windows and Linux hosts. The flaw requires user interaction, as a victim must invoke the plugin against the malicious file. Velocidex addressed the issue in Velociraptor 0.76.5.

Critical Impact

A malformed Windows event log file processed by parse_evtx crashes the Velociraptor agent or server, disrupting digital forensics and incident response (DFIR) collection workflows.

Affected Products

  • Velocidex Velociraptor on Windows (versions before 0.76.5)
  • Velocidex Velociraptor on Linux (versions before 0.76.5)
  • Any deployment invoking the parse_evtx VQL plugin on untrusted .evtx input

Discovery Timeline

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

Technical Details for CVE-2026-7572

Vulnerability Analysis

Velociraptor is an open-source DFIR platform that parses Windows event log (.evtx) files through its parse_evtx VQL plugin. The plugin relies on helper routines ConsumeUnit16Array and ConsumeUnit64Array to read fixed-width integer arrays from binary event log records. Both routines contain an off-by-one boundary calculation that miscomputes the number of elements consumed relative to the available buffer length.

When a crafted .evtx file declares array sizes that align with the off-by-one condition, the parser reads beyond the allocated slice. The Go runtime detects the out-of-bounds access and panics, terminating the process. The result is a reliable crash of any Velociraptor component that ingests the file.

Root Cause

The defect is a classic [CWE-193] off-by-one error. The length checks in ConsumeUnit16Array and ConsumeUnit64Array do not correctly account for the final element in the parsed array. The functions therefore advance one element past the valid buffer boundary, producing an out-of-bounds slice access during deserialization of attacker-controlled .evtx content.

Attack Vector

Exploitation is local and requires user interaction. An attacker plants a malicious .evtx file on a target host or supplies it to an analyst who runs a hunt or artifact that calls parse_evtx. When the plugin parses the file, the Velociraptor process crashes. The vulnerability does not provide code execution or data disclosure; the impact is limited to availability of the Velociraptor agent or server collecting the artifact.

No verified public proof-of-concept code is available. Refer to the Velociraptor Security Advisory for technical details.

Detection Methods for CVE-2026-7572

Indicators of Compromise

  • Unexpected termination or panic logs from the Velociraptor agent or server process shortly after running an artifact that invokes parse_evtx.
  • Presence of unusually small, malformed, or attacker-staged .evtx files in non-standard directories on endpoints.
  • Repeated agent reconnects or hunt failures correlated with collection of Windows event log artifacts.

Detection Strategies

  • Monitor Velociraptor server and client logs for Go runtime panic stack traces referencing ConsumeUnit16Array or ConsumeUnit64Array.
  • Hunt across endpoints for .evtx files outside of %SystemRoot%\System32\winevt\Logs\ and /var/log/ paths that are referenced by recent VQL queries.
  • Compare deployed Velociraptor binary versions against 0.76.5 to identify hosts still vulnerable.

Monitoring Recommendations

  • Alert on abnormal exit codes or service restarts of the Velociraptor process across the fleet.
  • Track artifact execution telemetry for parse_evtx invocations against operator-supplied or non-standard file paths.
  • Review file integrity monitoring for newly created .evtx files in user-writable directories on production endpoints.

How to Mitigate CVE-2026-7572

Immediate Actions Required

  • Upgrade all Velociraptor server and client deployments to version 0.76.5 or later.
  • Restrict execution of artifacts that call parse_evtx to trusted operators until patching is complete.
  • Validate the source of any .evtx file before parsing it through Velociraptor, especially files staged by users or pulled from untrusted endpoints.

Patch Information

Velocidex released a fix in Velociraptor 0.76.5 that corrects the boundary calculation in ConsumeUnit16Array and ConsumeUnit64Array. Refer to the Velociraptor Security Advisory for release notes and download links.

Workarounds

  • Disable or restrict artifacts and hunts that invoke the parse_evtx VQL plugin until the upgrade is applied.
  • Limit which operators can author or run ad-hoc VQL that parses event log files supplied from untrusted hosts.
  • Sandbox event log parsing by collecting .evtx files first and processing them on isolated, patched analysis systems.
bash
# Verify the installed Velociraptor version on Linux or Windows
velociraptor version

# Expected output should report 0.76.5 or later

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVelociraptor

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-193
  • Technical References
  • Velociraptor Security Advisory
  • Related CVEs
  • CVE-2026-6948: Velociraptor Server DOS Vulnerability

  • CVE-2026-7573: Velociraptor Auth Bypass Vulnerability

  • CVE-2026-6863: Velociraptor Auth Bypass Vulnerability

  • CVE-2026-6290: Velociraptor Auth Bypass 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