---
id: CVE-2026-89148
title: >-
  AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains an
  open redirect in objects/playlistSort.php
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()/forbidIfIsUntrustedRequ…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-352
vendor: WWBN
product: AVideo
affected:
  - AVideo <= c3edcc274c389816d434acadac07ee78eaf330c1
published: '2026-09-11'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T15:21:12.850'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89148'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-jj4v-c999-cm2m'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-open-redirect-via-playlistsort-php-referer-header
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-jj4v-c999-cm2m'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-11T12:49:10.677602Z'
ingestedAt: '2026-09-11T16:45:47.860Z'
epss: 0.00152
epssPercentile: 0.04712
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
