Cyber Resilience

CVE-2020-37173

HighPublic PoC

Published: 11 February 2026

Published
11 February 2026
Modified
18 February 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0056 42.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37173 is a high-severity Exposure of Private Personal Information to an Unauthorized Actor (CWE-359) vulnerability in Wwbn Avideo. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2020-37173 is an information disclosure vulnerability affecting AVideo Platform version 8.1. The issue exists in the playlistsFromUser.json.php endpoint, which permits attackers to enumerate sensitive user details by manipulating the users_id parameter. Exposed information includes email addresses, password hashes, and administrative status, classified under CWE-359 (Exposure of Private Information to an Unauthorized Actor).

Remote unauthenticated attackers can exploit this vulnerability with low complexity and no user interaction, as indicated by its CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Exploitation allows retrieval of high-impact confidential user data across the network, potentially enabling follow-on attacks such as password cracking or impersonation of administrators.

Advisories and additional resources are available at https://avideo.com, https://github.com/WWBN/AVideo, https://www.exploit-db.com/exploits/47997, and https://www.vulncheck.com/advisories/avideo-platform-information-disclosure-user-enumeration, which security practitioners should review for mitigation recommendations and any available patches.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

AVideo Platform 8.1 contains an information disclosure vulnerability that allows attackers to enumerate user details through the playlistsFromUser.json.php endpoint. Attackers can retrieve sensitive user information including email, password hash, and administrative status by manipulating the users_id parameter.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Direct remote exploitation of public-facing web endpoint (T1190) for unauthenticated account enumeration (T1087) and exposure of password hashes/credentials (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-33867Same product: Wwbn Avideo
CVE-2026-33292Same product: Wwbn Avideo
CVE-2026-41055Same product: Wwbn Avideo
CVE-2026-33297Same product: Wwbn Avideo
CVE-2026-41057Same product: Wwbn Avideo
CVE-2020-37172Same product: Wwbn Avideo
CVE-2026-33479Same product: Wwbn Avideo
CVE-2026-33767Same product: Wwbn Avideo
CVE-2026-33770Same product: Wwbn Avideo
CVE-2026-33038Same product: Wwbn Avideo

Affected Assets

wwbn
avideo
8.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to sensitive user information, directly preventing unauthorized enumeration via the playlistsFromUser.json.php endpoint.

prevent

Restricts publication of sensitive user details like emails, password hashes, and admin status on publicly accessible endpoints.

prevent

Protects information associated with publicly accessible web systems from unauthorized exfiltration through the vulnerable endpoint.

References