CVE Catalog

CVE-2026-88875

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

Confidentiality breach — disclosure of other users' email addresses, account names, and permission flags. This may facilitate further attacks such as phishing or privilege escalation.

Recommendation

No patched version was available at the time of the advisory — restrict access to the video API for low-privilege users or implement custom validation comparing the caller's ID with the video owner. Monitor AVideo releases for an official patch.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS