LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37172: AVideo Platform 8.1 - Cross Site Request Forgery (Password Reset)

AVideo Platform 8.1 contains a cross-site request forgery vulnerability that allows attackers to reset user passwords by exploiting the password recovery mechanism. Attackers can craft malicious requests to the recoverPass endpoint using the user's recovery token to change account credentials without authentication.

HighCVSS 8.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

AVideo Platform 8.1 has a password recovery weakness that can let an attacker change a user’s password through a forged request if the attack can abuse that user’s recovery flow. This creates account takeover risk for exposed AVideo sites. Public exploit material exists, but the provided sources do not show confirmed active exploitation.

Executive priority

Prioritize review if AVideo supports public users, media operations, or administrative workflows. Account takeover can disrupt service and compromise content or user data. Treat as high priority for exposed version 8.1 systems, but do not assume broad enterprise impact without confirming deployment.

Technical view

CVE-2020-37172 is a CSRF issue in AVideo Platform 8.1 affecting the recoverPass password recovery endpoint. The record describes unauthenticated crafted requests using a user recovery token to change credentials. It is mapped to CWE-640 and scored CVSS 4.0 8.5 high with network attack vector and user interaction required.

Likely exposure

Organizations running AVideo Platform 8.1, especially internet-accessible instances with enabled password recovery, are the relevant exposure group. The supplied sources do not identify other affected versions or fixed versions.

Exploitation context

ExploitDB is listed as a public exploit reference, so proof-of-concept information is publicly available. The CVE is not marked as CISA KEV in the provided bundle, and no cited source confirms active exploitation.

Researcher notes

Evidence is limited to AVideo Platform 8.1 and third-party exploit/advisory references. No official fixed version is included in the supplied sources. Avoid extrapolating to later releases without vendor confirmation. The issue centers on password recovery CSRF/account recovery weakness, not general remote code execution.

Mitigation direction

  • Identify whether any AVideo Platform 8.1 instances are deployed.
  • Review vendor project guidance for a fixed release or official mitigation.
  • Upgrade only to a vendor-supported fixed version when identified.
  • Limit public access to AVideo administration and recovery workflows where feasible.
  • Reset affected account credentials if compromise is suspected.

Validation and detection

  • Confirm deployed AVideo version from asset inventory or application metadata.
  • Check whether password recovery is publicly reachable on AVideo instances.
  • Review logs for unusual password recovery and account change events.
  • Verify any remediation against vendor release notes or advisories.
  • Document whether version 8.1 remains exposed to the internet.
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-640: 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-37172 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.5 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/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.5CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

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

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/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-640 · source CWE mapping

Weak Password Recovery Mechanism for Forgotten Password

Weak Password Recovery Mechanism for Forgotten Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.