All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-50745
MEDIUMpublished 2026-06-26 02:16 UTC · 3 days ago · modified 2026-06-26 16:11 UTC
4.7
CVSS / 10
// description
A missing sanitisation vulnerability exists with user input in the stats-video.php script. The way URLs to this script were constructed did not follow best practices, and the output of the Smarty custom helper function url was neither properly encoded nor sanitised, allowing user‑supplied input to be reflected without escaping.
// cvss 3.0 vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-79