LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37173: AVideo Platform 8.1 - Information Disclosure (User Enumeration)

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.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-37173 affects AVideo Platform 8.1. A public endpoint can disclose user information without authentication, including email addresses, password hashes, and whether an account is administrative. This is a business concern because exposed account data can support phishing, credential attacks, and targeting of privileged users.

Executive priority

Treat as urgent for any public AVideo 8.1 instance. The main risk is sensitive account data exposure, especially administrator identification and password hashes. Prioritize inventory, exposure reduction, vendor remediation checks, and credential-response planning.

Technical view

The issue is an information disclosure/user enumeration flaw in AVideo Platform 8.1 involving playlistsFromUser.json.php. The CVE data describes unauthenticated network access with low complexity and high confidentiality impact. Public references include an Exploit-DB entry and a VulnCheck advisory, but the provided sources do not identify a vendor patch version.

Likely exposure

Organizations running internet-accessible AVideo Platform 8.1 are the primary concern. Exposure is higher where the application is public-facing and user accounts include administrators or reused credentials.

Exploitation context

The CVE is not listed as CISA KEV in the provided data. A public Exploit-DB reference exists, which increases practical risk, but the sources do not prove active exploitation in the wild.

Researcher notes

Evidence is limited to the CVE record, VulnCheck advisory, Exploit-DB reference, and product sources. The bundle names AVideo Platform 8.1 only. Do not assume other versions are affected or fixed unless vendor guidance confirms it.

Mitigation direction

  • Inventory AVideo deployments and identify any running version 8.1.
  • Check AVideo vendor and repository guidance for fixed versions or official remediation.
  • Limit public exposure of affected AVideo instances where business operations allow.
  • Rotate credentials for exposed users if disclosure is confirmed.
  • Monitor application logs for unusual access to the affected endpoint.

Validation and detection

  • Confirm whether AVideo Platform 8.1 is deployed.
  • Review application and web server logs for access to playlistsFromUser.json.php.
  • Assess whether user emails, hashes, or admin flags were exposed.
  • Verify remediation against vendor guidance after any update or configuration change.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-359: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-37173 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: 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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2020-37173Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: 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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AVideoAVideo Platform8.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-359 · source CWE mapping

Exposure of Private Personal Information to an Unauthorized Actor

Exposure of Private Personal Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.