LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36968: M/Monit 3.7.4 - Password Disclosure

M/Monit 3.7.4 contains an authentication vulnerability that allows authenticated attackers to retrieve user password hashes through an administrative API endpoint. Attackers can send requests to the /api/1/admin/users/list and /api/1/admin/users/get endpoints to extract MD5 password hashes for all users.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

M/Monit 3.7.4 can expose user password hashes to an authenticated attacker through administrative API functionality. This is a confidentiality issue: stolen hashes may support password cracking or credential reuse attacks. Public exploit information exists, but the provided sources do not show active exploitation.

Executive priority

Treat as high priority where M/Monit 3.7.4 is deployed. The issue can expose password hashes for multiple users, increasing credential compromise risk. Prioritize inventory, access restriction, and vendor-guided remediation.

Technical view

CVE-2020-36968 affects Tildeslash M/Monit 3.7.4. Authenticated users can retrieve MD5 password hashes for users via admin user API endpoints. The CVSS 4.0 score is 7.1, with network access, low complexity, low privileges, no user interaction, and high vulnerable-system confidentiality impact. Classified under CWE-522.

Likely exposure

Exposure is likely limited to organizations running M/Monit 3.7.4 where authenticated access to the M/Monit administrative API is possible, especially if the interface is reachable from broad internal networks or the internet.

Exploitation context

ExploitDB and VulnCheck list this issue publicly, so defenders should assume technical details are accessible. The source bundle does not identify CISA KEV listing or confirmed active exploitation.

Researcher notes

Evidence supports password-hash disclosure, not direct remote code execution. Exploitation requires authentication. Sources name MD5 hashes and affected version 3.7.4, but do not provide a fixed version in the bundle. Do not claim active exploitation without additional evidence.

Mitigation direction

  • Identify any M/Monit 3.7.4 deployments.
  • Check Tildeslash/M/Monit guidance for a fixed or supported release.
  • Restrict M/Monit and API access to trusted administrative networks.
  • Remove unused accounts and minimize authenticated user access.
  • If exposure is suspected, reset M/Monit passwords and reused credentials.

Validation and detection

  • Confirm installed M/Monit version on all managed hosts.
  • Verify whether M/Monit administrative API is reachable from untrusted networks.
  • Review logs for access to admin user-listing or user-detail API functions.
  • Confirm remediation prevents authenticated retrieval of password hashes.
  • Document remaining systems awaiting vendor-supported remediation.
Prepared
Confidence
high
Sources
5

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 · medium confidence lookup

CWE-522: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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-36968 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
7.1 (4.0)
Known Exploited
No
Published

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

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

Vulnerability scoring details

Base CVSS 4.0 score

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

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

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
Tildeslash Ltd.M/Monit3.7.4Listed
Weakness

CWE details

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

CWE-522 · source CWE mapping

Insufficiently Protected Credentials

Insufficiently Protected Credentials represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.