CVE-2024-57598: A floating point exception (divide-by-zero) vulnerability was discovered in Bento4 1.6.0-641 in function AP...
A floating point exception (divide-by-zero) vulnerability was discovered in Bento4 1.6.0-641 in function AP4_TfraAtom() of Ap4TfraAtom.cpp which allows a remote attacker to cause a denial of service vulnerability.
Security readout for executives and security teams
Plain-English summary
CVE-2024-57598 is a denial-of-service issue in Bento4 1.6.0-641. A malformed media file can trigger a divide-by-zero crash during parsing, disrupting services that process untrusted media. It does not indicate data theft or code execution in the provided sources.
Executive priority
Treat as moderate priority unless Bento4 processes public or partner-supplied media at scale. For exposed media pipelines, prioritize containment and upgrade review because repeated crashes can affect availability and operational reliability.
Technical view
The issue is CWE-369 in AP4_TfraAtom() in Ap4TfraAtom.cpp. The CVSS 3.1 score is 6.5: network attack vector, low complexity, no privileges, user interaction required, and high availability impact only.
Likely exposure
Exposure is most likely where Bento4 1.6.0-641 processes externally supplied media, including upload pipelines, transcoders, inspection tools, or automated metadata extraction. Official affected-product metadata is listed as n/a, so inventory confirmation is important.
Exploitation context
The sources describe remote denial of service through a floating point exception. CVSS indicates user interaction is required. The CVE is not listed as KEV, and the provided sources do not claim active exploitation.
Researcher notes
The public record identifies the vulnerable function and DoS class but does not provide complete affected-product metadata, patch status, or exploitation evidence. Analysis should stay focused on availability impact and version/workflow exposure.
Mitigation direction
Check Bento4 vendor or project guidance for fixed versions or advisories.
Avoid processing untrusted media with affected Bento4 builds where feasible.
Run media parsing in isolated worker processes with restart limits.
Apply input validation and queue controls around public media uploads.
Monitor parser crashes and repeated failures from similar media sources.
Validation and detection
Inventory systems and containers for Bento4 1.6.0-641 usage.
Identify workflows that parse MP4 or fragmented media from untrusted users.
Review crash logs for floating point exceptions in AP4_TfraAtom or Ap4TfraAtom.cpp.
Confirm whether vendor guidance or a later safe build is available.
Validate mitigations in non-production media-processing workflows.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-369: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-369 · source CWE mapping
Divide By Zero
Divide By Zero represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.