Cyber Resilience

CVE-2018-25314

Memory Safety

Public PoCMemory Safety
Published
29 April 2026
Modified
29 April 2026
CVSS Score v4 8.6
Click a component to see what it means
Raw vectorCVSS: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.0016 6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2018-25314 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Alloksoft (inferred from references). 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 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 map to SI-10 (Information Input Validation) and SI-16 (Memory Protection) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2018-25314 is a buffer overflow vulnerability (CWE-120) in Allok Soft WMV to AVI MPEG DVD WMV Converter version 4.6.1217. The flaw arises when an oversized string is supplied in the License Name field, triggering a buffer overflow that enables local attackers to execute arbitrary code. Attackers can craft malicious input incorporating shellcode with a structured exception handler (SEH) overwrite to bypass protections and gain code execution under the application's privileges. The vulnerability 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 with access to the system can exploit this issue with low attack complexity and no user interaction or privileges required. Successful exploitation allows arbitrary code execution, potentially compromising confidentiality, integrity, and availability at a high level through the application's context.

Advisories and references include the vendor sites at alloksoft.com and its WMV product page, an Exploit-DB proof-of-concept at exploit-db.com/exploits/44365, and a Vulncheck advisory detailing the buffer overflow in the affected software. No patches or specific mitigations are detailed in the provided CVE information.

EU & UK References

Vulnerability Data

Allok soft WMV to AVI MPEG DVD WMV Converter 4.6.1217 contains a buffer overflow vulnerability that allows local attackers to execute arbitrary code by supplying an oversized string in the License Name field. Attackers can craft a malicious input containing…

more

shellcode with structured exception handler (SEH) overwrite to bypass protections and execute code with application privileges.

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 buffer overflow with SEH overwrite directly enables arbitrary code execution as the application process, mapping to exploitation for privilege escalation or code execution on a local system.

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

CVEs Like This One

CVE-2026-43750Shared CWE-120
CVE-2026-6688Shared CWE-120
CVE-2025-29481Shared CWE-120
CVE-2026-0849Shared CWE-120
CVE-2025-48611Shared CWE-120
CVE-2025-0303Shared CWE-120
CVE-2020-37036Shared CWE-120
CVE-2026-31622Shared CWE-120
CVE-2026-57275Shared CWE-120
CVE-2024-43055Shared CWE-120

Affected Assets

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

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-16 Memory Protection
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and bounds checking of user inputs like the License Name field to prevent buffer overflows from oversized strings.

prevent

Enforces memory protections such as non-executable stacks, DEP, and ASLR to block SEH overwrite and arbitrary code execution in buffer overflow exploits.

prevent

Mandates timely flaw remediation, including patching or removing vulnerable software like Allok Converter 4.6.1217 affected by this buffer overflow.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure development practices directly enforce bounds checking and input validation that prevent classic buffer overflows.

ID.RA-01 partial match
prevents

Vulnerability identification processes such as code review or scanning detect classic buffer overflows before exploitation.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing unchecked buffer copies with corrected versions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding directly requires bounds-checked memory operations, addressing the root cause of CWE-120.

detects

Security testing in development and acceptance can detect buffer overflows through fuzzing and static analysis, though it does not prevent them at the source.

prevents

Secure development life cycle mandates processes that can include input validation and bounds checking to prevent buffer overflows.

prevents

Application security requirements can specify input-size validation and safe buffer handling to mitigate classic buffer overflows.

prevents

Secure system architecture and engineering principles promote defensive coding patterns that reduce the likelihood of unchecked buffer copies.

References