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

CVE-2025-71001: OneFlow DoS Vulnerability in flow.column_stack

CVE-2025-71001 is a denial of service vulnerability in OneFlow v0.9.0's flow.column_stack component caused by segmentation violations. This article covers the technical details, affected versions, and mitigation strategies.

Published: January 30, 2026

CVE-2025-71001 Overview

A segmentation violation vulnerability exists in the flow.column_stack component of OneFlow v0.9.0. This Denial of Service (DoS) vulnerability allows attackers to cause application crashes by providing specially crafted input to the affected function. OneFlow is a deep learning framework designed for distributed computing, and this vulnerability could impact machine learning workloads relying on the framework's tensor operations.

Critical Impact

Attackers can remotely trigger a segmentation fault in OneFlow v0.9.0, causing service disruption to machine learning applications and pipelines that depend on the flow.column_stack function.

Affected Products

  • OneFlow v0.9.0
  • Applications utilizing the flow.column_stack component
  • Machine learning pipelines built on vulnerable OneFlow versions

Discovery Timeline

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

Technical Details for CVE-2025-71001

Vulnerability Analysis

This vulnerability is classified as a Denial of Service issue stemming from a segmentation violation (segfault) in the flow.column_stack function within OneFlow. A segmentation violation occurs when a program attempts to access memory that it is not permitted to access, leading to immediate process termination. In this case, the vulnerability is triggered through network-accessible functionality that processes user-supplied input without adequate validation.

The vulnerability requires user interaction to exploit, indicating that an attacker would need to entice a victim to process malicious input through their OneFlow-based application. The impact is limited to availability—there is no data confidentiality or integrity compromise associated with this flaw.

Root Cause

The root cause of this vulnerability lies in improper input validation within the flow.column_stack component. When processing tensor operations, the function fails to properly validate input parameters before performing memory operations. This allows specially crafted input to trigger memory access violations, causing the application to crash with a segmentation fault.

The column_stack function is designed to stack 1-D arrays as columns into a 2-D array, and the vulnerability appears to manifest when the function receives malformed or unexpected tensor dimensions that cause out-of-bounds memory access.

Attack Vector

The attack vector is network-based, meaning remote attackers can potentially trigger this vulnerability by submitting malicious input to applications using the vulnerable OneFlow component. The attack requires some form of user interaction, such as:

  • A victim processing a maliciously crafted model file
  • An application accepting untrusted tensor data from external sources
  • API endpoints that pass user-controlled data to the flow.column_stack function

Exploitation does not require authentication, making it accessible to unauthenticated attackers who can reach vulnerable applications. For technical details regarding the vulnerability, see the OneFlow GitHub Issue #10658.

Detection Methods for CVE-2025-71001

Indicators of Compromise

  • Unexpected application crashes or segmentation faults in OneFlow-based services
  • Core dump files generated by the OneFlow process with stack traces pointing to column_stack operations
  • Abnormal termination of machine learning training or inference jobs without completion

Detection Strategies

  • Monitor application logs for segmentation fault errors originating from OneFlow components
  • Implement input validation monitoring to detect malformed tensor data submissions
  • Deploy application-level crash detection to identify repeated DoS attempts
  • Review system logs for SIGSEGV signals associated with OneFlow processes

Monitoring Recommendations

  • Configure crash reporting and alerting for OneFlow-based applications in production environments
  • Implement rate limiting on endpoints that accept tensor or model data from untrusted sources
  • Monitor for patterns of repeated crashes that may indicate active exploitation attempts
  • Enable verbose logging for the flow.column_stack function to capture input parameters during failures

How to Mitigate CVE-2025-71001

Immediate Actions Required

  • Audit applications to identify usage of flow.column_stack with untrusted input data
  • Implement input validation to sanitize tensor dimensions and data types before passing to OneFlow functions
  • Consider isolating OneFlow workloads in sandboxed environments to limit DoS impact
  • Monitor the OneFlow GitHub repository for patch releases addressing this issue

Patch Information

As of the last NVD update on 2026-01-29, no official patch has been published for this vulnerability. Organizations should monitor the OneFlow Official Site and the project's GitHub repository for security updates. When a patch becomes available, upgrade from OneFlow v0.9.0 to the patched version immediately.

Workarounds

  • Implement strict input validation for all data passed to the flow.column_stack function
  • Wrap calls to flow.column_stack in exception handlers to prevent application-wide crashes
  • Avoid processing untrusted tensor data directly; validate dimensions and data types before processing
  • Consider using alternative tensor stacking implementations until a patch is released
bash
# Example: Input validation before calling flow.column_stack
# Validate tensor dimensions and types before processing
# Ensure all input arrays are properly formatted 1-D arrays
# Implement try-catch blocks around column_stack operations
# Log suspicious input patterns for security review

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
  • Technical References
  • OneFlow Official Site

  • GitHub User Profile

  • OneFlow GitHub Issue #10658
  • 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