Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-37091

CVE-2020-37091: Maian Support Helpdesk CSRF Vulnerability

CVE-2020-37091 is a CSRF vulnerability in Maian Support Helpdesk 4.3 that enables attackers to create admin accounts and upload malicious PHP files without authentication. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2020-37091 Overview

CVE-2020-37091 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Maian Support Helpdesk version 4.3. This vulnerability allows remote attackers to create administrative accounts without authentication by crafting malicious HTML forms. Additionally, attackers can exploit the FAQ attachment system to upload PHP files with unrestricted file upload capabilities, potentially leading to remote code execution on vulnerable systems.

Critical Impact

Attackers can leverage CSRF to create unauthorized admin accounts and upload malicious PHP files, potentially compromising the entire helpdesk system and underlying server infrastructure.

Affected Products

  • Maian Support Helpdesk 4.3

Discovery Timeline

  • 2026-02-03 - CVE CVE-2020-37091 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2020-37091

Vulnerability Analysis

This vulnerability is classified under CWE-352 (Cross-Site Request Forgery), which occurs when a web application fails to properly verify that requests are legitimately submitted by authenticated users. In Maian Support Helpdesk 4.3, the administrative functions lack proper CSRF token validation, allowing attackers to craft malicious requests that are executed in the context of an authenticated administrator's session.

The attack chain involves two distinct weaknesses: the CSRF vulnerability that enables unauthorized administrative account creation, and an unrestricted file upload vulnerability in the FAQ attachment system. When combined, these flaws create a dangerous attack path where an attacker can first establish administrative access through CSRF and then leverage that access to upload arbitrary PHP files to the server.

Root Cause

The root cause of this vulnerability is the absence of anti-CSRF tokens in sensitive administrative functions within Maian Support Helpdesk 4.3. The application does not implement proper request validation mechanisms to ensure that state-changing operations (such as creating new admin users) originate from legitimate user interactions within the application itself. Additionally, the FAQ attachment upload functionality fails to properly validate and restrict file types, allowing the upload of executable PHP files.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious HTML page containing a hidden form that submits requests to the vulnerable Maian Support Helpdesk administrative endpoints. When an authenticated administrator visits the attacker's page (through phishing or other social engineering techniques), the browser automatically submits the malicious form using the administrator's active session credentials.

The attack flow typically involves:

  1. The attacker identifying a Maian Support Helpdesk 4.3 installation
  2. Creating a malicious HTML page with auto-submitting forms targeting the admin user creation endpoint
  3. Social engineering an authenticated administrator to visit the malicious page
  4. The CSRF payload executes, creating a new administrative account controlled by the attacker
  5. The attacker logs in with the newly created admin credentials and uploads malicious PHP files through the FAQ attachment system

Technical details and proof-of-concept information can be found in the Exploit-DB #48386 advisory and the VulnCheck Advisory on CSRF.

Detection Methods for CVE-2020-37091

Indicators of Compromise

  • Unexpected administrative user accounts created in the Maian Support Helpdesk system
  • PHP files appearing in FAQ attachment directories that were not legitimately uploaded
  • Access logs showing form submissions to admin endpoints from external referrers
  • Web server logs indicating unusual POST requests to /admin/ endpoints without proper session validation

Detection Strategies

  • Monitor web server access logs for POST requests to administrative user creation endpoints with suspicious or external referrer headers
  • Implement file integrity monitoring on web directories to detect unauthorized PHP file uploads
  • Review Maian Support Helpdesk user database for unexpected administrative accounts
  • Deploy web application firewall (WAF) rules to detect CSRF attack patterns targeting known vulnerable endpoints

Monitoring Recommendations

  • Configure alerts for new administrative account creation events in the helpdesk application
  • Monitor FAQ attachment directories for file extensions that could indicate malicious uploads (.php, .phtml, .php5)
  • Implement logging for all administrative actions and review regularly for anomalies
  • Use SentinelOne's Singularity platform to monitor for web shell deployment and suspicious PHP file execution

How to Mitigate CVE-2020-37091

Immediate Actions Required

  • Restrict access to the Maian Support Helpdesk administrative interface to trusted IP addresses only
  • Implement network-level access controls to limit exposure of the helpdesk application
  • Review existing administrative accounts and remove any unauthorized entries
  • Audit FAQ attachment directories for suspicious PHP files and remove any unauthorized uploads
  • Consider taking the application offline until proper mitigations can be implemented

Patch Information

Users should check the Maian Support homepage for updated versions that address this vulnerability. If no official patch is available, implementing the workarounds below is strongly recommended to reduce the attack surface.

Workarounds

  • Implement custom CSRF token validation in administrative forms by modifying the application source code
  • Configure web server rules to block direct access to admin creation endpoints from external referrers
  • Add file type restrictions on the FAQ attachment upload functionality to prevent PHP file uploads
  • Use .htaccess rules to disable PHP execution in upload directories
bash
# Apache .htaccess configuration to disable PHP execution in upload directories
# Place this file in the FAQ attachment upload directory

# Disable PHP execution
<FilesMatch "\.ph(p[3457]?|t|tml)$">
    Require all denied
</FilesMatch>

# Alternative: Disable all script execution
Options -ExecCGI
RemoveHandler .php .phtml .php3 .php4 .php5 .php7

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMaian Support Helpdesk

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Exploit-DB #48386

  • Maiansupport Homepage

  • VulnCheck Advisory on CSRF
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal 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