๐Ÿ” CVE Alert

CVE-2026-53164

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jun 25, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
433a76207dcf5facc0183acb790f6e8398585258 < ab61c990a87d084f5565ee70340543e3a5394697 433a76207dcf5facc0183acb790f6e8398585258 < b16f8d40bac9ced838d24c9842707af9ecae92e2 433a76207dcf5facc0183acb790f6e8398585258 < 6ec91df8aff77e2e8fe3179c1f3fc15b43a40ba3
Linux / Linux
6.16

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/ab61c990a87d084f5565ee70340543e3a5394697 git.kernel.org: https://git.kernel.org/stable/c/b16f8d40bac9ced838d24c9842707af9ecae92e2 git.kernel.org: https://git.kernel.org/stable/c/6ec91df8aff77e2e8fe3179c1f3fc15b43a40ba3