Cyber Resilience

CVE-2025-71000

HighPublic PoCDDoS

Published: 28 January 2026

Published
28 January 2026
Modified
03 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0016 36.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-71000 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Oneflow Oneflow. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 36.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-71000 is a vulnerability in the flow.cuda.BoolTensor component of OneFlow version 0.9.0. The issue enables attackers to trigger a Denial of Service (DoS) condition by providing a crafted input. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its impact on availability, and is linked to CWE-400 (Uncontrolled Resource Consumption). The vulnerability was published on 2026-01-28.

Attackers can exploit this remotely over a network with low complexity, without requiring authentication, privileges, or user interaction. Successful exploitation results in high availability disruption, such as crashing the affected OneFlow process or causing significant resource exhaustion, while confidentiality and integrity remain unaffected.

Mitigation details and related advisories can be found in the provided references: the OneFlow website at http://oneflow.com, https://github.com/Daisy2ang, and the specific issue tracker at https://github.com/Oneflow-Inc/oneflow/issues/10659. Security practitioners using OneFlow in AI/ML workflows with CUDA tensors should consult these for patches or workarounds.

EU & UK References

Vulnerability details

An issue in the flow.cuda.BoolTensor component of OneFlow v0.9.0 allows attackers to cause a Denial of Service (DoS) via a crafted input.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Direct mapping to application exploitation causing endpoint DoS via uncontrolled resource consumption from crafted input.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-65886Same product: Oneflow Oneflow
CVE-2025-65888Same product: Oneflow Oneflow
CVE-2025-65891Same product: Oneflow Oneflow
CVE-2025-70999Same product: Oneflow Oneflow
CVE-2025-65889Same product: Oneflow Oneflow
CVE-2025-65890Same product: Oneflow Oneflow
CVE-2025-71007Same product: Oneflow Oneflow
CVE-2025-71003Same product: Oneflow Oneflow
CVE-2024-56921Shared CWE-400
CVE-2026-33538Shared CWE-400

Affected Assets

oneflow
oneflow
0.9.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the CVE by requiring timely remediation and patching of the specific flaw in OneFlow v0.9.0's flow.cuda.BoolTensor component.

prevent

Prevents exploitation by validating crafted inputs to the BoolTensor component that trigger uncontrolled resource consumption.

prevent

Mitigates network-accessible DoS attacks causing high availability impact through denial-of-service protections at system entry points.

References