Cyber Resilience

CVE-2020-37176

HighPublic PoC

Published: 11 February 2026

Published
11 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.0042 33.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37176 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Torrentrockyou (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 33.5th 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-37176 is a stack-based buffer overflow vulnerability (CWE-121) in Torrent 3GP Converter version 1.51. The issue resides in the application's registration dialog, where attackers can overwrite Structured Exception Handler (SEH) registers, enabling arbitrary code execution. It 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 due to high impacts on confidentiality, integrity, and availability.

Remote attackers require no privileges or user interaction to exploit the vulnerability over the network with low complexity. By crafting a malicious payload for the registration dialog, they can trigger the buffer overflow, overwrite SEH records, and achieve arbitrary code execution, as demonstrated in proof-of-concept attacks that launch the calculator application.

Advisories and exploit details are documented at http://www.torrentrockyou.com, https://www.exploit-db.com/exploits/47965, and https://www.vulncheck.com/advisories/torrent-gp-converter-stack-overflow-seh, which include a public exploit for the SEH overwrite technique. No patch information is specified in the available references.

EU & UK References

Vulnerability details

Torrent 3GP Converter 1.51 contains a stack overflow vulnerability that allows attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) registers. Attackers can craft a malicious payload targeting the application's registration dialog to trigger code execution and open…

more

the calculator through carefully constructed buffer overflow techniques.

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?

Stack-based buffer overflow in client-side desktop app enables direct arbitrary code execution via crafted input with no user interaction required.

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

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Implements memory protections like DEP, ASLR, and stack canaries to block arbitrary code execution from SEH overwrites in stack buffer overflows.

prevent

Requires timely remediation of the identified stack overflow flaw through patching, workarounds, or removal of the vulnerable Torrent 3GP Converter application.

prevent

Mandates validation of inputs to the registration dialog to enforce bounds checking and prevent the buffer overflow triggering SEH overwrite.

References