CVE-2026-85164
Received Received - Intake

Server-Side Request Forgery in AVideo API

Vulnerability report for CVE-2026-85164, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wwbn avideo *
wwbn avideo From c91b5975d (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Server-Side Request Forgery (SSRF) vulnerability in WWBN AVideo affecting the set_api_userImages API endpoint. The flaw allows authenticated API clients to supply internal URLs in profileImg or backgroundImg parameters without proper validation. The application fetches these URLs directly via file_get_contents() and writes responses to publicly accessible web paths, enabling unauthorized access to internal resources like cloud metadata.

Detection Guidance

To detect this SSRF vulnerability in AVideo, monitor network traffic for outbound requests from the AVideo server to internal IP ranges like 169.254.169.254 or private addresses. Check web server logs for unusual file writes to public paths. Use commands like curl to test if the set_api_userImages endpoint accepts internal URLs without validation.

Impact Analysis

An attacker could exploit this to read sensitive internal data such as cloud metadata (e.g., AWS IAM credentials), scan internal networks, or access unauthorized services. Since responses are stored in public paths, attackers can retrieve the fetched data remotely. The vulnerability requires API access but the secret is easily obtainable by clients.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating GDPR's data protection principles and HIPAA's security requirements for safeguarding sensitive information. Unauthorized access to internal resources may result in data breaches, triggering compliance violations and potential legal penalties.

Mitigation Strategies

Immediately update AVideo to a patched version that includes isSSRFSafeURL() checks before fetching URLs. Disable the set_api_userImages API endpoint if not required. Restrict network access to internal services and monitor for unauthorized file writes to public web paths.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85164. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart