Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
File must be opened by the user (AV:L, UI:R); no privileges needed to open a file (PR:N); impact is crash only with no confidentiality or integrity consequence (C:N, I:N, A:H).
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
A stack overflow in the AP4_Array<AP4_TrunAtom::Entry>::EnsureCapacity component of axiomatic-systems Bento4 before v1.8.9allows attackers to cause a Denial of Service (DoS) via a crafted MP4 file.
AnalysisAI
Stack overflow in Bento4's MP4 parsing component allows an attacker to crash any application built on the library by supplying a crafted MP4 file. The flaw resides in AP4_Array<AP4_TrunAtom::Entry>::EnsureCapacity, a dynamic array growth function invoked while processing Track Run (trun) atoms, and affects all Bento4 releases before v1.8.9. A public proof-of-concept exists (poc4.zip), though EPSS sits at 0.17% and CISA KEV has not listed this CVE, indicating no confirmed widespread exploitation at time of analysis.
Technical ContextAI
Bento4 is an open-source C++ MP4/ISOBMFF processing toolkit by axiomatic-systems, used in media transcoding pipelines, players (notably MPC-BE per the referenced issue), and command-line utilities such as mp42aac. The vulnerable code path is in the templated AP4_Array class method EnsureCapacity, which reallocates internal storage to hold AP4_TrunAtom::Entry objects - entries within an MPEG-4 Track Run box (trun). CWE-121 (Stack-based Buffer Overflow) indicates that a crafted trun atom can cause the array growth logic to overflow a stack-allocated buffer, corrupting the call stack. Because the overflow occurs during file parsing rather than playback, any tool that opens the file is affected, not just streaming contexts. NVD CPE data is listed as n/a, so affected-version information is drawn from the CVE description (before v1.8.9) and the upstream GitHub issue tracker.
RemediationAI
Upgrade Bento4 to v1.8.9 or later, as stated in the CVE description. Downstream projects embedding Bento4 (e.g., MPC-BE) should rebuild against the patched library version once it is integrated. The upstream fix reference is https://github.com/axiomatic-systems/Bento4/issues/842; a specific commit or patch file is not independently confirmed beyond the issue tracker. As a compensating control where upgrading is not immediately possible, restrict the application's access to untrusted MP4 files - for example, validate or sandbox file ingestion pipelines so that user-supplied media is not parsed by Bento4 directly. Disabling processing of trun-heavy files (e.g., fragmented MP4) via application-layer filters is an option but carries compatibility trade-offs with legitimate streaming formats. No patch is confirmed beyond the stated version threshold; absence of a formal advisory URL from axiomatic-systems means patch verification relies on GitHub issue tracking only.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-121 – Stack-based Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39935
GHSA-h2mr-gm7g-c3gr