CVE-2026-89451
Last modified
CVE-2026-89451 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Set handle->dev before the SVA handle is visible iommu_attach_device_pasid() installs the new SVA attach handle in the group PASID lookup before iommu_sva_bind_device() returns. A concurrent bind can therefore find and reuse the same handle after iommu_sva_lock is dropped. handle->dev was initialized after dropping iommu_sva_lock.
Description
In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Set handle->dev before the SVA handle is visible iommu_attach_device_pasid() installs the new SVA attach handle in the group PASID lookup before iommu_sva_bind_device() returns. A concurrent bind can therefore find and reuse the same handle after iommu_sva_lock is dropped. handle->dev was initialized after dropping iommu_sva_lock. This leaves a window where a racing bind can return a handle whose dev pointer is still NULL. A subsequent iommu_sva_unbind_device() can then dereference it via handle->dev->iommu_group. Initialize handle->dev before releasing iommu_sva_lock so any visible SVA handle is fully initialized.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= be51b1d6bbff48c7d1943a8ff1e5a55777807f6e, < bcffb1c75da8fc9d51168ff9f09d471c26507912; >= be51b1d6bbff48c7d1943a8ff1e5a55777807f6e, < 968e9a1f71140c86dc4092f6b361e997923f3813; >= be51b1d6bbff48c7d1943a8ff1e5a55777807f6e, < 37a96a30617a4c96f048a5874c00509bc4fe4d85; >= be51b1d6bbff48c7d1943a8ff1e5a55777807f6e, < 530f8f9c3546cb3ebee1b135375aaee08a073ebb |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89451?
How severe is CVE-2026-89451?
How do I fix CVE-2026-89451?
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-89446In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89447In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89448In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-89449In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8945Sandbox escape in Firefox and Firefox Focus for Android. Thi…7.5
- CVE-2026-89450In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89452In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89453In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89454In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89455In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89456In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-89457In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89451?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
