CVE Catalog

CVE-2026-89148

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Summary

AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains an open redirect in objects/playlistSort.php. Because the endpoint is not a *.json.php script, AVideo's automatic CSRF guard (autoCSRFGuard()/forbidIfIsUntrustedRequest()) does not run, and when the request includes the sort parameter the script issues a Location header set to the unvalidated $_SERVER['HTTP_REFERER'] value without calling isSafeRedirectURL(). A remote unauthenticated attacker can therefore induce a logged-in user who can manage the targeted playlist to submit a cross-origin POST with a crafted Referer, causing the victim's playlist to be reordered and the victim's browser to be redirected from a trusted AVideo URL to an attacker-controlled site for phishing. No patched version is available.

Risk Assessment

An attacker can reorder the victim's playlist and redirect them to a malicious site for phishing by exploiting the lack of Referer validation and missing CSRF protection. The vulnerability does not require authentication on the attacker's side but requires interaction from a logged-in user with playlist management privileges.

Recommendation

No patched version is available — consider disabling or restricting access to objects/playlistSort.php and implementing redirect validation (isSafeRedirectURL) and CSRF protection for this endpoint. Monitor official AVideo sources for a patch.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains an open redirect in objects/playlistSort.php. Because the endpoint is not a *.json.php script, AVideo's automatic CSRF guard (autoCSRFGuard()/forbidIfIsUntrustedRequest()) does not run, and when the request includes the sort parameter the script issues a Location header set to the unvalidated $_SERVER['HTTP_REFERER'] value without calling isSafeRedirectURL(). A remote unauthenticated attacker can therefore induce a logged-in user who can manage the targeted playlist to submit a cross-origin POST with a crafted Referer, causing the victim's playlist to be reordered and the victim's browser to be redirected from a trusted AVideo URL to an attacker-controlled site for phishing. No patched version is available.

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