Cyber Resilience

CVE-2020-36997

Memory Safety

Public PoCMemory Safety
Published
29 January 2026
Modified
15 April 2026
CVSS Score v4 8.4
Click a component to see what it means
Raw vectorCVSS: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.0037 29th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29th 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 map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2020-36997 is a buffer overflow vulnerability (CWE-121) in BacklinkSpeed version 2.4. The flaw occurs during malicious file import, enabling attackers to corrupt the Structured Exception Handler (SEH) chain by overwriting SEH addresses with a specially crafted payload file. This can lead to arbitrary code execution, allowing full control over the affected application. The vulnerability 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), indicating critical severity.

Remote attackers require no privileges or user interaction to exploit the vulnerability over the network with low complexity. By inducing the application to process a malicious file, they can trigger the buffer overflow, corrupt the SEH chain, and execute arbitrary code, compromising confidentiality, integrity, and availability with high impact.

References include the vendor site at dummysoftware.com and backlinkspeed.html, as well as public proof-of-concept exploits on Exploit-DB (exploit 48726) and a Vulncheck advisory detailing the BacklinkSpeed buffer overflow with SEH overwrite. No specific patches or mitigation steps are detailed in the provided information.

EU & UK References

Vulnerability Data

BacklinkSpeed 2.4 contains a buffer overflow vulnerability that allows attackers to corrupt the Structured Exception Handler (SEH) chain through malicious file import. Attackers can craft a specially designed payload file to overwrite SEH addresses, potentially executing arbitrary code and gaining…

more

control of the application.

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?

Buffer overflow with SEH overwrite during remote malicious file processing directly enables unauthenticated RCE over the network (T1190).

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

CVEs Like This One

CVE-2025-70229Shared CWE-121
CVE-2026-12485Shared CWE-121
CVE-2026-36805Shared CWE-121
CVE-2026-51604Shared CWE-121
CVE-2024-51138Shared CWE-121
CVE-2025-60570Shared CWE-121
CVE-2024-28446Shared CWE-121
CVE-2026-57881Shared CWE-121
CVE-2026-24465Shared CWE-121
CVE-2024-37633Shared CWE-121

Affected Assets

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

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates imported files to prevent buffer overflows from specially crafted payloads that corrupt the SEH chain.

prevent

Implements memory safeguards like ASLR and DEP to block arbitrary code execution from SEH chain overwrites even if overflow occurs.

prevent

Remediates the known buffer overflow flaw through timely patching to eliminate the vulnerability in BacklinkSpeed 2.4.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices directly prevent introduction of stack buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability scanning can discover stack buffer overflows but does not prevent their introduction.

PR.PS-02 partial match
prevents

Patching eliminates known instances of the weakness after discovery.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing (fuzzing, static analysis) detects stack overflows before release.

prevents

Secure SDLC mandates buffer-safety practices that directly prevent stack overflows.

prevents

Application security requirements can specify buffer-size and input-validation rules.

prevents

Secure architecture principles include memory-safety and least-privilege stack usage.

prevents

Secure coding standards explicitly forbid unsafe buffer handling that causes CWE-121.

none

Change-management gates can enforce security reviews that catch buffer issues.

References