LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26982: Squashfs: check the inode number is not the invalid value of zero

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fill_meta_index(). That out of bounds access is ultimately caused because the inode has an inode number with the invalid value of zero, which was not checked. The reason this causes the out of bounds access is due to following sequence of events: 1. Fill_meta_index() is called to allocate (via empty_meta_index()) and fill a metadata index. It however suffers a data read error and aborts, invalidating the newly returned empty metadata index. It does this by setting the inode number of the index to zero, which means unused (zero is not a valid inode number). 2. When fill_meta_index() is subsequently called again on another read operation, locate_meta_index() returns the previous index because it matches the inode number of 0. Because this index has been returned it is expected to have been filled, and because it hasn't been, an out of bounds access is performed. This patch adds a sanity check which checks that the inode number is not zero when the inode is created and returns -EINVAL if it is. [phillip@squashfs.org.uk: whitespace fix]

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-26982 is a Linux kernel Squashfs bug. A malformed or corrupted Squashfs filesystem can trigger an out-of-bounds access during metadata handling. The public record does not provide CVSS, impact scoring, or evidence of active exploitation. Treat this as a kernel update hygiene issue, especially where systems mount Squashfs images from less-trusted sources.

Executive priority

Schedule remediation through normal kernel patch cycles, with higher priority for appliances, embedded Linux, and systems exposed to untrusted filesystem images. There is no sourced evidence of active exploitation, but kernel memory-safety issues can carry operational risk if reachable.

Technical view

Squashfs did not reject inode number zero when creating an inode. After a metadata read error, an empty metadata index could be invalidated with inode number zero, then later incorrectly matched and reused by locate_meta_index(), causing out-of-bounds access in fill_meta_index(). The kernel fix adds a sanity check and returns -EINVAL for inode number zero.

Likely exposure

Linux systems using affected kernel builds and mounting or reading Squashfs filesystems are the relevant exposure. Squashfs is common in embedded systems, live images, containers, appliances, and read-only filesystem deployments. Actual exposure depends on distro backports and whether untrusted Squashfs images are processed.

Exploitation context

No CISA KEV listing is provided, and the supplied sources do not state active exploitation. The trigger is tied to Squashfs metadata handling, likely requiring the kernel to process a specially malformed or corrupted Squashfs image. Public sources do not provide reliable impact details beyond out-of-bounds access.

Researcher notes

The useful technical indicator is the Squashfs fix adding validation that inode numbers are not zero at inode creation. The CVE record lacks CVSS and does not specify exploitability outcome such as crash or privilege escalation. Confirm distro backports rather than relying only on upstream version numbers.

Mitigation direction

  • Apply kernel updates from your Linux distribution or product vendor.
  • Verify the Squashfs inode-zero sanity-check fix is included.
  • Prioritize systems that mount Squashfs from removable, user-supplied, or external sources.
  • Review Debian, Fedora, Siemens, and other vendor advisories for applicable packages.
  • If updates are unavailable, limit processing of untrusted Squashfs images where operationally feasible.

Validation and detection

  • Inventory Linux kernel versions across servers, endpoints, appliances, and embedded devices.
  • Check vendor advisories for CVE-2024-26982 applicability and fixed package versions.
  • Confirm the running kernel includes the Squashfs inode number zero validation fix.
  • Identify workflows that mount or scan Squashfs images from untrusted sources.
  • Track remediation status separately for distro kernels and vendor appliances.
Prepared
Confidence
medium
Sources
12

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.

cve · low confidence lookup

CVE-2024-26982 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
3Timeline events
3ADP providers
15Source links

SSVC decision data

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

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

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1, 6545b246a2c815a8fcd07d58240effb6ec3481b1unaffected
LinuxLinux2.6.29, 0, 5.4.291, 5.10.235, 5.15.179, 6.1.130, 6.6.30, 6.8.8, 6.9affected
Weakness

CWE details

No CWE listed

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