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

CVE-2026-34944: Wasmtime Buffer Overflow Vulnerability

CVE-2026-34944 is a buffer overflow flaw in Wasmtime's WebAssembly runtime affecting x86-64 platforms with SSE3 disabled. This vulnerability can cause segfaults or data leakage. Learn about technical details, impact, and patches.

Published: April 9, 2026

CVE-2026-34944 Overview

CVE-2026-34944 is an Out-of-Bounds Read vulnerability affecting Wasmtime, a runtime for WebAssembly. On x86-64 platforms with SSE3 disabled, Wasmtime's compilation of the f64x2.splat WebAssembly instruction with Cranelift may load 8 more bytes than necessary. This improper memory access can lead to denial of service conditions through uncaught segfaults or potential information exposure from out-of-sandbox memory regions.

Critical Impact

When signals-based-traps are disabled, exploitation results in uncaught segfaults due to loading from unmapped guard pages. With guard pages disabled, out-of-sandbox data may be loaded, though this data is not visible to WebAssembly guests.

Affected Products

  • Wasmtime versions prior to 24.0.7
  • Wasmtime versions prior to 36.0.7
  • Wasmtime versions prior to 42.0.2 and 43.0.1

Discovery Timeline

  • 2026-04-09 - CVE CVE-2026-34944 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-34944

Vulnerability Analysis

This vulnerability stems from improper memory handling in the Cranelift code generator when compiling the f64x2.splat WebAssembly instruction. The f64x2.splat instruction is designed to create a 128-bit SIMD vector by replicating a single 64-bit floating-point value into both lanes. However, on x86-64 platforms where SSE3 is disabled, the compilation logic incorrectly generates code that reads 8 bytes beyond the intended memory boundary.

The vulnerability is classified under CWE-248 (Uncaught Exception), as the primary exploitation scenario involves triggering uncaught segmentation faults. The impact varies based on runtime configuration: environments with signals-based traps enabled will handle the exception, while those without will experience crashes. The additional concern arises when guard pages are disabled, as the excess memory read could potentially access data outside the WebAssembly sandbox boundary.

Root Cause

The root cause lies in the Cranelift compiler's instruction selection logic for the f64x2.splat operation when SSE3 instructions are unavailable. Without SSE3, the compiler falls back to an alternative code generation path that incorrectly calculates the memory access bounds, resulting in a read operation that extends 8 bytes beyond the intended memory location. This boundary miscalculation bypasses normal memory safety guarantees that WebAssembly runtimes are expected to enforce.

Attack Vector

The attack vector is local, requiring the attacker to submit malicious WebAssembly code to a Wasmtime runtime running on an x86-64 platform with SSE3 disabled. Exploitation requires specific runtime configurations to achieve different impacts:

Denial of Service (Primary Impact):
A crafted WebAssembly module containing f64x2.splat instructions can trigger segmentation faults when signals-based traps are disabled, causing the host process to crash.

Information Exposure (Secondary Impact):
When both signals-based traps and guard pages are disabled, the out-of-bounds read may access memory outside the WebAssembly sandbox. However, this data cannot be directly observed by the WebAssembly guest code, limiting the practical exploitation of information disclosure.

The vulnerability requires local access to execute WebAssembly code, privileges to submit modules to the runtime, and specific platform and configuration conditions to be exploitable.

Detection Methods for CVE-2026-34944

Indicators of Compromise

  • Unexpected segmentation faults or crashes in processes running Wasmtime on x86-64 platforms
  • Application logs showing uncaught exceptions during WebAssembly module execution
  • Crash dumps indicating memory access violations in Cranelift-generated code paths

Detection Strategies

  • Monitor for abnormal process terminations in services utilizing Wasmtime runtime
  • Implement crash reporting and analysis to identify patterns consistent with out-of-bounds memory access
  • Audit WebAssembly modules submitted to your runtime for suspicious f64x2.splat instruction usage

Monitoring Recommendations

  • Enable comprehensive logging for Wasmtime runtime operations including compilation events
  • Configure process monitoring to alert on unexpected terminations of WebAssembly host processes
  • Review system logs for segfault signals (SIGSEGV) originating from Wasmtime processes

How to Mitigate CVE-2026-34944

Immediate Actions Required

  • Upgrade Wasmtime to patched versions: 24.0.7, 36.0.7, 42.0.2, or 43.0.1 depending on your current major version
  • Enable signals-based traps if temporarily unable to patch, as this configuration prevents the segfault condition
  • Ensure guard pages are enabled to prevent potential out-of-sandbox memory access
  • Review runtime configurations on x86-64 deployments to assess exposure

Patch Information

The vulnerability is fixed in Wasmtime versions 24.0.7, 36.0.7, 42.0.2, and 43.0.1. Users should upgrade to the appropriate patched version based on their current deployment. For detailed patch information and security guidance, refer to the GitHub Security Advisory.

Workarounds

  • Enable SSE3 instructions on the host platform if hardware supports it, as the vulnerability only manifests when SSE3 is disabled
  • Enable signals-based traps in Wasmtime configuration to catch and handle the segfault gracefully
  • Ensure guard pages remain enabled to prevent information exposure from out-of-bounds reads
  • Restrict WebAssembly module execution to trusted sources until patches can be applied
bash
# Configuration example
# Verify Wasmtime version and upgrade if necessary
wasmtime --version

# Install patched version via cargo
cargo install wasmtime-cli --version "43.0.1"

# Ensure runtime is configured with signals-based traps (default enabled)
# Review your Wasmtime configuration to confirm protective features are active

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechWasmtime

  • SeverityMEDIUM

  • CVSS Score4.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-248
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35195: Wasmtime Buffer Overflow Vulnerability

  • CVE-2026-24116: Wasmtime Buffer Overflow Vulnerability

  • CVE-2023-26489: Cranelift-codegen Buffer Overflow Bug

  • CVE-2026-35186: Wasmtime Winch Compiler DoS 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