---
id: CVE-2026-89257
title: >-
  AVideo through 29.0 contains an insecure direct object reference (IDOR)
  vulnerability in objects/categoryDeleteAssets.json.php
summary: >-
  AVideo through 29.0 contains an insecure direct object reference (IDOR)
  vulnerability in objects/categoryDeleteAssets.json.php. The endpoint validates
  only the Category::canCreateCategory() capability and a CSRF nonce before
  passing the …
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L'
cwe:
  - CWE-639
vendor: WWBN
product: AVideo
affected:
  - AVideo <= 29.0
published: '2026-09-11'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T17:17:35.743'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89257'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-gf2v-r8wx-ghqj'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-through-29.0-cross-user-category-asset-deletion-via-missing-ownership-check
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-gf2v-r8wx-ghqj'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T16:16:21.067580Z'
epss: 0.00298
epssPercentile: 0.2002
ingestedAt: '2026-09-13T19:03:18.661Z'
---

## Overview

AVideo through 29.0 contains an insecure direct object reference (IDOR) vulnerability in objects/categoryDeleteAssets.json.php. The endpoint validates only the Category::canCreateCategory() capability and a CSRF nonce before passing the attacker-supplied $_REQUEST['id'] to Category::deleteAssets(), which recursively removes {systemRootPath}videos/categories/assets/{id}/. It omits the Category::userCanEditCategory() ownership check enforced by the sibling Category::delete(). On installations where the non-default usersCanCreateNewCategories setting is enabled, an authenticated non-admin user with the canUpload capability can send a POST request with an arbitrary category ID and recursively delete any category's on-disk asset directory (icons/images). Category records and videos are not deleted. As of the advisory publication no patched version was available.

## Remediation

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