Cyber Resilience

CVE-2019-25318

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.0029 20.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25318 is a high-severity Stack-based Buffer Overflow (CWE-121) vulnerability in Avs4You (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 20.6th 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-25318 is a stack overflow vulnerability (CWE-121) in AVS Audio Converter version 9.1.2.600. The flaw resides in the output folder text input field, where insufficient bounds checking allows attackers to overwrite stack memory and execute arbitrary code. It has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), indicating high severity due to network accessibility, low attack complexity, and significant impacts on confidentiality, integrity, and availability.

A remote attacker can exploit this vulnerability by crafting a malicious payload and tricking a user into entering it into the output folder text input. Exploitation occurs when the victim clicks the 'Browse' button, triggering the stack overflow that overwrites memory and can establish a bind shell on TCP port 9999. No privileges are required, but user interaction is necessary, such as running the affected software and engaging with the vulnerable interface.

Advisories and references include the vendor site at http://www.avs4you.com/, Exploit-DB proof-of-concept exploits at https://www.exploit-db.com/exploits/47788 and https://www.exploit-db.com/exploits/47810, and a Vulncheck advisory at https://www.vulncheck.com/advisories/avs-audio-converter-stack-overflow detailing the stack overflow issue. No specific patches or mitigations are described in the available information.

EU & UK References

Vulnerability details

AVS Audio Converter 9.1.2.600 contains a stack overflow vulnerability that allows attackers to execute arbitrary code by manipulating the output folder text input. Attackers can craft a malicious payload that overwrites stack memory and triggers a bind shell on port…

more

9999 when the 'Browse' button is clicked.

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.
T1204 User Execution Execution
An adversary may rely upon specific actions by a user in order to gain execution.
Why these techniques?

Stack overflow enables client-side arbitrary code execution (T1203) requiring user interaction to trigger malicious input (T1204).

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

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of inputs like the output folder text field to enforce bounds checking and prevent stack overflows from malicious payloads.

prevent

Implements memory safeguards such as stack canaries, ASLR, and DEP to block arbitrary code execution from stack memory overwrites.

prevent

Mandates identification, reporting, and remediation of flaws like this stack overflow CVE through patching or removal of the vulnerable AVS Audio Converter.

References