Cyber Resilience

CVE-2019-25627

HighPublic PoC

Published: 24 March 2026

Published
24 March 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.6 CVSS:4.0/AV:L/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.0026 16.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25627 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Flexhex Flexhex. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 16.9th 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-2019-25627 is a local buffer overflow vulnerability affecting FlexHEX version 2.71, specifically in the Stream Name field. The flaw enables local attackers to trigger a structured exception handler (SEH) overflow, allowing execution of arbitrary code. It is classified under CWE-434 and carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Local attackers can exploit this vulnerability by crafting a malicious text file with carefully aligned shellcode and SEH chain pointers, then pasting its contents into the Stream Name dialog. This action triggers the exception handler, enabling execution of arbitrary commands, such as calc.exe. The attack requires local access but no privileges or special user interaction beyond pasting the payload.

Advisories and references, including a VulnCheck advisory on the FlexHEX local buffer overflow via SEH Unicode and an Exploit-DB entry (46665), document the issue and provide exploit details. The FlexHEX website and download page are also referenced, though no specific patch or mitigation steps are outlined in the available information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

FlexHEX 2.71 contains a local buffer overflow vulnerability in the Stream Name field that allows local attackers to execute arbitrary code by triggering a structured exception handler (SEH) overflow. Attackers can craft a malicious text file with carefully aligned shellcode…

more

and SEH chain pointers, paste the contents into the Stream Name dialog, and execute arbitrary commands like calc.exe when the exception handler is triggered.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local SEH buffer overflow enables arbitrary code execution by a local attacker with no privileges required.

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

CVEs Like This One

CVE-2019-25626Shared CWE-434
CVE-2018-25258Shared CWE-434
CVE-2025-34329Shared CWE-434
CVE-2025-34195Shared CWE-434
CVE-2024-44598Shared CWE-434
CVE-2025-20354Shared CWE-434
CVE-2025-12153Shared CWE-434
CVE-2025-13066Shared CWE-434
CVE-2025-60947Shared CWE-434
CVE-2025-63601Shared CWE-434

Affected Assets

flexhex
flexhex
2.71

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Remediates the buffer overflow vulnerability in FlexHEX's Stream Name field by applying patches or upgrades to eliminate the root cause.

prevent

Mitigates SEH overflow exploitation through memory protections such as DEP, ASLR, and stack canaries even if the flaw remains unpatched.

prevent

Prevents the buffer overflow by enforcing validation of malicious inputs pasted into the Stream Name dialog.

References