Cyber Resilience

CVE-2020-37093

HighPublic PoC

Published: 03 February 2026

Published
03 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
EPSS Score 0.0030 21.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37093 is a high-severity Insertion of Sensitive Information Into Sent Data (CWE-201) vulnerability in Netis Systems (inferred from references). Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.5th 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 AC-3 (Access Enforcement) and AU-13 (Monitoring for Information Disclosure).

Deeper analysis

CVE-2020-37093 is an information disclosure vulnerability (CWE-201) affecting the Netis E1+ router firmware version 1.2.32533. The issue resides in the netcore_get.cgi endpoint, which exposes sensitive WiFi credentials, including SSID and passwords, in plain text. It has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no requirements for privileges, user interaction, or scope changes.

Unauthenticated attackers with network access to the affected device can exploit this vulnerability by sending a simple GET request to the netcore_get.cgi endpoint. Successful exploitation allows retrieval of plaintext WiFi passwords and associated SSIDs, potentially enabling network access, further lateral movement, or persistence on the target network.

Advisories and references include the Netis Systems vendor page (http://www.netis-systems.com), a proof-of-concept exploit on Exploit-DB (https://www.exploit-db.com/exploits/48384), and a detailed advisory from Vulncheck (https://www.vulncheck.com/advisories/netis-e-unauthenticated-wifi-password-leak), which document the issue but do not specify patch availability in the provided details.

The availability of a public PoC exploit on Exploit-DB suggests potential for real-world exploitation against unpatched Netis E1+ devices.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Netis E1+ 1.2.32533 contains an information disclosure vulnerability that allows unauthenticated attackers to retrieve WiFi passwords through the netcore_get.cgi endpoint. Attackers can send a GET request to the endpoint to extract sensitive network credentials including SSID and WiFi passwords in…

more

plain text.

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.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Direct unauthenticated exploitation of exposed router web endpoint (T1190) yields plaintext WiFi credentials (T1552).

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

CVEs Like This One

CVE-2020-37150Shared CWE-201
CVE-2026-42746Shared CWE-201
CVE-2026-42673Shared CWE-201
CVE-2024-13254Shared CWE-201
CVE-2026-27406Shared CWE-201
CVE-2023-38013Shared CWE-201
CVE-2025-22303Shared CWE-201
CVE-2026-27516Shared CWE-201
CVE-2025-24582Shared CWE-201
CVE-2024-13259Shared CWE-201

Affected Assets

Netis Systems
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations to prevent unauthenticated access to the netcore_get.cgi endpoint that discloses sensitive WiFi credentials in plain text.

prevent

Remediates the specific information disclosure flaw in the Netis E1+ firmware version 1.2.32533 to block retrieval of plaintext WiFi passwords.

detect

Monitors system activity to identify unauthorized disclosures of WiFi credentials through the vulnerable netcore_get.cgi endpoint.

References