Cyber Resilience

CVE-2020-37052

CriticalPublic PoCRCE

Published: 30 January 2026

Published
30 January 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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.0117 63.5th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2020-37052 is a critical-severity Code Injection (CWE-94) vulnerability in Ui (inferred from references). Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 36.5% of CVEs by exploit likelihood; 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-37052 is a pre-authentication remote code execution vulnerability affecting AirControl 1.4.2. The flaw enables unauthenticated attackers to execute arbitrary system commands through malicious Java expression injection by targeting the /.seam endpoint with a specially crafted URL containing embedded Java expressions. This issue is classified under CWE-94 (Code Injection) and carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity.

Unauthenticated attackers with network access can exploit this vulnerability remotely without user interaction or privileges. By sending the malicious URL, they gain the ability to run commands with the application's system privileges, potentially leading to full system compromise, including high impacts on confidentiality, integrity, and availability.

References include an exploit published on Exploit-DB (https://www.exploit-db.com/exploits/48541), Ubiquiti's website (https://www.ui.com/), and a Vulncheck advisory detailing the pre-auth remote code execution (https://www.vulncheck.com/advisories/aircontrol-preauth-remote-code-execution), which security practitioners should review for mitigation guidance and patch information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

AirControl 1.4.2 contains a pre-authentication remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary system commands through malicious Java expression injection. Attackers can exploit the /.seam endpoint by crafting a specially constructed URL with embedded Java expressions to…

more

run commands with the application's system privileges.

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?

Pre-authentication RCE via network-accessible endpoint enables exploitation of public-facing application.

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

CVEs Like This One

CVE-2026-41229Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2026-40563Shared CWE-94
CVE-2024-32641Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-2052Shared CWE-94
CVE-2026-9170Shared CWE-94
CVE-2025-54451Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2025-22204Shared CWE-94

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2020-37052 by requiring timely identification, reporting, testing, and patching of the pre-authentication Java expression injection flaw in AirControl.

prevent

Prevents exploitation of the code injection vulnerability by validating URL inputs to the /.seam endpoint against malicious Java expressions.

prevent

Limits remote unauthenticated access to the vulnerable AirControl application and /.seam endpoint through boundary protection mechanisms like firewalls.

References