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

CVE-2026-24817: UEVR Buffer Overflow Vulnerability

CVE-2026-24817 is an out-of-bounds write buffer overflow in UEVR's Lua dependencies affecting ldebug.C and lvm.C modules. This article covers the technical details, versions affected before 1.05, security impact, and mitigation.

Published: January 30, 2026

CVE-2026-24817 Overview

CVE-2026-24817 is a high-severity Out-of-bounds Write vulnerability affecting praydog UEVR (Universal Unreal Engine VR Mod), specifically within the embedded Lua scripting engine components. The vulnerability exists in the ldebug.c and lvm.c source files located in the dependencies/lua/src modules. This flaw allows an attacker to write data outside the boundaries of allocated memory buffers, potentially leading to application crashes, denial of service, or more severe impacts depending on the execution context.

Critical Impact

Network-accessible out-of-bounds write in Lua interpreter components could result in denial of service or memory corruption affecting UEVR VR mod users.

Affected Products

  • UEVR versions prior to 1.05
  • UEVR dependencies/lua/src modules (ldebug.c, lvm.c)
  • Unreal Engine applications using vulnerable UEVR mod

Discovery Timeline

  • 2026-01-27 - CVE-2026-24817 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24817

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), a memory corruption flaw that occurs when a program writes data past the end or before the beginning of an intended buffer. In the context of UEVR, the vulnerability resides within the embedded Lua interpreter's debugging (ldebug.c) and virtual machine (lvm.c) components.

Out-of-bounds write vulnerabilities in Lua interpreters are particularly concerning because Lua scripts are often used to extend application functionality. When the Lua VM improperly handles memory boundaries during script execution or debugging operations, malicious input or crafted Lua scripts could trigger memory corruption.

The network-based attack vector indicates that this vulnerability can potentially be exploited remotely without requiring user interaction or special privileges, making it accessible to unauthenticated attackers who can deliver malicious content to UEVR users.

Root Cause

The root cause of CVE-2026-24817 stems from improper bounds checking within the Lua interpreter components bundled with UEVR. Specifically, the ldebug.c and lvm.c files contain code paths that fail to adequately validate array indices or buffer sizes before performing write operations. This allows write operations to exceed allocated memory boundaries when processing certain inputs or executing specific Lua operations.

The vulnerability affects the dependency management of UEVR, where the bundled Lua source files contain the vulnerable code. This is a common pattern where third-party library vulnerabilities propagate to downstream projects.

Attack Vector

The attack vector for this vulnerability is network-based, meaning an attacker could potentially exploit it through:

  1. Malicious Lua Scripts: Crafted Lua scripts that trigger the out-of-bounds write condition when executed by UEVR
  2. Network Content Delivery: If UEVR processes any network-delivered content that gets interpreted by the Lua engine
  3. Mod Configuration Manipulation: Tampering with configuration files or scripts that UEVR loads and processes

The vulnerability does not require authentication or user interaction, and can result in high availability impact with potential secondary impacts on system availability. For technical implementation details and the specific fix, refer to the UEVR Pull Request #336 on GitHub.

Detection Methods for CVE-2026-24817

Indicators of Compromise

  • Unexpected UEVR crashes or application hangs during VR session initialization
  • Memory access violation errors in system logs referencing ldebug.c or lvm.c components
  • Abnormal memory consumption patterns in UEVR processes
  • Crash dumps indicating write access violations in Lua-related modules

Detection Strategies

  • Monitor for abnormal process behavior in UEVR instances, particularly unexpected terminations
  • Implement file integrity monitoring on UEVR installation directories to detect unauthorized modifications to Lua scripts or configuration files
  • Deploy endpoint detection rules that identify memory corruption patterns in processes executing Lua interpreters
  • Use SentinelOne's behavioral AI to detect exploitation attempts targeting memory corruption vulnerabilities

Monitoring Recommendations

  • Enable verbose logging for UEVR if available to capture execution anomalies
  • Monitor network traffic for suspicious content delivery to systems running UEVR
  • Track system stability metrics for machines running vulnerable UEVR versions
  • Implement application whitelisting to control which Lua scripts can be executed by UEVR

How to Mitigate CVE-2026-24817

Immediate Actions Required

  • Upgrade UEVR to version 1.05 or later immediately
  • If immediate upgrade is not possible, consider temporarily disabling UEVR until the patch can be applied
  • Review any custom Lua scripts used with UEVR for potential exploitation vectors
  • Ensure systems running UEVR have endpoint protection with memory corruption detection capabilities

Patch Information

The vulnerability has been addressed in UEVR version 1.05. The fix is documented in UEVR Pull Request #336 which contains the necessary patches to the ldebug.c and lvm.c files in the dependencies/lua/src modules.

Users should update their UEVR installation by:

  1. Downloading the latest release (1.05 or newer) from the official UEVR repository
  2. Replacing the existing installation with the updated version
  3. Verifying the installation integrity after update

Workarounds

  • Isolate systems running vulnerable UEVR versions from untrusted network content
  • Restrict execution of Lua scripts to only trusted, verified sources
  • Consider running UEVR in a sandboxed environment with limited memory access permissions
  • Monitor for the official patch and apply as soon as available if running older versions
bash
# Verify UEVR version (check installation directory for version info)
# Ensure you are running version 1.05 or later to be protected

# Download latest release from official repository
# https://github.com/praydog/UEVR/releases

# After updating, verify file integrity of Lua components
# Check that ldebug.c and lvm.c have been updated with the security fix

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechUevr

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:D/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • GitHub Pull Request
  • Related CVEs
  • CVE-2026-24818: UEVR Buffer Overflow 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