Description
AVideo before 24.0 contains a server-side request forgery vulnerability in the isSSRFSafeURL function that fails to extract embedded IPv4 addresses from NAT64, 6to4, and Teredo IPv6 transition address formats. Unauthenticated attackers can bypass SSRF protections via the LiveLinks proxy endpoint to reach internal services and cloud metadata endpoints by encoding private IPv4 targets in transition address formats.
Published: 2026-08-27
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Server‑Side Request Forgery
Action: Patch Now
AI Analysis

Impact

The vulnerability lies in AVideo's isSSRFSafeURL function, which fails to strip embedded IPv4 addresses from NAT64, 6to4, and Teredo IPv6 transition formats. This omission allows attackers to encode private IPv4 targets inside transition addresses and exploit the LiveLinks proxy endpoint, which is publicly accessible and requires no authentication. The result is a traditional SSRF that can reach internal services, cloud metadata endpoints, and any other host reachable from the server, exposing sensitive internal data and enabling further lateral movement.

Affected Systems

All installations of AVideo version 23.x or earlier are affected. The vulnerability was present in code prior to the 24.0 release and has been fixed in the latest version released by WWBN.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate to high severity. No EPSS score is available, and the vulnerability is not listed in CISA’s KEV catalog. Because the LiveLinks endpoint is unauthenticated and reachable from the external network, the attack vector is remote over the Internet with minimal prerequisites. Once exploited, the attacker can consume internal network resources, access internal metadata services, and potentially pivot further into the infrastructure.

Generated by OpenCVE AI on August 27, 2026 at 18:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade AVideo to version 24.0 or later to remove the SSRF guard flaw.
  • If upgrading is not immediately possible, restrict external access to the LiveLinks proxy endpoint using firewall rules or a reverse‑proxy authentication layer.
  • Configure the server or application to reject or strip IPv6 transition address formats before processing requests, effectively blocking the bypass path.
  • Monitor application and network logs for suspicious outbound requests originating from the LiveLinks endpoint and investigate any anomalies.

Generated by OpenCVE AI on August 27, 2026 at 18:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description AVideo before 24.0 contains a server-side request forgery vulnerability in the isSSRFSafeURL function that fails to extract embedded IPv4 addresses from NAT64, 6to4, and Teredo IPv6 transition address formats. Unauthenticated attackers can bypass SSRF protections via the LiveLinks proxy endpoint to reach internal services and cloud metadata endpoints by encoding private IPv4 targets in transition address formats.
Title AVideo SSRF Guard Bypass via IPv6 Transition Addresses
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-918
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-29T11:48:15.601Z

Reserved: 2026-08-27T11:11:30.933Z

Link: CVE-2026-81678

cve-icon Vulnrichment

Updated: 2026-08-27T18:18:53.647Z

cve-icon NVD

Status : Deferred

Published: 2026-08-27T17:20:57.003

Modified: 2026-08-29T12:16:55.640

Link: CVE-2026-81678

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T18:15:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)