CVE Catalog

CVE-2026-45620

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

9th percentile - higher than 9% of all known CVEs

Summary

In WWBN AVideo 29.0 and earlier, the file objects/mention.json.php lacks authentication checks or an admin gate. It only has a simple entry guard: preg_match('/^@/', $_REQUEST['term']) and a hard-coded rowCount=10. This allows unauthenticated user enumeration.

Risk Assessment

An unauthenticated attacker can enumerate system users, which can be used for further attacks such as phishing or brute-force attacks.

Recommendation

Upgrade WWBN AVideo to the latest version that includes a fix, or add proper authentication checks.

Other vulnerabilities in WWBN AVideo

See all
Original NVD description (English source)

WWBN AVideo is an open source video platform. In 29.0 and earlier, objects/mention.json.php has no User::loginCheck() or admin gate. It only has an entry guard: preg_match('/^@/', $_REQUEST['term']) and hard-coded rowCount=10. This enables unauthenticated user enumeration.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS