Cyber Resilience

CVE-2020-37141

HighPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/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
EPSS Score 0.0029 20.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37141 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2020-37141 is a SQL injection vulnerability (CWE-89) in AMSS++ version 4.31. The flaw exists in the mail module's maildetail.php script, accessible via the /modules/mail/main/maildetail.php endpoint, where the 'id' parameter fails to properly sanitize input. This allows attackers to inject malicious SQL queries, potentially enabling unauthorized access or modification of database contents. The vulnerability carries a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), indicating high severity due to network accessibility and significant confidentiality impact.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. By manipulating the 'id' parameter in requests to maildetail.php, they can execute arbitrary SQL queries, achieving high confidentiality impact such as dumping sensitive database information and low integrity impact like altering limited data, while availability remains unaffected.

Advisories and related resources, including a proof-of-concept exploit, are documented at https://www.exploit-db.com/exploits/48109 and https://www.vulncheck.com/advisories/amss-v-id-sql-injection. These references provide further details on exploitation and potential mitigations, such as applying patches if available or implementing input validation and prepared statements in the affected component.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

AMSS++ version 4.31 contains a SQL injection vulnerability in the mail module's maildetail.php script through the 'id' parameter. Attackers can manipulate the 'id' parameter in /modules/mail/main/maildetail.php to inject malicious SQL queries and potentially access or modify database contents.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated SQL injection in a publicly accessible web endpoint (maildetail.php) enables remote exploitation of a public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection vulnerability by requiring validation and sanitization of the unsanitized 'id' parameter in maildetail.php to block malicious queries.

prevent

Addresses the root cause by mandating timely flaw remediation, such as patching the SQL injection in AMSS++ version 4.31 or implementing prepared statements.

prevent

Complements input validation by restricting the 'id' parameter to organization-defined allowable formats and values, preventing injection of SQL payloads.

References