Cyber Resilience

CVE-2020-37095

HighPublic PoC

Published: 07 February 2026

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

Summary

CVE-2020-37095 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Informer (inferred from references). Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 47.2th 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-16 (Memory Protection).

Deeper analysis

CVE-2020-37095 is a buffer overflow vulnerability (CWE-121) affecting the Cyberoam Authentication Client version 2.1.2.7. The flaw enables remote attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) memory. It is triggered via a specially crafted malicious input in the 'Cyberoam Server Address' field, earning a critical CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Remote attackers require no privileges, authentication, or user interaction to exploit this vulnerability over the network with low complexity. Successful exploitation allows attackers to gain system-level access by triggering a bind TCP shell on port 1337.

References include an Exploit-DB entry at https://www.exploit-db.com/exploits/48148 detailing a public exploit, a Vulncheck advisory at https://www.vulncheck.com/advisories/cyberoam-authentication-client-buffer-overflow-seh, and software information at https://cyberoam-general-authentication-client.software.informer.com/2.1/. No specific patches or mitigations are detailed in the provided description or references.

EU & UK References

Vulnerability details

Cyberoam Authentication Client 2.1.2.7 contains a buffer overflow vulnerability that allows remote attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) memory. Attackers can craft a malicious input in the 'Cyberoam Server Address' field to trigger a bind…

more

TCP shell on port 1337 with system-level access.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Buffer overflow in client software enables remote code execution without authentication or user interaction, directly facilitating Exploitation for Client Execution (T1203).

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

CVEs Like This One

CVE-2025-54480Shared CWE-121
CVE-2025-69195Shared CWE-121
CVE-2026-43661Shared CWE-121
CVE-2019-25321Shared CWE-121
CVE-2026-33554Shared CWE-121
CVE-2024-34579Shared CWE-121
CVE-2020-37142Shared CWE-121
CVE-2026-1761Shared CWE-121
CVE-2020-37181Shared CWE-121
CVE-2019-25365Shared CWE-121

Affected Assets

Informer
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 prevents buffer overflow exploitation by validating malicious inputs in the 'Cyberoam Server Address' field.

prevent

Implements memory safeguards like DEP and ASLR to protect against SEH overwrite attacks leading to arbitrary code execution.

preventrecover

Ensures timely patching and remediation of the buffer overflow flaw in Cyberoam Authentication Client version 2.1.2.7.

References