LiveActive security incident?Get immediate response
CVE Record

CVE-2024-57256: An integer overflow in ext4fs_read_symlink in Das U-Boot before 2025.01-rc1 occurs for zalloc (adding one t...

An integer overflow in ext4fs_read_symlink in Das U-Boot before 2025.01-rc1 occurs for zalloc (adding one to an le32 variable) via a crafted ext4 filesystem with an inode size of 0xffffffff, resulting in a malloc of zero and resultant memory overwrite.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-57256 is a memory corruption flaw in Das U-Boot’s ext4 symlink handling. A specially crafted ext4 filesystem can trigger an integer overflow and overwrite memory. Business risk is highest for products that boot from or inspect attacker-controlled storage before the operating system loads.

Executive priority

Treat this as a high-priority firmware supply-chain issue for embedded products and appliances, not a broad internet-exposed emergency. Prioritize devices with accessible boot media, recovery ports, or field-service workflows using ext4 filesystems.

Technical view

In ext4fs_read_symlink, adding one to a 32-bit little-endian inode size can overflow when the size is 0xffffffff. Sources say this can cause a zero-size allocation followed by memory overwrite. The CVSS vector is physical, high complexity, no privileges or user interaction, with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to systems using vulnerable Das U-Boot versions before 2025.01-rc1, especially embedded or appliance environments where boot media, recovery media, or ext4 filesystems may be attacker-controlled. The bundle does not provide a complete affected-product inventory.

Exploitation context

The CVSS vector indicates physical access and high attack complexity. The provided sources do not show CISA KEV listing or active exploitation. Practical exploitation would depend on whether an attacker can present a crafted ext4 filesystem to vulnerable U-Boot during boot or recovery workflows.

Researcher notes

Evidence supports an integer overflow to memory overwrite in U-Boot ext4 symlink parsing. Public data in the bundle does not establish exploit availability, active exploitation, or all downstream affected products. Product impact requires firmware composition analysis.

Mitigation direction

  • Identify products and firmware builds that include Das U-Boot before 2025.01-rc1.
  • Apply vendor firmware or package updates that include the U-Boot fix.
  • Review Siemens and Debian advisories where those ecosystems apply.
  • Restrict physical and removable-media access to boot and recovery paths.
  • If no vendor update exists, request explicit mitigation guidance from the vendor.

Validation and detection

  • Inventory firmware SBOMs and build manifests for Das U-Boot versions.
  • Confirm whether ext4 filesystem parsing is enabled in boot or recovery paths.
  • Check whether vendor updates include commit 35f75d2a46e5859138c83a75cd2f4141c5479ab9.
  • Review device procedures for removable media, recovery images, and field servicing.
  • Track downstream advisories for product-specific affected and fixed versions.
Prepared
Confidence
medium
Sources
6

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-190: 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-57256 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/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
3ADP providers
5Source links

SSVC decision data

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

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
7.1CVSS 3.1HighCVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H0.56mitre

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2024-57256Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:C/C:H/I:H/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
other:ssvc
CVECVE Program Container
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
denxU-Boot0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-190 · source CWE mapping

Integer Overflow or Wraparound

Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.