CVE-2026-34395 PUBLISHED

AVideo: Mass User PII Disclosure via Missing Authorization in YPTWallet users.json.php

Assigner: GitHub_M
Reserved: 27.03.2026 Published: 31.03.2026 Updated: 31.03.2026

WWBN AVideo is an open source video platform. In versions 26.0 and prior, the plugin/YPTWallet/view/users.json.php endpoint returns all platform users with their personal information and wallet balances to any authenticated user. The endpoint checks User::isLogged() but does not check User::isAdmin(), so any registered user can dump the full user database. At time of publication, there are no publicly available patches.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor WWBN
Product AVideo
Versions
  • Version <= 26.0 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE