Description
AVideo versions from commit 0dbadbca through latest master contain a server-side request forgery vulnerability in the encoder download-by-URL flow due to an unpinned retry fallback that bypasses DNS pinning validation. An authenticated attacker can supply a downloadURL that redirects to an internal address, causing the unpinned retry to follow the redirect and reach internal targets for blind SSRF attacks.
Published: 2026-07-20
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A server‑side request forgery vulnerability exists in the encoder download‑by‑URL flow when an unpinned retry fallback bypasses DNS pinning validation. An authenticated actor can supply a download URL that redirects to an internal address; the retry path follows the redirect, allowing the server to reach internal resources indirectly and perform blind SSRF attacks. The lack of observable request response feedback makes the attack stealthy, but it can still expose internal data or services.

Affected Systems

All AVideo installations from commit 0dbadbcaaa1b415c7db078a72dc4b26d9fac0485 (inclusive) through the current master branch are vulnerable; the vendor is WWBN and the affected product is AVideo.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score of less than 1% suggests that exploitation is currently rare. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires authenticated access to trigger the download‑by‑URL flow and a constructed URL that redirects to a target on the internal network. The attack vector, therefore, is an authenticated SSRF. While the risk of a widespread breach is low at present, the blind nature of the attack makes detection difficult, so proactive remediation is recommended.

Generated by OpenCVE AI on July 30, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo patch or upgrade to a commit that removes the unpinned retry fallback if a release with the fix is available.
  • Restrict the encoder download‑by‑URL feature to authenticated users with the highest privileges or disable it entirely for untrusted users.
  • Enforce strict input validation on supplied URLs, rejecting or refusing any that resolve to internal IP ranges or that initiate HTTP redirects.
  • Implement outbound request filtering on the server to block requests to private networks and monitor for anomalous outbound traffic.

Generated by OpenCVE AI on July 30, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 20 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
Description AVideo versions from commit 0dbadbca through latest master contain a server-side request forgery vulnerability in the encoder download-by-URL flow due to an unpinned retry fallback that bypasses DNS pinning validation. An authenticated attacker can supply a downloadURL that redirects to an internal address, causing the unpinned retry to follow the redirect and reach internal targets for blind SSRF attacks.
Title AVideo Encoder downloadURL SSRF via unpinned retry fallback
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': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-22T14:17:17.491Z

Reserved: 2026-07-20T11:58:54.524Z

Link: CVE-2026-64626

cve-icon Vulnrichment

Updated: 2026-07-22T14:17:13.083Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)