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
    • 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-70954

CVE-2025-70954: TON Blockchain DoS Vulnerability

CVE-2025-70954 is a null pointer dereference DoS flaw in TON Blockchain's Virtual Machine that crashes validator nodes. Attackers exploit the INMSGPARAM instruction to disrupt network availability. Learn the technical details.

Published: February 20, 2026

CVE-2025-70954 Overview

A Null Pointer Dereference vulnerability exists in the TON Virtual Machine (TVM) within the TON Blockchain before v2025.06. The issue is located in the execution logic of the INMSGPARAM instruction, where the program fails to validate if a specific pointer is null before accessing it. By sending a malicious transaction or smart contract, an attacker can trigger this null pointer dereference, causing the validator node process to crash (segmentation fault). This results in a Denial of Service (DoS) affecting the availability of the entire blockchain network.

Critical Impact

This vulnerability allows remote attackers to crash validator nodes through crafted transactions, potentially disrupting the entire TON blockchain network's availability.

Affected Products

  • TON Blockchain versions prior to v2025.06
  • TON Virtual Machine (TVM) with vulnerable INMSGPARAM instruction handling
  • TON Validator Nodes running affected versions

Discovery Timeline

  • February 13, 2026 - CVE-2025-70954 published to NVD
  • February 18, 2026 - Last updated in NVD database

Technical Details for CVE-2025-70954

Vulnerability Analysis

This vulnerability falls under CWE-476 (NULL Pointer Dereference), a memory corruption issue that occurs when application code attempts to use a pointer that was expected to be valid but is null. In the context of the TON Virtual Machine, the vulnerability exists within the INMSGPARAM instruction execution logic.

The TON blockchain relies on validator nodes to process transactions and maintain network consensus. When a validator node processes a malicious transaction containing crafted smart contract code that triggers the INMSGPARAM instruction under specific conditions, the TVM fails to perform proper null pointer validation before dereferencing. This oversight allows an attacker to cause a segmentation fault, immediately terminating the validator process.

The network-wide impact is significant because if multiple validators can be targeted simultaneously, it could disrupt blockchain consensus and network availability. The attack requires no authentication or user interaction, making it particularly dangerous for public blockchain infrastructure.

Root Cause

The root cause of this vulnerability is missing null pointer validation in the TVM's INMSGPARAM instruction handler. When processing certain message parameters, the code assumes that a pointer to internal data structures is always valid. However, under specific execution conditions triggered by malicious smart contract code, this pointer can be null. The subsequent attempt to dereference this null pointer causes an immediate segmentation fault, crashing the validator node process.

Attack Vector

An attacker can exploit this vulnerability remotely by submitting a specially crafted transaction or deploying a malicious smart contract to the TON blockchain. The attack vector is network-based and requires no privileges or user interaction:

  1. The attacker constructs a malicious transaction containing smart contract bytecode that triggers the INMSGPARAM instruction under conditions that produce a null pointer
  2. The transaction is broadcast to the TON network
  3. Validator nodes receive and attempt to process the transaction
  4. During TVM execution, the vulnerable code path is triggered
  5. The null pointer dereference causes a segmentation fault, crashing the validator process

Technical details regarding the specific exploitation mechanism can be found in the GitHub Gist and the TonBit Vulnerability Discovery Blog.

Detection Methods for CVE-2025-70954

Indicators of Compromise

  • Unexpected validator node crashes with segmentation fault (SIGSEGV) signals in system logs
  • Repeated crash-restart cycles of validator processes during transaction processing
  • Core dump files indicating null pointer access in TVM execution code paths
  • Abnormal transaction patterns containing unusual INMSGPARAM instruction sequences

Detection Strategies

  • Monitor validator node process stability and implement crash alerting for unexpected terminations
  • Analyze core dumps and crash logs for null pointer dereference patterns in TVM-related code
  • Implement transaction inspection rules to identify potentially malicious smart contract bytecode patterns
  • Deploy network-level monitoring to detect coordinated attack attempts against multiple validators

Monitoring Recommendations

  • Configure automated health checks for validator node processes with rapid restart detection
  • Implement centralized logging for all validator nodes to correlate crash events across the network
  • Set up alerts for unusual transaction patterns or smart contract deployments that may indicate exploitation attempts
  • Monitor blockchain consensus metrics for anomalies that could indicate validator disruption attacks

How to Mitigate CVE-2025-70954

Immediate Actions Required

  • Upgrade all TON blockchain validator nodes to version v2025.06 or later immediately
  • Review validator node logs for any signs of exploitation attempts or unexpected crashes
  • Implement network-level rate limiting on transaction processing to reduce DoS impact
  • Ensure validator node restart automation is in place to minimize downtime during potential attacks

Patch Information

The TON development team has addressed this vulnerability in version v2025.06. The fix adds proper null pointer validation before accessing internal data structures during INMSGPARAM instruction execution. Organizations running TON validator nodes should apply this update immediately to protect against potential exploitation.

The security patch is available in GitHub Commit 9e5109d and the patched release can be obtained from the GitHub Release v2025.06.

Workarounds

  • Deploy validator nodes in high-availability configurations with automatic failover to maintain network participation during potential attacks
  • Implement process monitoring and automatic restart mechanisms to minimize downtime if a crash occurs
  • Consider running multiple validator instances behind load balancing to distribute potential attack impact
  • Apply network-level filtering to reject known malicious transaction patterns if specific signatures become available
bash
# Example: Upgrade TON blockchain node to patched version
cd /path/to/ton
git fetch --tags
git checkout v2025.06
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)
systemctl restart ton-validator

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechTon Blockchain

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Gist Code Snippet

  • GitHub Commit Update

  • GitHub Release v2025.06

  • WeChat Security Article

  • TonBit Vulnerability Discovery Blog
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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