CVE-2024-42099: s390/dasd: Fix invalid dereferencing of indirect CCW data pointer
In the Linux kernel, the following vulnerability has been resolved:
s390/dasd: Fix invalid dereferencing of indirect CCW data pointer
Fix invalid dereferencing of indirect CCW data pointer in
dasd_eckd_dump_sense() that leads to a kernel panic in error cases.
When using indirect addressing for DASD CCWs (IDAW) the CCW CDA pointer
does not contain the data address itself but a pointer to the IDAL.
This needs to be translated from physical to virtual as well before
using it.
This dereferencing is also used for dasd_page_cache and also fixed
although it is very unlikely that this code path ever gets used.
Security readout for executives and security teams
Plain-English summary
A flaw in Linux’s IBM Z DASD storage handling can incorrectly interpret an indirect data pointer and panic the kernel during error processing. A successful trigger could disrupt the affected system. The supplied CVSS assessment also indicates possible confidentiality and integrity impact, but the description specifically documents a kernel panic rather than demonstrated data compromise.
Executive priority
Treat this as a high-priority availability risk for affected IBM Z Linux infrastructure, especially business-critical systems with DASD storage. It is not presented as an internet-reachable vulnerability, and active exploitation is not established. Patch promptly through normal kernel maintenance, accelerating remediation where local access is broadly available or outages would have material impact.
Technical view
In dasd_eckd_dump_sense(), an indirect-addressed DASD CCW contains a physical pointer to an IDAL, not the data address itself. The vulnerable code dereferences it without the required physical-to-virtual translation. The same pattern was corrected for dasd_page_cache. The documented failure occurs in error paths and causes a kernel panic.
Likely exposure
Exposure appears limited to Linux on s390 systems using the affected DASD ECKD and indirect CCW addressing paths. The supplied affected data identifies Linux 6.9 through 6.9.9 and 6.10, but does not clarify distribution backports, configuration prerequisites, or whether every listed build contains the vulnerable path.
Exploitation context
The CVSS vector describes a local, low-complexity attack requiring low privileges and no user interaction. The supplied record is not in KEV and provides no evidence of active exploitation or a public exploit. Because the documented path is associated with DASD error handling, practical reachability may depend on hardware, configuration, and error conditions not fully described here.
Researcher notes
The primary documented impact is invalid pointer dereferencing and kernel panic. Although CVSS assigns high confidentiality, integrity, and availability impacts, the supplied narrative does not demonstrate information disclosure or modification. Researchers should focus on affected-version provenance, DASD configuration, error-path reachability, and confirmation that vendor kernels include either referenced stable commit.
Mitigation direction
Upgrade to a vendor-supported kernel containing the referenced DASD fixes.
Check distribution advisories and kernel changelogs for backported fixes.
Prioritize affected IBM Z systems that use DASD ECKD storage.
Limit untrusted local access until affected systems are remediated.
Validation and detection
Inventory s390 Linux hosts and record their exact kernel versions.
Determine whether hosts use DASD ECKD and indirect CCW addressing.
Verify the referenced fix commits or vendor backports are present.
Review kernel logs for DASD errors, oops messages, or unexpected panics.
Confirm updated systems boot and storage error handling remains stable.
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-42099 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.