CVE-2026-74277
Last modified
CVE-2026-74277 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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`.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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`.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a25e7962db0d79882c9d32fd2a67a02e79129c0e, < 8646f00ce021e49f4f05bc1d4060a0c27b25d0e1; >= a25e7962db0d79882c9d32fd2a67a02e79129c0e, < db50fb87015b955a5a0c155293b2dd40d63a3b9e |
| Linux | Linux | 6.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74277?
How severe is CVE-2026-74277?
How do I fix CVE-2026-74277?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74271In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74272In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74273In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74274In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74275In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74276In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74278In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74279In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-7428Prior to 2025-11-03, well-intended users of Terraform or RES…9.2
- CVE-2026-74280In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-74281In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74282In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74277?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
