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

CVE-2026-24821: WickedEngine Out-of-Bounds Vulnerability

CVE-2026-24821 is an out-of-bounds read flaw in WickedEngine's LUA modules affecting versions through 0.71.727. This vulnerability exists in the lparser.C file and could allow unauthorized memory access.

Published: January 30, 2026

CVE-2026-24821 Overview

CVE-2026-24821 is a critical Out-of-bounds Read vulnerability affecting WickedEngine, an open-source 3D engine developed by turanszkij. The vulnerability exists within the WickedEngine/LUA modules, specifically in the lparser.c file responsible for parsing Lua scripts. This memory corruption flaw allows attackers to read beyond the boundaries of allocated memory buffers, potentially exposing sensitive information or causing application crashes.

Critical Impact

This vulnerability enables network-based attackers to read sensitive memory contents and potentially crash applications using WickedEngine, affecting both confidentiality and availability of affected systems.

Affected Products

  • WickedEngine through version 0.71.727
  • Applications and games built using affected WickedEngine versions
  • Systems utilizing WickedEngine's Lua scripting functionality

Discovery Timeline

  • January 27, 2026 - CVE-2026-24821 published to NVD
  • January 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-24821

Vulnerability Analysis

This Out-of-bounds Read vulnerability (CWE-125) resides in the Lua parser component of WickedEngine. The flaw occurs when the parser processes specially crafted Lua scripts, causing it to read memory locations beyond the intended buffer boundaries. This type of vulnerability can lead to information disclosure by exposing contents of adjacent memory regions, and in some cases may trigger application crashes when accessing invalid memory addresses.

The vulnerability is exploitable over the network without requiring authentication or user interaction, making it particularly dangerous for applications that accept Lua scripts from untrusted sources. The impact extends to both the immediate application and potentially to subsequent systems that receive data from the compromised instance.

Root Cause

The root cause of this vulnerability lies in improper bounds checking within the lparser.c file. When parsing Lua code, the parser fails to properly validate array indices or buffer offsets before performing read operations. This allows an attacker to craft malicious Lua input that triggers reads outside the allocated memory region, potentially accessing sensitive data or causing memory access violations.

Attack Vector

The attack vector is network-based, allowing remote attackers to exploit this vulnerability without prior authentication. An attacker can deliver a maliciously crafted Lua script to an application using WickedEngine's Lua modules. When the vulnerable parser processes this input, it reads beyond the bounds of its allocated buffer.

The exploitation mechanism involves crafting Lua source code that triggers specific parsing paths in lparser.c where insufficient bounds validation occurs. This could be achieved through malformed token sequences, unexpected expression structures, or oversized input elements that exceed expected boundaries.

Detection Methods for CVE-2026-24821

Indicators of Compromise

  • Unexpected application crashes or segmentation faults in WickedEngine-based applications
  • Memory access violations logged in system error reports related to Lua parsing operations
  • Anomalous network traffic containing suspicious Lua script payloads targeting WickedEngine endpoints
  • Error messages referencing lparser.c or Lua parsing failures

Detection Strategies

  • Monitor for memory access violations and crash reports in applications utilizing WickedEngine
  • Implement application-level logging to capture Lua script parsing errors and exceptions
  • Deploy memory protection tools such as AddressSanitizer (ASan) during development and testing to identify out-of-bounds access attempts
  • Use network traffic analysis to detect unusually large or malformed Lua scripts being transmitted to applications

Monitoring Recommendations

  • Enable verbose logging for Lua script parsing operations in WickedEngine-based applications
  • Configure crash dump collection and analysis for early detection of exploitation attempts
  • Implement runtime memory protection mechanisms where available
  • Review application logs regularly for patterns indicating parsing failures or memory access issues

How to Mitigate CVE-2026-24821

Immediate Actions Required

  • Update WickedEngine to a version newer than 0.71.727 that contains the security fix
  • If immediate patching is not possible, disable or restrict access to Lua scripting functionality
  • Implement input validation for any Lua scripts processed by WickedEngine applications
  • Review and restrict network access to applications utilizing WickedEngine's Lua modules

Patch Information

A fix for this vulnerability has been developed and is available through the WickedEngine repository. The patch addresses the bounds checking issue in lparser.c by implementing proper validation before memory read operations. For detailed patch information, refer to the GitHub Pull Request for WickedEngine.

Users should update their WickedEngine installation to incorporate the fix from the referenced pull request. Developers building applications on WickedEngine should recompile their applications against the patched version of the engine.

Workarounds

  • Disable Lua scripting functionality entirely if not required for application operation
  • Implement strict input validation and sanitization for all Lua scripts before processing
  • Deploy network-level filtering to block suspicious Lua script payloads
  • Run WickedEngine-based applications in sandboxed environments with restricted memory access
  • Use Web Application Firewalls (WAF) or similar filtering mechanisms to inspect and filter incoming Lua content
bash
# Example: Restricting Lua script sources (application-specific implementation)
# Ensure only trusted, locally-sourced Lua scripts are processed
# Disable network-based Lua script loading where possible
# Implement application-level access controls for script execution

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWickedengine

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:H/SI:N/SA:H/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-125
  • Technical References
  • GitHub Pull Request for WickedEngine
  • Related CVEs
  • CVE-2026-24820: WickedEngine 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