AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-19075

MEDIUM · CVSS 5 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The All-in-One Video Gallery plugin contains a vulnerability that allows unauthenticated users to exploit a public file-download handler, enabling them to download video files by manipulating the `?vdl=<post_id>` parameter. This could lead to unauthorized access to sensitive video content hosted on the platform. Developers and administrators using this plugin should prioritize addressing this issue to prevent potential data leaks and unauthorized content distribution.

CVE
CVE-2026-19075
Severity
MEDIUM
CVSS
5
EPSS
0.16%

Original NVD Description

All-in-One Video Gallery registers a public, unauthenticated file-download handler triggered by `?vdl=<post_id>` on any `aiovg_videos` post (`public/video.php`, `AIOVG_Public_Video::download_video()`), which reads the post's `mp4` meta value and streams that URL's response back to the requester.