CVE-2026-33024 Details
Description
AVideo is a video-sharing Platform. Versions prior to 8.0 contain a Server-Side Request Forgery vulnerability (CWE-918) in the public thumbnail endpoints getImage.php and getImageMP4.php. Both endpoints accept a base64Url GET parameter, base64-decode it, and pass the resulting URL to ffmpeg as an input source without any authentication requirement. The prior validation only checked that the URL was syntactically valid (FILTER_VALIDATE_URL) and started with http(s)://. This is insufficient: an attacker can supply URLs such as http://169.254.169.254/latest/meta-data/ (AWS/cloud instance metadata), http://192.168.x.x/, or http://127.0.0.1/ to make the server reach internal network resources. The response is not directly returned (blind), but timing differences and error logs can be used to infer results. The issue has been fixed in version 8.0.
A Server-Side Request Forgery (SSRF) vulnerability has been identified in AVideo versions prior to 8.0. The issue resides in the public thumbnail endpoints 'getImage.php' and 'getImageMP4.php', which accept a 'base64Url' GET parameter. These endpoints base64-decode the parameter and pass the resulting URL to 'ffmpeg' as an input source, without any authentication. The previous validation only ensured that the URL was syntactically correct and began with 'http://' or 'https://', which is inadequate. This allows attackers to send requests to internal network resources or cloud metadata endpoints, such as AWS instance metadata, potentially leading to the exposure of sensitive information. The vulnerability is blind, meaning the response is not directly returned to the attacker, but could be inferred through timing differences and error logs.
Users are advised to update to AVideo version 8.0 or later, where this vulnerability has been patched. For those unable to upgrade, the endpoints can be blocked at the web server or firewall level, restricting access to trusted IPs. On cloud hosts, using instance metadata service IMDSv2 can add an additional layer of protection.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 20, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/WWBN/AVideo-Encoder/commit/f9df098534a0e05fd431e771ac9d70f0f36f1c06 | [email protected] | Patch |
| https://github.com/WWBN/AVideo-Encoder/security/advisories/GHSA-h9gh-866r-6vgq | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wwbn avideo-encoder | < 8.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 24, 2026 | Initial Analysis | [email protected] |
| Mar 20, 2026 | New CVE Received | [email protected] |