PatchSiren cyber security CVE debrief
CVE-2026-89148 WWBN CVE debrief
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.
- Vendor
- WWBN
- Product
- AVideo
- CVSS
- MEDIUM 5.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
AVideo administrators and users, as well as security teams responsible for monitoring and protecting against phishing attacks, should be aware of this vulnerability and take steps to mitigate its impact.
Why it matters
The CVE-2026-89148 open redirect vulnerability in AVideo poses a medium risk of phishing attacks against users, particularly those with management privileges for playlists. Administrators and security teams should prioritize verifying and applying patches, monitoring for potential attacks, and educating users on the risks and mitigations.
- Potential phishing attacks against AVideo users
- Unauthorized reordering of playlists
- Redirects to attacker-controlled sites
- Verification of AVideo installations and user education required
Technical summary
The AVideo application contains an open redirect vulnerability in the objects/playlistSort.php file. This vulnerability allows an unauthenticated attacker to induce a logged-in user to submit a cross-origin POST request with a crafted Referer, potentially leading to phishing attacks. The vulnerability exists 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(). AVideo administrators and users should prioritize verifying and applying any available patches
Defensive priority
AVideo administrators and users should prioritize verifying and applying any available patches or updates to prevent potential phishing attacks.
Recommended defensive actions
- Verify and apply any available patches or updates for AVideo
- Monitor AVideo installations for potential phishing attacks
- Educate users on the risks of phishing attacks and the importance of verifying URLs
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
Evidence notes
The CVE record and NVD entry provide details on the open redirect vulnerability in AVideo, including the affected commit and the potential impact of phishing attacks. The vulnerability exists in the objects/playlistSort.php file and allows an unauthenticated attacker to induce a logged-in user to submit a cross-origin POST request with a crafted Referer, potentially leading to phishing attacks. AVideo administrators and users should verify and apply any available patches or updates to prevent potential phishing attacks. Evidence is A
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89148 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89148
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89148 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89148
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/WWBN/AVideo/security/advisories/GHSA-jj4v-c999-cm2m
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/avideo-open-redirect-via-playlistsort-php-referer-header
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.