Cyber Resilience

CVE-2019-25319

HighPublic PoC

Published: 12 February 2026

Published
12 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.0045 36.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25319 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Internet Soft (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 36.0th 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-25319 is a stack overflow vulnerability in Domain Quester Pro version 6.02, stemming from CWE-121. The issue resides in the 'Domain Name Keywords' input field, where attackers can overwrite Structured Exception Handler (SEH) registers, leading to an access violation and remote 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), marking it as critical.

Remote, unauthenticated attackers can exploit the vulnerability over the network with low attack complexity and no user interaction required. By sending a specially crafted malicious payload to the affected input field, they trigger the stack overflow, enabling arbitrary code execution, such as establishing a bind shell on TCP port 9999.

Advisories and related resources include the vendor's site at http://www.internet-soft.com/, an Exploit-DB entry at https://www.exploit-db.com/exploits/47825 providing exploit details, and a VulnCheck advisory at https://www.vulncheck.com/advisories/domain-quester-pro-stack-overflow-seh. No specific patches or mitigation steps are detailed in the CVE description.

EU & UK References

Vulnerability details

Domain Quester Pro 6.02 contains a stack overflow vulnerability that allows remote attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) registers. Attackers can craft a malicious payload targeting the 'Domain Name Keywords' input field to trigger an…

more

access violation and execute a bind shell on port 9999.

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?

Stack overflow enables remote unauthenticated arbitrary code execution (AV:N/AC:L/PR:N/UI:N) via malicious input to a network-accessible application field, directly facilitating exploitation of a public-facing application.

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

CVEs Like This One

CVE-2026-38422Shared CWE-121
CVE-2025-11783Shared CWE-121
CVE-2025-54491Shared CWE-121
CVE-2024-39359Shared CWE-121
CVE-2026-42469Shared CWE-121
CVE-2020-37159Shared CWE-121
CVE-2024-39603Shared CWE-121
CVE-2024-36258Shared CWE-121
CVE-2024-51138Shared CWE-121
CVE-2025-69763Shared CWE-121

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-2 requires timely identification, reporting, and remediation of flaws like the stack overflow in Domain Quester Pro, preventing exploitation through patching or removal of the vulnerable software.

prevent

SI-10 enforces validation of inputs such as the 'Domain Name Keywords' field to block oversized or malformed payloads that trigger the stack overflow and SEH overwrite.

prevent

SI-16 implements memory safeguards like stack canaries or DEP to protect against SEH register overwrites and arbitrary code execution from the stack overflow.

References