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

CVE-2026-34946: Wasmtime Winch Compiler DOS Vulnerability

CVE-2026-34946 is a denial-of-service vulnerability in Wasmtime's Winch compiler that allows guests to trigger host panics via table.fill instruction. This post covers technical details, affected versions, and patches.

Published: April 9, 2026

CVE-2026-34946 Overview

CVE-2026-34946 is a denial-of-service vulnerability in Wasmtime, a runtime for WebAssembly, affecting the Winch compiler's handling of the table.fill instruction. The vulnerability allows a valid guest compiled with Winch to cause the host to panic, resulting in service disruption. This issue stems from a historical refactoring that changed how compiled code referenced tables within table instructions, but failed to update the corresponding Winch code paths.

Critical Impact

Authenticated attackers can trigger a host panic through specially crafted WebAssembly modules compiled with the Winch compiler, causing denial of service.

Affected Products

  • Wasmtime versions 25.0.0 to before 36.0.7
  • Wasmtime versions 42.0.0 to before 42.0.2
  • Wasmtime versions 43.0.0 to before 43.0.1

Discovery Timeline

  • April 9, 2026 - CVE-2026-34946 published to NVD
  • April 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34946

Vulnerability Analysis

This vulnerability is classified under CWE-670 (Always-Incorrect Control Flow Implementation), indicating a fundamental logic flaw in how the Winch compiler processes table operations. The root issue is an inconsistency between the table indexing scheme used by the main Wasmtime codebase and the Winch compiler's implementation.

When compiling WebAssembly modules containing table.fill instructions, the Winch compiler uses an outdated indexing scheme that was not updated during a historical refactoring effort. This mismatch causes the compiler to either reference nonexistent tables (triggering a panic) or access incorrect tables (resulting in spec-incorrect behavior).

The vulnerability can be exploited remotely over a network, though it requires some level of authenticated access and user interaction. Due to the nature of Winch's feature support, the impact is primarily limited to availability concerns rather than confidentiality or integrity breaches.

Root Cause

The root cause is a refactoring oversight in the Winch compiler codebase. During a previous update that changed how compiled code references tables within table.* instructions, the Winch-specific code paths were not updated to reflect the new indexing scheme. This resulted in the Winch compiler continuing to use the legacy table indexing methodology while the rest of the codebase had moved to a new approach.

Attack Vector

The attack vector is network-based, requiring an attacker to submit a malicious WebAssembly module to a Wasmtime instance configured to use the Winch compiler. When the module containing a table.fill instruction is compiled, the incorrect table indexing can cause one of two outcomes:

  1. Host Panic: If the incorrect index references a nonexistent table, the host will panic and crash, causing denial of service
  2. Spec-Incorrect Behavior: If the incorrect index references a different valid table, the wrong table will be modified, potentially causing unexpected application behavior

The vulnerability affects Wasmtime deployments on any architecture when using the Winch compiler. Attackers need some level of authenticated access and must be able to submit WebAssembly modules for compilation.

Detection Methods for CVE-2026-34946

Indicators of Compromise

  • Unexpected Wasmtime process crashes or panics during WebAssembly module compilation
  • Error logs indicating table index out of bounds or invalid table references in Winch compiler operations
  • Repeated service restarts correlating with WebAssembly module submission attempts

Detection Strategies

  • Monitor Wasmtime processes for panic-related exit codes and crash dumps
  • Implement logging around WebAssembly module compilation to capture table.fill instruction processing
  • Review system logs for patterns indicating exploitation attempts targeting the Winch compiler

Monitoring Recommendations

  • Configure alerting for Wasmtime service availability and unexpected restarts
  • Monitor resource utilization and service health for applications using Wasmtime with Winch compiler
  • Implement rate limiting on WebAssembly module submission endpoints to mitigate exploitation attempts

How to Mitigate CVE-2026-34946

Immediate Actions Required

  • Upgrade Wasmtime to version 36.0.7, 42.0.2, or 43.0.1 depending on your current version branch
  • Review and audit any WebAssembly modules that may contain table.fill instructions
  • Consider temporarily switching to an alternative compiler backend if immediate patching is not feasible

Patch Information

The vulnerability is fixed in Wasmtime versions 36.0.7, 42.0.2, and 43.0.1. Organizations should update to the appropriate patched version based on their current deployment:

  • Users on versions 25.0.0 through 36.0.x should upgrade to 36.0.7
  • Users on version 42.0.x should upgrade to 42.0.2
  • Users on version 43.0.x should upgrade to 43.0.1

For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Disable the Winch compiler and use an alternative Wasmtime compiler backend until patching is complete
  • Implement input validation to reject or quarantine WebAssembly modules containing table.fill instructions
  • Deploy Wasmtime instances in isolated environments with proper process supervision to automatically restart crashed instances

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWasmtime

  • SeverityMEDIUM

  • CVSS Score5.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/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-670
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35186: Wasmtime Winch Compiler DoS Vulnerability

  • CVE-2026-34943: Wasmtime DoS Vulnerability

  • CVE-2026-34942: Wasmtime DoS Vulnerability

  • CVE-2026-34941: Wasmtime UTF-16 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