HOMEVULNERABILITIESCVE-2026-53164
NONE

CVE-2026-53164

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.17%probability of exploitation in 30 daysPercentile:6.2th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

iommu/dma: Do not try to iommu_map a 0 length region in swiotlb

iommu_dma_iova_link_swiotlb() processes a mapping that is unaligned in three

parts, the head, middle and trailer. If the middle is empty because there

are no aligned pages it will call down to iommu_map() with a 0 size

which the iommupt implementation will fail as illegal.

It then tries to do an error unwind and starts from the wrong spot

corrupting the mapping so the eventual destruction triggers a WARN_ON.

Check for 0 length and avoid mapping and use offset not 0 as the starting

point to unlink.

This is frequently triggered by using some kinds of thunderbolt NVMe

drives that trigger forced SWIOTLB for unaligned memory. NVMe seems to

pass in oddly aligned buffers for the passthrough commands from smartctl

that hit this condition.

NVD Source

Technical Analysis

CVE-2026-53164 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-53164
SeverityNONE
CISA KEVNo
EPSS (30d)0.17%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53164 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.