Cyber Resilience

CVE-2020-36921

MediumPublic PoC

Published: 06 January 2026

Published
06 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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.0018 39.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2020-36921 is a medium-severity Exposure of Information Through Directory Listing (CWE-548) vulnerability in Cxsecurity (inferred from references). Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 39.3th 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-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2020-36921 is an information disclosure vulnerability affecting the RED-V Super Digital Signage System version 5.1.1. The flaw allows unauthenticated attackers to access sensitive webserver log files by visiting multiple endpoints, enabling retrieval of system resources and debug log information without any authentication requirements. It is rated with 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) and maps to CWE-548.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity, requiring no privileges or user interaction. Successful exploitation grants high-impact confidentiality violations, potentially exposing sensitive system details, resources, and logs that could aid further attacks, though it has no impact on integrity or availability.

Advisories and references, including those from VulnCheck, CXSecurity, IBM X-Force Exchange, and PacketStorm, document the issue; the vendor site at https://www.red-v.tv/ may provide additional context. No specific patches or mitigations are detailed in the available information.

EU & UK References

Vulnerability details

RED-V Super Digital Signage System 5.1.1 contains an information disclosure vulnerability that allows unauthenticated attackers to access sensitive webserver log files. Attackers can visit multiple endpoints to retrieve system resources and debug log information without authentication.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Direct unauthenticated remote file/log access via public web endpoints enables T1190 (exploiting the exposed app) and T1005 (retrieving local system data).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-28766Shared CWE-548
CVE-2025-32750Shared CWE-548
CVE-2026-22860Shared CWE-548
CVE-2025-2038Shared CWE-548
CVE-2025-2652Shared CWE-548

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

AC-14 explicitly defines and limits permitted actions without identification or authentication, directly preventing unauthenticated access to sensitive webserver log endpoints exploited in this CVE.

prevent

SC-14 mandates protections for information associated with public web systems, restricting unauthorized access to sensitive logs and resources via exposed endpoints.

prevent

AC-3 enforces approved access authorizations and mechanisms, blocking unauthenticated retrieval of system resources and debug logs through web endpoints.

References