CVE-2025-71008
Oneflow 0.9.0
Raw vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HSummary
CVE-2025-71008 is a medium-severity an unspecified weakness vulnerability in Oneflow Oneflow. Its CVSS base score is 6.2 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 4th 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 map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-206539
Vulnerability Data
A segmentation violation in the oneflow._oneflow_internal.autograd.Function.FunctionCtx.mark_non_differentiable 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
Why these techniques?
The segmentation fault in the autograd component is directly triggered by crafted input to crash the process, matching Application or System Exploitation for DoS.
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
Mitigating Controls (NIST 800-53 r5) AI
Directly validates inputs to autograd functions such as mark_non_differentiable to reject crafted data that triggers the segmentation violation.
Requires prompt remediation of the identified flaw in OneFlow v0.9.0 before an attacker can supply the malicious input.
Applies memory-protection mechanisms that can contain or prevent process crashes resulting from the segmentation violation.