CVE-2026-74277
In the Linux kernel, the following vulnerability has been resolved: iommu/dma-iommu: Fix wrong scatterlist length assignment in P2PDMA path In iommu_dma_map_sg(), when handling PCI P2PDMA cases, the DMA length of the current scatterlist segment `s` is incorrectly assigned from the head entry `sg->length` instead of the current entry `s->length`. This typo causes all P2PDMA segments in the scatterlist to inherit the length of the first segment, leading to corrupted DMA lengths for multi- segment scatterlists. Fix this by using `s->length` instead of `sg->length`.
Affected versions
Linux kernel versions
6.16
and later are affected. Fixed in
7.1.5,
7.2-rc1
and their respective stable series.
References
2 totalFrequently asked questions
-
What is CVE-2026-74277?
CVE-2026-74277 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.16 onward and has been patched in 7.1.5 and 7.2-rc1. CVE-2026-74277 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2026-74277?
Yes. CVE-2026-74277 has been patched. Fixed versions include 7.1.5 and 7.2-rc1. If you are running Linux kernel 6.16 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-74277 actively exploited?
No. CVE-2026-74277 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.