๐Ÿ” CVE Alert

CVE-2026-88875

MEDIUM 4.3

AVideo Incomplete API Sanitization Information Disclosure

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master, 2026-08-23) incompletely sanitizes sensitive user fields in the APIName=video response. Video rows include columns joined from the video owner's user record, and API::get_api_video() calls removeSensitiveUserFields() only when the caller is neither authenticated nor using a valid API secret; it never compares User::getId() with the row's users_id. As a result, any low-privilege authenticated account can request another user's video and receive the owner's email address, account name (user), and isAdmin, canUpload and canStream flags, which are removed for guests and should be returned only to the owner or to callers with a valid API secret. No patched version was available at the time of the advisory.

CWE CWE-359
Vendor wwbn
Product avideo
Published Sep 10, 2026
Stay Ahead of the Next One

Get instant alerts for wwbn avideo

Be the first to know when new medium vulnerabilities affecting wwbn avideo are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

WWBN / AVideo
0 โ‰ค c3edcc274c389816d434acadac07ee78eaf330c1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/WWBN/AVideo/security/advisories/GHSA-qwp4-vh4w-2fh9 vulncheck.com: https://www.vulncheck.com/advisories/avideo-incomplete-api-sanitization-information-disclosure

Credits

๐Ÿ” santhreal