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
    • 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-36968

CVE-2020-36968: M/Monit Information Disclosure Flaw

CVE-2020-36968 is an information disclosure vulnerability in M/Monit 3.7.4 that allows authenticated attackers to retrieve MD5 password hashes via administrative API endpoints. This article covers technical details, impact, and mitigation.

Published: January 30, 2026

CVE-2020-36968 Overview

CVE-2020-36968 is an authentication vulnerability in M/Monit version 3.7.4 that allows authenticated attackers to retrieve user password hashes through administrative API endpoints. By sending requests to the /api/1/admin/users/list and /api/1/admin/users/get endpoints, attackers can extract MD5 password hashes for all users in the system.

This vulnerability is classified as CWE-522 (Insufficiently Protected Credentials), which occurs when a product transmits or stores authentication credentials in a manner that makes them subject to unauthorized interception or retrieval.

Critical Impact

Authenticated attackers can harvest MD5 password hashes for all system users, enabling offline password cracking and potential account takeover across the entire M/Monit deployment.

Affected Products

  • M/Monit 3.7.4

Discovery Timeline

  • 2026-01-28 - CVE CVE-2020-36968 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36968

Vulnerability Analysis

This vulnerability represents a significant credential exposure issue in M/Monit's administrative API. The flaw stems from inadequate access controls on sensitive API endpoints that return user credential data. When an authenticated user with any privilege level accesses the /api/1/admin/users/list or /api/1/admin/users/get endpoints, the application returns user records including their MD5 password hashes.

The use of MD5 for password hashing compounds the severity of this issue. MD5 is considered cryptographically broken and is highly susceptible to rainbow table attacks and modern GPU-accelerated cracking techniques. An attacker who obtains these hashes can potentially recover plaintext passwords in a matter of minutes to hours depending on password complexity.

The network-accessible nature of this vulnerability means that any authenticated user on the network can exploit it without requiring additional privileges or user interaction.

Root Cause

The root cause of CVE-2020-36968 is the insufficient protection of credentials (CWE-522) combined with inadequate authorization checks on administrative API endpoints. The application fails to properly restrict access to sensitive user data, allowing any authenticated user to retrieve password hashes that should only be accessible to administrative functions. Additionally, the use of weak MD5 hashing for password storage exacerbates the impact, as recovered hashes can be easily cracked offline.

Attack Vector

The attack vector for this vulnerability is network-based and requires low-privilege authenticated access. An attacker must first authenticate to the M/Monit application with any valid credentials. Once authenticated, the attacker can directly request user information from the administrative API endpoints.

The attack flow involves making HTTP requests to /api/1/admin/users/list to enumerate all users, then optionally using /api/1/admin/users/get to retrieve detailed information including MD5 password hashes for specific users. These hashes can then be subjected to offline cracking attacks using tools like Hashcat or John the Ripper.

For technical exploitation details, refer to the Exploit-DB #49081 entry and the VulnCheck Advisory for Mmonit.

Detection Methods for CVE-2020-36968

Indicators of Compromise

  • Unusual or frequent requests to /api/1/admin/users/list or /api/1/admin/users/get endpoints from non-administrative accounts
  • Multiple API requests enumerating user accounts in rapid succession
  • Access to administrative API endpoints from unexpected IP addresses or user agents
  • Evidence of offline password cracking attempts or credential stuffing attacks following API access

Detection Strategies

  • Monitor web server access logs for requests to the vulnerable API endpoints (/api/1/admin/users/list and /api/1/admin/users/get)
  • Implement alerting for non-administrator accounts accessing administrative API routes
  • Deploy web application firewall (WAF) rules to detect and block suspicious API enumeration patterns
  • Review authentication logs for unusual login patterns that may indicate compromised credentials

Monitoring Recommendations

  • Enable verbose logging for all M/Monit API endpoints and retain logs for forensic analysis
  • Configure SIEM rules to correlate API access patterns with user privilege levels
  • Implement rate limiting on administrative API endpoints to slow enumeration attempts
  • Regularly audit user access patterns and investigate anomalous administrative API usage

How to Mitigate CVE-2020-36968

Immediate Actions Required

  • Upgrade M/Monit to the latest available version that addresses this vulnerability
  • Restrict network access to M/Monit administrative interfaces using firewall rules or network segmentation
  • Force password resets for all users, assuming existing password hashes may have been compromised
  • Implement strong, unique passwords for all M/Monit accounts to mitigate offline cracking risks

Patch Information

Consult the M/Monit official site for the latest security updates and patched versions. Review the VulnCheck Advisory for Mmonit for specific remediation guidance.

Workarounds

  • Implement network-level access controls to restrict access to M/Monit to trusted IP addresses only
  • Use a reverse proxy with authentication to add an additional security layer before M/Monit
  • Disable or restrict access to the /api/1/admin/users/list and /api/1/admin/users/get endpoints if not operationally required
  • Monitor and audit all API access until a patch can be applied
bash
# Example: Restrict M/Monit access using iptables
# Allow only trusted management network
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechM Monit

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-522
  • Technical References
  • Mmonit Official Site

  • Exploit-DB #49081

  • VulnCheck Advisory for Mmonit
  • Related CVEs
  • CVE-2020-36969: M/Monit Privilege Escalation Vulnerability
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