CVE Catalog

CVE-2026-97593

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the iommu/s390 subsystem has a NULL pointer dereference in iova_to_phys() when using a 5-level translation table via ZPCI_TABLE_TYPE_RFX. get_rso_from_iova() returns NULL when the region-first entry is invalid, but get_rto_from_iova() does not check this before accessing rso[rsx].

Risk Assessment

Calling iova_to_phys() on an unmapped IOVA can cause a kernel crash (panic) and denial of service on s390 systems with IOMMU enabled in RFX mode.

Recommendation

Update the Linux kernel to a version containing the fix that adds the missing NULL check in get_rto_from_iova().

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX When using a 5-level translation table via ZPCI_TABLE_TYPE_RFX get_rso_from_iova() returns NULL when the region-first entry is invalid. Yet in get_rto_from_iova() the region-second origin rso is not checked to be non-NULL before accessing rso[rsx] leading to a NULL pointer dereference instead of a NULL return when iova_to_phys() is called on a unmapped IOVA. Fix this by adding the missing NULL check.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS