CVE-2025-65891
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| oneflow | oneflow | 0.9.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a GPU device-ID validation flaw in OneFlow version 0.9.0. It allows attackers to cause a Denial of Service (DoS) by calling the function flow.cuda.get_device_properties() with an invalid or negative device index, which the software does not properly validate.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker can trigger a Denial of Service (DoS) condition, potentially causing the affected system or application using OneFlow v0.9.0 to crash or become unresponsive when the flawed function is invoked with invalid device indices.