Description
WWBN AVideo through commit c91b5975d contains a server-side request forgery vulnerability in the set_api_userImages API endpoint that fails to validate profileImg and backgroundImg URLs before fetching them. Authenticated API clients can supply internal URLs to fetch cloud metadata or internal services, with responses written to publicly accessible web paths for retrieval.
Published: 2026-09-03
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive Data Exposure via SSRF
Action: Patch Immediately
AI Analysis

Impact

WWBN AVideo exposes a server‑side request forgery flaw in the set_api_userImages endpoint that accepts profileImg and backgroundImg URLs without proper validation. Authenticated API clients can supply internal or cloud‑metadata URLs; the server retrieves the content and stores it in publicly accessible web paths. This flaw can be used to read internal resources or leak sensitive information such as cloud instance metadata, internal service responses, or other protected data. The vulnerability is classified as CWE‑918, indicating an authentication‑bound SSRF that can lead to information disclosure.

Affected Systems

The affected system is the WWBN AVideo application. Specific version details are not provided in the public advisory; users of any unpatched AVideo environment should verify whether the commit c91b5975d or earlier releases are in use.

Risk and Exploitability

With a CVSS score of 7.1 the vulnerability is considered high severity. Exploitation requires only a legitimate API authentication token, which may be available to legitimate users or compromised credentials. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting the risk of exploitation in the wild is uncertain but potential exposure of internal data remains significant.

Generated by OpenCVE AI on September 3, 2026 at 12:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update WWBN AVideo to the latest release that includes the fix for the SSRF in set_api_userImages.
  • Restrict the set_api_userImages API to reject or sanitize external URLs by implementing an allow‑list or disabling the fields for non‑admin users.
  • Deploy network segmentation or firewall rules so that the AVideo server cannot reach internal services or cloud metadata endpoints, reducing the impact of any SSRF attempts.
  • Monitor outbound HTTP traffic from the application for unexpected requests to internal URLs and investigate any anomalies.

Generated by OpenCVE AI on September 3, 2026 at 12:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo through commit c91b5975d contains a server-side request forgery vulnerability in the set_api_userImages API endpoint that fails to validate profileImg and backgroundImg URLs before fetching them. Authenticated API clients can supply internal URLs to fetch cloud metadata or internal services, with responses written to publicly accessible web paths for retrieval.
Title WWBN AVideo Server-Side Request Forgery via set_api_userImages
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.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-05T01:17:16.379Z

Reserved: 2026-09-03T11:05:09.077Z

Link: CVE-2026-85164

cve-icon Vulnrichment

Updated: 2026-09-05T01:17:11.541Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T13:06:23.567

Modified: 2026-09-08T20:18:59.270

Link: CVE-2026-85164

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:45:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)