CVE Catalog

CVE-2026-43884

High
Published: Translated: NVD NIST

Summary

AVideo is an open source video platform that is vulnerable to SSRF attacks in versions up to 29.0. Two endpoints improperly validate user-supplied URLs, allowing an attacker to redirect to internal resources.

Risk Assessment

An attacker can exploit this vulnerability to access sensitive data on the server, potentially leading to serious security breaches.

Recommendation

It is recommended to update AVideo to the version containing the fix from commit 603e7bf77a835584387327e35560262feb075db3 to mitigate this vulnerability.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS