Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
PR:L due to authentication required; C:L/I:L as SQLi can read/write data.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
A vulnerability was found in realguoshuai open-video-cms 1.0. It has been rated as critical. This issue affects some unknown processing of the file /v1/video/list. The manipulation of the argument sort leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
SQL injection in open-video-cms 1.0 allows remote authenticated attackers to manipulate database queries via the 'sort' parameter in /v1/video/list. A public exploit exists, but exploitation requires authentication and the product has limited deployment, reducing real-world risk.
Technical ContextAI
The vulnerability is a SQL injection (CWE-74) in the sort parameter of the /v1/video/list endpoint. The application likely constructs SQL queries by concatenating user input without proper sanitization. CPE data is not provided, but the affected product is open-video-cms version 1.0.
RemediationAI
No vendor patch is available as the vendor did not respond. Mitigations include restricting access to the /v1/video/list endpoint to trusted users only, implementing a web application firewall (WAF) to filter SQL injection attempts, and sanitizing the 'sort' parameter input. Disabling the endpoint if not needed is a temporary workaround.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-18355