CVE-2021-47478: isofs: Fix out of bound access for corrupted isofs image
In the Linux kernel, the following vulnerability has been resolved:
isofs: Fix out of bound access for corrupted isofs image
When isofs image is suitably corrupted isofs_read_inode() can read data
beyond the end of buffer. Sanity-check the directory entry length before
using it.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47478 is a Linux kernel flaw in ISO 9660 filesystem handling. A deliberately corrupted ISO image can make the kernel read beyond an internal buffer. The documented impact is information exposure, not data modification or service outage. The source bundle does not show active exploitation.
Executive priority
Treat this as a routine kernel patching and exposure-control item, not an emergency. Prioritize systems that ingest user-supplied ISO images, shared workstations, build infrastructure, and removable-media workflows.
Technical view
The issue is a CWE-125 out-of-bounds read in isofs_read_inode(). The fix adds a sanity check for directory entry length before use. CVSS 3.1 is 5.5 with local attack vector, low complexity, low privileges, no user interaction, unchanged scope, high confidentiality impact, and no integrity or availability impact.
Likely exposure
Exposure is most relevant to Linux systems that mount or process untrusted, corrupted ISO 9660 images. Systems that never handle user-supplied ISO images have lower practical exposure. Exact affected distro package ranges are not provided in the bundle.
Exploitation context
The CVE is not listed as KEV in the provided data, and the bundle gives no cited evidence of active exploitation. The attack model is local and requires a corrupted ISOFS image reaching vulnerable kernel parsing code.
Researcher notes
The provided evidence supports an out-of-bounds read fixed in upstream stable commits. It does not include proof-of-concept details, exploit telemetry, or distribution-specific vulnerable package ranges. Validation should focus on kernel provenance and whether untrusted ISOFS data can reach isofs_read_inode().
Mitigation direction
Apply vendor kernel updates that include the listed stable kernel fixes.
Restrict mounting or automated processing of untrusted ISO images.
Check Linux distribution advisories for exact package versions and backports.
Review systems that accept uploaded disk images or removable media.
Validation and detection
Identify Linux hosts that support or mount ISO 9660 filesystems.
Check running and installed kernel versions against vendor advisories.
Confirm whether the kernel includes the isofs directory entry length sanity check.
Review image-processing workflows for untrusted ISO inputs.
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-125: 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-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.