---
id: CVE-2026-92582
title: >-
  AVideo (WWBN/AVideo) through 29.0 (commit e01e41ecc) is vulnerable to
  cross-site request forgery
summary: >-
  AVideo (WWBN/AVideo) through 29.0 (commit e01e41ecc) is vulnerable to
  cross-site request forgery. objects/videoAddNew.json.php disables AVideo's
  automatic CSRF guard ($global['skipAutoCSRFCheck']) and the untrusted-request
  check ($global…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N'
cwe:
  - CWE-352
vendor: WWBN
product: AVideo
affected:
  - AVideo <= 29.0
published: '2026-09-16'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T20:43:58.793'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92582'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-qf9p-jhx7-rhmf'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-through-29.0-broken-access-control-via-videoaddnew-json-php-csrf-bypass
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.0018
epssPercentile: 0.06748
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-17T19:15:47.042415Z'
ingestedAt: '2026-09-16T22:06:50.932Z'
---

## Overview

AVideo (WWBN/AVideo) through 29.0 (commit e01e41ecc) is vulnerable to cross-site request forgery. objects/videoAddNew.json.php disables AVideo's automatic CSRF guard ($global['skipAutoCSRFCheck']) and the untrusted-request check ($global['bypassSameDomainCheck']) merely because 'user' and 'pass' parameters are present in the request; the values are never validated and are read from $_REQUEST, so an attacker can supply them in the query string of a cross-site request. Because User::loginFromRequestIfNotLogged() returns immediately when a session already exists, a victim who is authenticated by cookie satisfies the check while the attacker-supplied credentials are discarded. An attacker who lures an authenticated user with upload rights to visit a crafted page can therefore submit cross-origin requests that modify video records — including ownership transfer (setUsers_id), deletion of user-group access restrictions, can_download, can_share, only_for_paid, video_password, rating, status, creation date, and view count. For a victim with administrator or Permissions::canAdminVideos() rights, any video on the site can be altered, including removing group restrictions from private content. No patched version was available at the time of the advisory.

## Remediation

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