CVE-2025-65886
7.5OneFlow · OneFlow
A shape mismatch vulnerability in OneFlow v0.9.0 allows unauthenticated attackers to cause a Denial of Service by supplying crafted tensor shapes.
Executive summary
OneFlow v0.9.0 is vulnerable to a Denial of Service attack that can be triggered by unauthenticated remote actors via malicious tensor inputs.
Vulnerability
This vulnerability is a shape mismatch flaw occurring within the tensor processing logic of the framework. It allows an unauthenticated attacker to crash the application by submitting specifically crafted tensor shapes to the system.
Business impact
The primary risk associated with this vulnerability is a Denial of Service, which can render the affected machine learning infrastructure unavailable. Given the CVSS score of 7.5, this high-severity flaw could disrupt critical production pipelines or data processing tasks, leading to significant operational downtime.
Remediation
Immediate Action: Monitor the official OneFlow GitHub repository for the release of a security patch and apply it as soon as it becomes available.
Proactive Monitoring: Review system logs for unusual input patterns or unexpected crashes related to tensor processing functions.
Compensating Controls: Implement strict input validation or sanitization layers before passing data to the OneFlow framework to reject malformed tensor shapes.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
While a formal patch is currently pending, administrators should restrict access to environments running OneFlow v0.9.0 to trusted users only. Once a vendor fix is released, prioritize its deployment to restore system stability and prevent potential service disruption from this denial-of-service vector.