CVE-2025-25943
Published: 19 February 2025
Summary
CVE-2025-25943 is a high-severity Code Injection (CWE-94) vulnerability in Axiosys Bento4. Its CVSS base score is 7.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 49.9% of CVEs by exploit likelihood; 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-16 (Memory Protection) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires timely remediation of the specific buffer overflow flaw in Bento4 v1.6.0-641 to prevent arbitrary code execution by local attackers.
Implements memory protection mechanisms like DEP and ASLR to comprehensively block arbitrary code execution resulting from the buffer overflow in AP4_Stz2Atom.
Facilitates vulnerability scanning to identify and prioritize systems running the vulnerable Bento4 version for remediation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow enables local arbitrary code execution (AV:L, PR:L) directly matching exploitation for privilege escalation.
NVD Description
Buffer Overflow vulnerability in Bento4 v.1.6.0-641 allows a local attacker to execute arbitrary code via the AP4_Stz2Atom::AP4_Stz2Atom component located in Ap4Stz2Atom.cpp.
Deeper analysisAI
CVE-2025-25943 is a buffer overflow vulnerability in Bento4 version 1.6.0-641. The flaw affects the AP4_Stz2Atom::AP4_Stz2Atom component in Ap4Stz2Atom.cpp and allows a local attacker to execute arbitrary code. Published on 2025-02-19, it is associated with CWE-94 (code injection) and carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.
A local attacker with low privileges can exploit this vulnerability through low-complexity attacks requiring no user interaction. Successful exploitation grants arbitrary code execution with high impacts on confidentiality, integrity, and availability in the context of the affected process.
The primary reference for this CVE is a GitHub issue at https://github.com/axiomatic-systems/Bento4/issues/993, which may provide additional details on patches or mitigations.
Details
- CWE(s)