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.
Published: 2026-08-10
Score: 5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

All‑In‑One Video Gallery registers a public, unauthenticated file‑download handler triggered by '?vdl=[post_id]' on any 'aiovg_videos' post. The handler reads the post's 'mp4' meta value and streams that URL's response back to the requester. This lack of validation allows an attacker to ingest arbitrary external or internal resources, potentially exfiltrating data or probing the server's network. Based on the description, it is inferred that the vulnerability is a classic Server‑Side Request Forgery (CWE‑918) with the capacity to leak information and perform internal reconnaissance.

Affected Systems

The vulnerability affects any WordPress site running the plugin 'All‑In‑One Video Gallery' with a version older than 4.9.2. Any instance that exposes the public/download endpoint is at risk; the issue can be exploited regardless of the site's authentication configuration, as the handler is publicly accessible.

Risk and Exploitability

The likely attack vector is an unauthenticated HTTP request to the public 'public/video.php' endpoint with the 'vdl' parameter pointing to a post ID that contains a malicious 'mp4' meta value. The EPSS score of 0.00162 (<1%) indicates a very low probability of exploitation, yet the potential to trigger arbitrary outbound requests from the server remains a moderate‑severity concern, reflected in the CVSS score of 5. No KEV listing signals limited known exploitation, yet the vulnerability's capacity for internal network discovery and data leakage makes it a moderate risk.

Generated by OpenCVE AI on August 13, 2026 at 09:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update All‑In‑One Video Gallery to version 4.9.2 or later.
  • If the plugin cannot be updated, block external access to the 'public/video.php' endpoint by configuring the web server or WordPress to deny requests for the 'vdl' parameter.
  • If blocking is not feasible, patch the code to validate the 'mp4' meta value against a whitelist of allowed URLs or enforce that only non‑internal, external links are accepted.
  • Monitor HTTP traffic for suspicious requests containing the '?vdl=' query string and investigate any unauthorized downloads.

Generated by OpenCVE AI on August 13, 2026 at 09:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Plugins360
Plugins360 all-in-one Video Gallery
Wordpress
Wordpress wordpress
Vendors & Products Plugins360
Plugins360 all-in-one Video Gallery
Wordpress
Wordpress wordpress

Mon, 10 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-918

Mon, 10 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
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.
Title All-in-One Video Gallery < 4.9.2 - Subscriber+ Server-Side Request Forgery via 'vdl' Parameter
References

Subscriptions

Plugins360 All-in-one Video Gallery
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-11T20:56:41.820Z

Reserved: 2026-08-06T09:46:22.546Z

Link: CVE-2026-19075

cve-icon Vulnrichment

Updated: 2026-08-11T20:56:35.471Z

cve-icon NVD

Status : Deferred

Published: 2026-08-10T07:16:51.260

Modified: 2026-08-26T16:30:52.723

Link: CVE-2026-19075

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)