CVE-2025-65888
7.5OneFlow · OneFlow
OneFlow 0.9.0 contains a dimension validation flaw in the flow.empty() component that allows unauthenticated attackers to trigger a Denial of Service via malicious dimension values.
Executive summary
A critical dimension validation vulnerability in OneFlow 0.9.0 allows unauthenticated remote attackers to cause a Denial of Service, severely impacting system availability.
Vulnerability
The vulnerability exists within the flow.empty() component where improper validation of dimension parameters occurs. An unauthenticated attacker can supply negative or excessively large values to this function, resulting in a system crash or service exhaustion.
Business impact
The exploitation of this flaw leads to a Denial of Service, which directly compromises the availability of critical services relying on the OneFlow framework. Given the CVSS score of 7.5, this high severity vulnerability poses a significant risk to operational continuity, as it allows any remote, unauthenticated user to disrupt service stability without requiring prior access to the environment.
Remediation
Immediate Action: Monitor official OneFlow release channels for a security patch addressing the flow.empty() validation logic and apply it to all affected deployments immediately.
Proactive Monitoring: Security teams should monitor system logs and application performance metrics for recurring crashes or abnormal error patterns associated with the flow.empty() component.
Compensating Controls: Implement input validation at the Web Application Firewall or load balancer level to drop requests containing anomalous or negative dimension values before they reach the application layer.
Exploitation status
Public Exploit Available: No
Analyst recommendation
While a specific patch version is currently pending, administrators must treat this vulnerability with high urgency due to its potential for unauthenticated service disruption. We recommend restricting network access to affected OneFlow instances and preparing for a rapid deployment of the security update as soon as the vendor provides the corrected version.