CVE-2026-33759 MEDIUM

CVE-2026-33759: AVideo: Unauthenticated IDOR in playlistsVideos.json.php Exposes Private Playlist Contents

Vendor Wwbn
Product AVideo
Weakness CWE-862 · Missing authorization
Published March 27, 2026
Last update March 27, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

Description

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `objects/playlistsVideos.json.php` endpoint returns the full video contents of any playlist by ID without any authentication or authorization check. Private playlists (including `watch_later` and `favorite` types) are correctly hidden from listing endpoints via `playlistsFromUser.json.php`, but their contents are directly accessible through this endpoint by providing the sequential integer `playlists_id` parameter. Commit bb716fbece656c9fe39784f11e4e822b5867f1ca has a patch for the issue.

Key dates

Disclosure timeline

March 27, 2026 CVE published
March 27, 2026 Record updated