CVE-2026-27732 PUBLISHED

AVideo has Authenticated Server-Side Request Forgery via downloadURL in aVideoEncoder.json.php

Assigner: GitHub_M
Reserved: 23.02.2026 Published: 24.02.2026 Updated: 24.02.2026

WWBN AVideo is an open source video platform. Prior to version 22.0, the aVideoEncoder.json.php API endpoint accepts a downloadURL parameter and fetches the referenced resource server-side without proper validation or an allow-list. This allows authenticated users to trigger server-side requests to arbitrary URLs (including internal network endpoints). An authenticated attacker can leverage SSRF to interact with internal services and retrieve sensitive data (e.g., internal APIs, metadata services), potentially leading to further compromise depending on the deployment environment. This issue has been fixed in AVideo version 22.0.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor WWBN
Product AVideo
Versions
  • Version < 22.0 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE