The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2020-37172

CVE-2020-37172: AVideo Platform 8.1 CSRF Vulnerability

CVE-2020-37172 is a cross-site request forgery flaw in AVideo Platform 8.1 that enables attackers to reset user passwords via the recovery mechanism. This article covers the technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2020-37172 Overview

CVE-2020-37172 is a Cross-Site Request Forgery (CSRF) vulnerability affecting AVideo Platform 8.1 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. This vulnerability poses a significant risk to organizations utilizing AVideo Platform for video hosting and streaming services.

Critical Impact

Attackers can hijack user accounts by resetting passwords without proper authentication, potentially leading to complete account takeover and unauthorized access to video content and administrative functions.

Affected Products

  • AVideo Platform 8.1

Discovery Timeline

  • 2026-02-11 - CVE-2020-37172 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2020-37172

Vulnerability Analysis

This vulnerability exists in the password recovery mechanism of AVideo Platform 8.1. The application fails to implement proper CSRF protection on the password reset functionality, allowing an attacker to forge requests that change a user's password. When a user initiates a password recovery, the system generates a recovery token. However, the subsequent password change request via the recoverPass endpoint does not validate that the request originated from the legitimate user's session, making it vulnerable to cross-site request forgery attacks.

The weakness is classified as CWE-640 (Weak Password Recovery Mechanism for Forgotten Password), indicating that the password recovery implementation lacks sufficient security controls to prevent unauthorized password changes.

Root Cause

The root cause of this vulnerability is the absence of CSRF tokens or other request validation mechanisms in the password recovery workflow. The recoverPass endpoint processes password change requests without verifying that they originated from the same user session that initiated the recovery process. This allows an attacker who obtains or guesses a user's recovery token to craft a malicious request that changes the victim's password.

Attack Vector

The attack is network-based and requires user interaction. An attacker must first obtain or predict a valid recovery token for a target user. The attacker then crafts a malicious HTML page or email containing a hidden form that submits a password reset request to the vulnerable recoverPass endpoint. When the victim visits the attacker's page while authenticated or clicks a malicious link, the forged request is sent to the AVideo server, changing the victim's password to one controlled by the attacker. This grants the attacker full access to the compromised account.

The attack leverages the trust relationship between the user's browser and the AVideo application, as the server cannot distinguish between legitimate password reset requests and forged ones submitted by an attacker's page.

Detection Methods for CVE-2020-37172

Indicators of Compromise

  • Unexpected password reset requests in application logs, particularly multiple resets for the same user in a short time period
  • User reports of unauthorized account access or password changes they did not initiate
  • Suspicious HTTP POST requests to the recoverPass endpoint originating from external referrers
  • Recovery tokens being used from IP addresses different from where they were originally requested

Detection Strategies

  • Monitor web application logs for password reset requests with unusual referrer headers or missing CSRF tokens
  • Implement anomaly detection for password recovery patterns, flagging accounts with multiple reset attempts
  • Correlate password reset events with subsequent login attempts from new IP addresses or geolocations
  • Deploy web application firewalls (WAF) with rules to detect CSRF attack patterns targeting authentication endpoints

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints including password recovery functions
  • Configure alerting for password reset activity that exceeds normal baseline thresholds
  • Monitor for suspicious form submissions to the recoverPass endpoint from external domains
  • Track and alert on successful logins following password resets, particularly from new devices or locations

How to Mitigate CVE-2020-37172

Immediate Actions Required

  • Upgrade AVideo Platform to the latest available version that addresses this CSRF vulnerability
  • Implement CSRF token validation on all state-changing endpoints, including password recovery
  • Review recent password reset logs for signs of exploitation and notify affected users
  • Consider temporarily disabling the password recovery feature until a patch can be applied

Patch Information

Organizations should check the GitHub Repository for AVideo for the latest security updates and patches. Additional vulnerability details are available in the Vulncheck Advisory for AVideo CSRF and Exploit-DB #48003.

Workarounds

  • Implement a web application firewall (WAF) rule to validate the Referer and Origin headers on requests to the recoverPass endpoint
  • Add rate limiting on password recovery endpoints to slow down potential exploitation attempts
  • Require additional verification steps for password resets, such as email confirmation links that expire quickly
  • Consider implementing SameSite cookie attributes to prevent cross-site request submission
  • Educate users about phishing attacks and advise them to report any suspicious password reset notifications

If applying patches immediately is not possible, administrators can add custom CSRF protection at the web server or application proxy level by validating that password reset requests contain expected headers and originate from the same domain.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechAvideo

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS 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/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-640
  • Technical References
  • AVideo Main Website

  • GitHub Repository for AVideo

  • Exploit-DB #48003

  • Vulncheck Advisory for AVideo CSRF
  • Related CVEs
  • CVE-2026-35180: WWBN AVideo CSRF Vulnerability

  • CVE-2026-34613: Wwbn Avideo CSRF Vulnerability

  • CVE-2026-39369: AVideo Path Traversal Vulnerability

  • CVE-2026-39367: WWBN AVideo EPG XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English