Cyber Resilience

CVE-2020-37173

Wwbn Avideo 8.1

Public PoC
Published
11 February 2026
Modified
18 February 2026
Patch / advisory
CVSS Score v4 8.7
Click a component to see what it means
Raw vectorCVSS: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 44th 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 44th 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 map to AC-22 (Publicly Accessible Content) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

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 Data

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-2025-34441Same product: Wwbn Avideo
CVE-2026-33867Same product: Wwbn Avideo
CVE-2026-45620Same product: Wwbn Avideo
CVE-2026-33292Same product: Wwbn Avideo
CVE-2026-35449Same product: Wwbn Avideo
CVE-2026-33038Same product: Wwbn Avideo
CVE-2026-39368Same product: Wwbn Avideo
CVE-2026-35179Same product: Wwbn Avideo
CVE-2026-34369Same product: Wwbn Avideo
CVE-2026-33685Same product: Wwbn Avideo

Affected Assets

wwbn
avideo
8.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-22 Publicly Accessible Content
  • SC-14 Public Access Protections
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V10.3.5
  • V10.7.2

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.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

RC.CO-04 partial match
degrades

CWE-359 does not impair RC.CO-04's ability to issue approved public recovery updates, yet any resulting PII exposure can partially undermine the outcome's overall efficacy and trust.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Masking or anonymizing personal identifiers limits the amount of private personal information that can be disclosed through application outputs or logs.

prevents

Monitoring and quarantining outbound messages that contain personal or private data directly reduces the chance that such information will be disclosed to unauthorized recipients.

prevents

The explicit prohibition on copying personally identifiable information into development and test environments directly lowers the exposure of private personal data to staff or processes that should not see it.

mitigates

Labeling, chain-of-custody, and access-control requirements limit the exposure of private personal information during any transfer method.

prevents

Mandating privacy procedures and a designated privacy officer helps ensure that private personal information is not disclosed without proper authorization or necessity.

mitigates

The agreements impose enforceable restrictions on the handling of private personal information, thereby decreasing the risk that such data will be exposed to unauthorized parties.

References