Answer in brief
CVE-2026-97593 records a Unknown severity vulnerability in iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=81244074b518aeb90de5f68e7e825564c29c5c50 <d0502ed0a1aae97e2ab7a21545903ba612d9f02e || >=81244074b518aeb90de5f68e7e825564c29c5c50 <41b5e0ce6801bf04d8fd3bca46e8c393349ebd5c || >=81244074b518aeb90de5f68e7e825564c29c5c50 <20db6573301e66cd65ebf6c130b6563c69374d9d | d0502ed0a1aae97e2ab7a21545903ba612d9f02e, 41b5e0ce6801bf04d8fd3bca46e8c393349ebd5c, 20db6573301e66cd65ebf6c130b6563c69374d9d |
| Linux/Linuxgeneric | 6.16 | Not reported |
Published upstream
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.