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

CVE-2025-71002: OneFlow DoS Vulnerability via FPE Flaw

CVE-2025-71002 is a floating-point exception flaw in OneFlow v0.9.0's flow.column_stack component that enables attackers to trigger denial of service. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-71002 Overview

A floating-point exception (FPE) vulnerability exists in the flow.column_stack component of OneFlow v0.9.0. This flaw allows remote attackers to trigger a Denial of Service (DoS) condition by supplying crafted input to the vulnerable function. The vulnerability is classified under CWE-369 (Divide By Zero), indicating that improper handling of division operations can lead to application crashes.

Critical Impact

Remote attackers can crash OneFlow applications by exploiting the floating-point exception in the flow.column_stack component, causing service disruption for machine learning workloads.

Affected Products

  • OneFlow v0.9.0
  • Applications utilizing the flow.column_stack function
  • Machine learning pipelines dependent on OneFlow tensor operations

Discovery Timeline

  • 2026-01-28 - CVE CVE-2025-71002 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-71002

Vulnerability Analysis

This vulnerability affects OneFlow, an open-source deep learning framework designed for high-performance machine learning applications. The flaw resides in the flow.column_stack function, which is used to stack 1-D tensors as columns into a 2-D tensor. When processing specially crafted input, the function fails to properly validate numerical parameters, leading to a division by zero condition that triggers a floating-point exception.

The vulnerability requires user interaction, meaning an attacker must convince a victim to process malicious input data or load a crafted model file. The attack can be executed remotely over the network, making it accessible to attackers who can influence input data fed to OneFlow-based applications.

Root Cause

The root cause of this vulnerability is improper input validation in the flow.column_stack component (CWE-369: Divide By Zero). The function does not adequately check for edge cases where certain tensor dimensions or input parameters could result in division operations with a zero divisor. When these edge cases occur, the CPU raises a floating-point exception signal (SIGFPE), causing the application to terminate abnormally.

Attack Vector

The attack is network-accessible and requires low complexity to exploit, though it does require user interaction. An attacker can craft malicious tensor input or model files that, when processed by the flow.column_stack function, trigger the floating-point exception. This attack primarily impacts availability, as it causes the OneFlow application to crash without affecting confidentiality or integrity.

The vulnerability manifests when the flow.column_stack function processes input tensors with specific dimensions or values that lead to a division-by-zero condition. Technical details and a proof-of-concept can be found in the related GitHub issue.

Detection Methods for CVE-2025-71002

Indicators of Compromise

  • Application crashes with SIGFPE (floating-point exception) signals in logs
  • Unexpected termination of OneFlow-based processes during tensor operations
  • Core dump files indicating crashes in flow.column_stack or related tensor stacking functions
  • Repeated crash events when processing specific input files or data streams

Detection Strategies

  • Monitor application logs for floating-point exception errors or SIGFPE signals
  • Implement input validation to detect anomalous tensor dimensions before processing
  • Use application monitoring tools to alert on unexpected process terminations
  • Deploy SentinelOne Singularity to detect and alert on application crash patterns indicative of DoS attacks

Monitoring Recommendations

  • Enable comprehensive logging for OneFlow applications to capture tensor operation failures
  • Set up crash reporting and alerting for production machine learning pipelines
  • Monitor system signals and exception handlers for FPE-related events
  • Implement anomaly detection for input data that deviates from expected tensor formats

How to Mitigate CVE-2025-71002

Immediate Actions Required

  • Upgrade OneFlow to a patched version when available from the vendor
  • Implement input validation to sanitize tensor dimensions and values before calling flow.column_stack
  • Add exception handling around tensor stacking operations to gracefully handle malformed input
  • Isolate OneFlow workloads in containerized environments to limit the impact of crashes

Patch Information

A fix for this vulnerability has been reported in the OneFlow GitHub issue tracker. Users should monitor the OneFlow project for official patch releases and upgrade to the latest version once available. Contact the OneFlow maintainers or check the project's release notes for specific version information containing the security fix.

Workarounds

  • Implement try-catch exception handling around flow.column_stack calls to prevent application crashes
  • Add pre-processing validation to reject tensors with zero-dimension or invalid size parameters
  • Deploy application-level rate limiting to reduce the impact of repeated crash attempts
  • Use process supervision tools (e.g., systemd, supervisord) to automatically restart crashed services
bash
# Example: Add process supervision for OneFlow applications
# Create a systemd service file for automatic restart on failure

# /etc/systemd/system/oneflow-app.service
[Unit]
Description=OneFlow Application Service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/oneflow/app.py
Restart=on-failure
RestartSec=5
User=oneflow

[Install]
WantedBy=multi-user.target

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOneflow

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-369
  • Technical References
  • GitHub User Profile

  • GitHub Issue Tracker
  • Related CVEs
  • CVE-2025-71006: OneFlow v0.9.0 DoS Vulnerability

  • CVE-2025-71005: OneFlow v0.9.0 DoS Vulnerability

  • CVE-2025-71004: OneFlow Denial of Service Vulnerability

  • CVE-2025-71003: OneFlow DoS Vulnerability via flow.arange()
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