CVE-2026-43884 Details
Description
WWBN AVideo is an open source video platform. In versions up to and including 29.0, two endpoints (plugin/AI/receiveAsync.json.php and objects/EpgParser.php) in AVideo call isSSRFSafeURL() to validate user-supplied URLs, then fetch them using bare file_get_contents() without disabling PHP's automatic redirect following. An attacker can supply a URL pointing to a server they control that returns a 302 redirect to an internal/cloud-metadata address (e.g., http://169.254.169.254/latest/meta-data/). Since isSSRFSafeURL() only validates the initial URL, the redirect target bypasses all SSRF protections. Commit 603e7bf77a835584387327e35560262feb075db3 contains an updated fix.
A server-side request forgery (SSRF) vulnerability has been identified in WWBN AVideo versions through 29.0. The issue arises in two endpoints, 'plugin/AI/receiveAsync.json.php' and 'objects/EpgParser.php', which use the 'isSSRFSafeURL()' function to validate user-provided URLs. However, these endpoints then retrieve the URLs using 'file_get_contents()'' without disabling PHP's automatic redirect feature. This allows an attacker to redirect to internal metadata services, bypassing SSRF protections. Additionally, some calls to 'isSSRFSafeURL()' neglect to use a DNS pinning feature, leaving them open to DNS rebinding attacks.
Users can update to the latest version of AVideo, where this vulnerability has been patched. Instructions for updating can be found in the AVideo documentation.
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.
Volerion
Assessed May 11, 2026CISA-ADP
Assessed May 12, 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/security/advisories/GHSA-2hch-c97c-g99xg | CISA-ADP | |
| https://github.com/WWBN/AVideo/commit/603e7bf77a835584387327e35560262feb075db3 | [email protected] | Source CodeVendor |
| https://github.com/WWBN/AVideo/security/advisories/GHSA-2hch-c97c-g99x | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| WWBN AVideo | <= 14.3 |
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 |
| May 12, 2026 | CVE Modified | CISA-ADP |
| May 11, 2026 | New CVE Received | [email protected] |
Volerion