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
    • 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-2023-27566

CVE-2023-27566: Live2D Cubism Editor Buffer Overflow

CVE-2023-27566 is a buffer overflow vulnerability in Live2D Cubism Editor 4.2.03 that enables out-of-bounds write attacks through malicious MOC3 files. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-27566 Overview

CVE-2023-27566 is an out-of-bounds write vulnerability in Cubism Core, a component of Live2D Cubism Editor version 4.2.03. The vulnerability allows attackers to trigger memory corruption through a specially crafted MOC3 file containing malicious Section Offset Table or Count Info Table data. When a user opens the malicious file, the application writes data beyond the intended memory boundaries, potentially leading to arbitrary code execution.

Critical Impact

This vulnerability enables attackers to execute arbitrary code with the privileges of the user running Live2D Cubism Editor by tricking them into opening a malicious MOC3 file.

Affected Products

  • Live2D Cubism Editor version 4.2.03
  • Applications using Cubism Core SDK with vulnerable MOC3 parsing logic
  • Third-party applications that integrate Live2D Cubism SDK for model rendering

Discovery Timeline

  • 2023-03-03 - CVE-2023-27566 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-27566

Vulnerability Analysis

The vulnerability exists in the Cubism Core component's handling of MOC3 file format parsing. MOC3 files are Live2D's proprietary model format containing structured data including Section Offset Tables and Count Info Tables that define memory layouts and data boundaries for model rendering.

When processing these tables, the Cubism Core parser fails to properly validate offset and count values before using them for memory operations. An attacker can craft a malicious MOC3 file with manipulated table entries that cause the application to write data outside the bounds of allocated memory buffers.

The attack requires local access and user interaction, as the victim must open the malicious MOC3 file in Live2D Cubism Editor. However, MOC3 files are commonly shared among digital artists and VTuber content creators, making social engineering attacks feasible within these communities.

Root Cause

The root cause is insufficient bounds checking when parsing Section Offset Table and Count Info Table structures within MOC3 files. The parser trusts offset and size values from the file without validating them against actual buffer sizes, leading to CWE-787 (Out-of-bounds Write). This allows attacker-controlled data to overwrite adjacent memory regions.

Attack Vector

The attack requires local file access and user interaction to open the malicious MOC3 file. An attacker could distribute crafted MOC3 files through community sharing platforms, asset marketplaces, or targeted phishing campaigns aimed at Live2D content creators. Once opened, the corrupted memory can be leveraged to hijack program execution flow.

The exploitation mechanism involves:

  1. Creating a MOC3 file with malformed Section Offset Table entries pointing beyond allocated buffers
  2. Distributing the file through channels where Live2D users acquire model assets
  3. When the victim opens the file, the parser writes attacker-controlled data to out-of-bounds memory locations
  4. The memory corruption can be leveraged to achieve arbitrary code execution

Detection Methods for CVE-2023-27566

Indicators of Compromise

  • Unusual crash logs or exceptions in Live2D Cubism Editor related to memory access violations
  • MOC3 files with abnormally large or negative offset values in Section Offset Table structures
  • Unexpected child processes spawned by Live2D Cubism Editor application
  • Memory access violation events in system logs originating from Cubism Editor processes

Detection Strategies

  • Implement file integrity monitoring for MOC3 files in shared asset directories
  • Deploy endpoint detection rules that monitor for memory corruption patterns in Live2D processes
  • Use application whitelisting to prevent unexpected code execution from content creation tools
  • Configure sandbox environments for opening untrusted MOC3 files from external sources

Monitoring Recommendations

  • Monitor process behavior for Live2D Cubism Editor, alerting on unusual system calls or child process creation
  • Implement network monitoring for unusual outbound connections from content creation applications
  • Review file access patterns for MOC3 files originating from untrusted sources
  • Configure crash dump analysis to identify exploitation attempts through memory corruption signatures

How to Mitigate CVE-2023-27566

Immediate Actions Required

  • Update Live2D Cubism Editor to the latest version that addresses this vulnerability
  • Avoid opening MOC3 files from untrusted or unknown sources
  • Implement application sandboxing for content creation tools handling external assets
  • Deploy endpoint protection solutions capable of detecting memory corruption exploitation attempts

Patch Information

Live2D has released updates to address this vulnerability. Users should update to the latest version of Cubism Editor as documented in the Live2D Cubism Update Notes. The patch includes improved validation of Section Offset Table and Count Info Table entries to prevent out-of-bounds memory writes.

Additional technical analysis of the vulnerability is available through the GitHub moc3ingbird Project and detailed security research documented in the Security Analysis on Live2D.

Workarounds

  • Open untrusted MOC3 files only in isolated virtual machine environments
  • Use file scanning tools to inspect MOC3 files for anomalous offset values before opening
  • Disable automatic file association for MOC3 files to prevent accidental execution
  • Restrict Live2D Cubism Editor network access to limit post-exploitation capabilities
bash
# Example: Restrict network access for Live2D Cubism Editor on Windows using firewall
netsh advfirewall firewall add rule name="Block Live2D Outbound" dir=out program="C:\Program Files\Live2D Cubism\CubismEditor.exe" action=block

# Example: Run Live2D in a restricted environment on Linux
firejail --net=none --private live2d-cubism-editor

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLive2d Cubism Editor

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability3.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Live2D Cubism Update Notes

  • GitHub moc3ingbird Project

  • Hacker News Discussion Thread

  • Security Analysis on Live2D
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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