Cyber Resilience

CVE-2019-25701

HighPublic PoC

Published: 12 April 2026

Published
12 April 2026
Modified
17 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.0021 10.9th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25701 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Ether Software Easy Video To Ipod Converter. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 10.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-25701 is a local buffer overflow vulnerability (CWE-787) affecting Easy Video to iPod Converter version 1.6.20. The issue occurs in the user registration field, where attackers can input a crafted payload exceeding 996 bytes in the username field, leading to an overwrite of the structured exception handler (SEH). This flaw has 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), indicating high impact on confidentiality, integrity, and availability.

Local attackers with access to the affected system can exploit the vulnerability without requiring privileges or user interaction beyond running the application. By supplying the oversized payload during registration, they trigger the SEH overwrite, enabling execution of arbitrary code with the privileges of the user who launches the converter.

References include the vendor site at divxtodvd.net and a direct download link for the vulnerable executable, an Exploit-DB entry (46255) with a proof-of-concept exploit, and a Vulncheck advisory describing the local buffer overflow and SEH overwrite. No official patches or vendor-provided mitigations are mentioned in the available details.

EU & UK References

Vulnerability details

Easy Video to iPod Converter 1.6.20 contains a local buffer overflow vulnerability in the user registration field that allows local attackers to overwrite the structured exception handler. Attackers can input a crafted payload exceeding 996 bytes in the username field…

more

to trigger SEH overwrite and execute arbitrary code with user privileges.

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?

Local buffer overflow in client application (video converter) directly enables arbitrary code execution via exploitation of the vulnerable registration input handling.

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

CVEs Like This One

CVE-2019-25705Shared CWE-787
CVE-2019-25633Shared CWE-787
CVE-2026-0538Shared CWE-787
CVE-2016-20046Shared CWE-787
CVE-2019-25628Shared CWE-787
CVE-2019-25695Shared CWE-787
CVE-2018-25218Shared CWE-787
CVE-2026-42484Shared CWE-787
CVE-2019-25612Shared CWE-787
CVE-2025-43300Shared CWE-787

Affected Assets

ether software
easy video to ipod converter
1.6.20

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Implements memory protections such as DEP and ASLR that directly prevent successful SEH overwrite and arbitrary code execution from the buffer overflow in the username field.

prevent

Requires validation of information inputs like the user registration username field to reject crafted payloads exceeding 996 bytes that trigger the buffer overflow.

prevent

Mandates risk-based remediation of identified flaws such as CVE-2019-25701 by patching, updating, or removing the vulnerable Easy Video to iPod Converter software.

References