WWBN AVideo SSRF Filter Bypass via NAT64 Hex Encoding
WWBN AVideo is vulnerable to a Server-Side Request Forgery (SSRF) bypass in the isSSRFSafeURL function due to improper normalization of hex-encoded NAT64 addresses.
CVE search metadata
CVE search record: CVE-2026-82648. Severity: high. CVSS: 7.1. KEV: no. Product: AVideo, AVideo (e01e41ecc and earlier). Brief: WWBN AVideo SSRF Filter Bypass via NAT64 Hex Encoding. Brief link: https://feed.craftedsignal.io/briefs/2026-08-wwbn-avideo-ssrf/
What's new
- 1. added detection rule: Detect CVE-2026-82644 Exploitation - Brute Force Bypass via User-Agent Manipulation Aug 30, 19:11 via nvd
WWBN AVideo contains a server-side request forgery (SSRF) vulnerability identified as CVE-2026-82648, located within the isSSRFSafeURL function. The vulnerability stems from a failure to correctly normalize NAT64 addresses when they are presented in a hexadecimal format. Because the function does not account for these specific representations, attackers can bypass existing URL filtering protections. By crafting malicious requests containing NAT64 addresses such as 64:ff9b::a9fe:a9fe, an unauthorized actor can force the application to perform requests against restricted internal resources, including cloud metadata services (e.g., 169.254.169.254) and local loopback interfaces. This flaw is particularly significant in cloud-hosted environments where metadata services store sensitive IAM credentials or instance configuration details. Successful exploitation allows an attacker to interact with internal network segments that are otherwise protected from external reach, potentially resulting in credential theft or further lateral movement within the hosting infrastructure.
Impact
Successful exploitation allows unauthenticated attackers to bypass SSRF protections, enabling unauthorized interaction with internal cloud metadata services and local network resources. This can result in the exfiltration of instance-level credentials, sensitive configuration data, or internal system exploitation, compromising the confidentiality and integrity of the AVideo server instance.
Recommendation
- Audit web application logs for HTTP requests containing unusual IPv6 NAT64 or hex-encoded address strings directed at internal hostnames or IP ranges.
- Implement a secondary validation layer at the network edge or application-level proxy to verify that requests originating from AVideo are not destined for reserved or private IP ranges, regardless of the encoding used in the URL.
- Monitor for unauthorized access attempts to local cloud metadata services from the AVideo application host.
- Review all AVideo instance configurations to ensure they are updated to the latest vendor-provided patches that resolve CVE-2026-82648.
Immediate actions
Review server access logs for requests containing hex-encoded IPv6 addresses targeting internal metadata endpoints
Mitigations
Patch AVideo to the latest version as recommended by WWBN
CVE-2026-82648
Detection coverage 1
Detect CVE-2026-82644 Exploitation - Brute Force Bypass via User-Agent Manipulation
highDetects potential brute-force attempts on login endpoints by identifying high-frequency POST requests with missing or common bot User-Agent strings, which characterize the CVE-2026-82644 bypass vector.
Detection queries are available on the platform. Get full rules →