LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-57598 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2024-57598Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.