Description
WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `downloadVideoFromDownloadURL()` function in `objects/aVideoEncoder.json.php` saves remote content to a web-accessible temporary directory using the original URL's filename and extension (including `.php`). By providing an invalid `resolution` parameter, an attacker triggers an early `die()` via `forbiddenPage()` before the temp file can be moved or cleaned up, leaving an executable PHP file persistently accessible under the web root at `videos/cache/tmpFile/`. Commit 6da79b43484099a0b660d1544a63c07b633ed3a2 contains a patch.
Published: 2026-03-23
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Apply Patch Immediately
AI Analysis

Impact

AVideo, an open source video platform, contains a flaw in its downloadVideoFromDownloadURL function where remote content is saved to a publicly accessible temporary directory using the original filename and extension, which may be .php. When an attacker provides an invalid resolution parameter, the function terminates early through forbiddenPage(), preventing the temporary file from being moved or deleted. This leaves the PHP file persistently accessible under videos/cache/tmpFile/, allowing the attacker to execute arbitrary PHP code on the server. The weakness is an unrestricted upload of a dangerous file type (CWE‑434).

Affected Systems

The vulnerability affects the WWBN AVideo product in all versions up to and including 26.0. Only the encoder module that processes external video URLs is impacted and no other vendors or product lines are reported to be impacted.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity vulnerability that can lead to complete compromise of affected systems. The EPSS score of less than 1% suggests low current exploit activity, and the vulnerability is not listed in the CISA KEV catalog. An attacker can likely exploit this flaw by sending a crafted HTTP request to downloadVideoFromDownloadURL with a malicious URL that ends with a .php extension and an invalid resolution value. Based on the description it is inferred that the endpoint may be accessible without authentication, meaning that an unauthenticated attacker can trigger the vulnerability. Successful exploitation allows an attacker to upload arbitrary PHP payloads that the web server will execute with the server’s permissions.

Generated by OpenCVE AI on March 25, 2026 at 17:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest AVideo release that contains the patch from commit 6da79b43484099a0b660d1544a63c07b633ed3a2.
  • Delete any .php files that may remain in the videos/cache/tmpFile/ directory after the upgrade.
  • Configure the temporary cache directory to prohibit script execution through server or .htaccess settings.
  • Continuously monitor application logs for anomalous downloadVideoFromDownloadURL requests or repeated failures that might indicate exploitation attempts.

Generated by OpenCVE AI on March 25, 2026 at 17:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-8wf4-c4x3-h952 AVideo: Remote Code Execution via PHP Temp File in Encoder downloadURL
History

Wed, 25 Mar 2026 15:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

Tue, 24 Mar 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 24 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Wwbn
Wwbn avideo
Vendors & Products Wwbn
Wwbn avideo

Mon, 23 Mar 2026 19:00:00 +0000

Type Values Removed Values Added
Description WWBN AVideo is an open source video platform. In versions up to and including 26.0, the `downloadVideoFromDownloadURL()` function in `objects/aVideoEncoder.json.php` saves remote content to a web-accessible temporary directory using the original URL's filename and extension (including `.php`). By providing an invalid `resolution` parameter, an attacker triggers an early `die()` via `forbiddenPage()` before the temp file can be moved or cleaned up, leaving an executable PHP file persistently accessible under the web root at `videos/cache/tmpFile/`. Commit 6da79b43484099a0b660d1544a63c07b633ed3a2 contains a patch.
Title AVideo Vulnerable to Remote Code Execution via Persistent PHP Temp File in Encoder downloadURL with Resolution Validation Abort
Weaknesses CWE-434
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-24T16:10:19.803Z

Reserved: 2026-03-23T17:06:05.748Z

Link: CVE-2026-33717

cve-icon Vulnrichment

Updated: 2026-03-24T16:10:07.986Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-23T19:16:42.497

Modified: 2026-03-25T14:57:45.480

Link: CVE-2026-33717

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-25T20:37:02Z

Weaknesses