Cyber Resilience

CVE-2020-36914

HighPublic PoC

Published: 06 January 2026

Published
06 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/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.0028 19.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-36914 is a high-severity Cleartext Transmission of Sensitive Information (CWE-319) vulnerability in Cxsecurity (inferred from references). Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Adversary-in-the-Middle (T1557); ranked at the 19.6th 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 SC-8 (Transmission Confidentiality and Integrity) and IA-5 (Authenticator Management).

Deeper analysis

CVE-2020-36914 is a sensitive information disclosure vulnerability affecting QiHang Media Web Digital Signage version 3.0.9. The flaw arises from the transmission of user authentication credentials via cleartext cookies, which exposes these credentials to potential interception by unauthorized parties. This issue aligns with CWE-319 (Cleartext Transmission of Sensitive Information) and carries 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 or user interaction.

Remote attackers can exploit this vulnerability over the network with low attack complexity. By conducting man-in-the-middle (MITM) attacks, they can intercept the cleartext cookies containing authentication credentials during transmission, capture them, and potentially misuse them for unauthorized access or further compromise of the system.

Advisories detailing the vulnerability, including potential mitigation strategies, are available in the following references: https://cxsecurity.com/issue/WLB-2020080059, https://exchange.xforce.ibmcloud.com/vulnerabilities/186770, https://packetstormsecurity.com/files/158858, https://www.howfor.com/, and https://www.vulncheck.com/advisories/qihang-media-web-digital-signage-cookie-authentication-credentials-disclosure. Security practitioners should review these sources for patch information or workarounds, such as enforcing HTTPS to prevent cleartext interception.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

QiHang Media Web Digital Signage 3.0.9 contains a sensitive information disclosure vulnerability that allows remote attackers to intercept user authentication credentials through cleartext cookie transmission. Attackers can perform man-in-the-middle attacks to capture and potentially misuse stored authentication credentials transmitted in…

more

an insecure manner.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1040 Network Sniffing Credential Access
Adversaries may passively sniff network traffic to capture information about an environment, including authentication material passed over the network.
Why these techniques?

Cleartext cookie transmission directly enables network sniffing (T1040) and adversary-in-the-middle interception (T1557) to capture credentials for subsequent use.

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

CVEs Like This One

CVE-2025-34271Shared CWE-319
CVE-2025-64769Shared CWE-319
CVE-2026-24212Shared CWE-319
CVE-2020-36917Shared CWE-319
CVE-2026-5115Shared CWE-319
CVE-2026-24060Shared CWE-319
CVE-2026-31923Shared CWE-319
CVE-2025-67159Shared CWE-319
CVE-2025-13718Shared CWE-319
CVE-2026-30796Shared CWE-319

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires cryptographic protection for confidentiality of transmitted sensitive information, directly preventing interception of cleartext authentication credentials via MITM attacks.

prevent

Mandates management and protection of authenticator content from unauthorized disclosure, mitigating exposure of authentication credentials in cleartext cookies.

prevent

Implements cryptographic mechanisms to protect information in transit, countering the cleartext transmission vulnerability in authentication cookies.

References