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-2025-15572

CVE-2025-15572: Wasm3 Information Disclosure Vulnerability

CVE-2025-15572 is an information disclosure vulnerability in Wasm3 affecting versions up to 0.5.0. A memory leak in the NewCodePage function enables local attacks. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2025-15572 Overview

A memory leak vulnerability has been identified in wasm3, the fast WebAssembly interpreter, affecting versions up to 0.5.0. The vulnerability exists within the NewCodePage function, where improper memory management leads to memory resources not being properly released. This vulnerability requires local access to exploit and could lead to resource exhaustion over time, potentially causing denial of service conditions in applications utilizing the wasm3 runtime.

Critical Impact

Local attackers with access to systems running affected wasm3 versions can trigger memory leaks through the NewCodePage function, potentially leading to system instability and denial of service through memory exhaustion.

Affected Products

  • wasm3 versions up to and including 0.5.0
  • Applications embedding the wasm3 WebAssembly interpreter
  • Systems running wasm3-based WebAssembly runtimes

Discovery Timeline

  • 2026-02-10 - CVE-2025-15572 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-15572

Vulnerability Analysis

This vulnerability is classified as CWE-401 (Missing Release of Memory after Effective Lifetime), a memory management flaw that occurs when allocated memory is not properly freed after use. In the context of wasm3, the NewCodePage function fails to release allocated memory under certain conditions, causing a gradual accumulation of unreleased memory blocks.

The wasm3 interpreter is designed to be a lightweight, portable WebAssembly runtime suitable for embedded systems and resource-constrained environments. Memory leaks in such contexts are particularly impactful as they can quickly exhaust limited system resources.

The exploit has been publicly disclosed and proof-of-concept materials are available, though the project currently lacks active maintenance, which complicates remediation efforts.

Root Cause

The root cause lies in the NewCodePage function's memory allocation logic, where certain code paths fail to properly deallocate memory when errors occur or when code pages are no longer needed. This results in orphaned memory blocks that accumulate over the interpreter's lifetime.

CWE-401 vulnerabilities typically arise from:

  • Missing deallocation calls in error handling paths
  • Lost references to allocated memory blocks
  • Incomplete cleanup during object destruction

Attack Vector

The attack requires local access to the target system. An attacker must be able to execute or provide WebAssembly modules to an application using the vulnerable wasm3 interpreter. By repeatedly triggering the vulnerable code path in NewCodePage, an attacker can cause progressive memory exhaustion.

The vulnerability manifests during WebAssembly module processing when the interpreter allocates new code pages. Technical details and reproduction steps can be found in the GitHub Issue Discussion and the PoC Repository.

Detection Methods for CVE-2025-15572

Indicators of Compromise

  • Gradual increase in memory consumption of processes using wasm3 without corresponding workload increase
  • System logs indicating memory allocation failures in wasm3-dependent applications
  • Unexpected process termination due to out-of-memory conditions
  • Memory profiler output showing unreleased allocations in NewCodePage or related functions

Detection Strategies

  • Monitor memory usage patterns of applications embedding wasm3 for abnormal growth trends
  • Implement memory profiling in development and staging environments using tools like Valgrind or AddressSanitizer
  • Review application logs for memory-related warnings or errors from wasm3 components
  • Deploy runtime memory monitoring for production systems running wasm3-based applications

Monitoring Recommendations

  • Configure alerting thresholds for memory utilization in systems running wasm3-dependent applications
  • Implement periodic memory usage reporting for long-running processes using the affected interpreter
  • Track and correlate WebAssembly module loading events with memory allocation patterns
  • Establish baseline memory profiles for normal operation to facilitate anomaly detection

How to Mitigate CVE-2025-15572

Immediate Actions Required

  • Audit systems to identify applications using wasm3 version 0.5.0 or earlier
  • Evaluate the criticality of affected deployments and prioritize remediation based on exposure
  • Consider replacing wasm3 with actively maintained WebAssembly runtimes if security patches are unavailable
  • Implement resource limits and memory quotas for processes running wasm3 to contain potential impact

Patch Information

Unfortunately, the wasm3 project currently has no active maintainer, which may delay or prevent the availability of official patches. Users should monitor the wasm3 GitHub repository for any community-contributed fixes or project status updates.

For detailed vulnerability tracking information, refer to VulDB #344934.

Workarounds

  • Implement process-level memory limits using operating system controls (cgroups, ulimit) to prevent system-wide impact
  • Schedule periodic restarts of long-running wasm3-dependent processes to clear accumulated memory leaks
  • Consider containerization of affected applications to isolate memory consumption
  • Evaluate migration to alternative WebAssembly runtimes with active security maintenance
bash
# Example: Set memory limits for wasm3-dependent processes using systemd
# Add to service unit file [Service] section
MemoryMax=512M
MemoryHigh=400M

# Or using cgroups directly
echo 536870912 > /sys/fs/cgroup/memory/wasm3-app/memory.limit_in_bytes

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWasm3

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-401
  • Technical References
  • GitHub PoC Repository

  • GitHub Project Repository

  • GitHub Issue Discussion

  • VulDB CTI #344934

  • VulDB #344934

  • VulDB Submission #752765
  • Related CVEs
  • CVE-2025-15413: wasm3 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