CVE-2026-89450
Last modified
CVE-2026-89450 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Reject a vSID wider than the SID_MATCH field tegra241_vintf_init_vsid() programs the guest-provided vSID into SID_MATCH, whose VIRT_SID field spans bits [20:1] with bit 0 as the match-enable flag. The HW therefore matches only a 20-bit Stream ID. The bound check rejects only virt_sid > UINT_MAX, which admits a value far wider than the field. The write "virt_sid << 1 | 0x1" then drops every bit above 20: a virt_sid of 0x80000000 lands as SID_MATCH = 0x1, a valid match on vSID 0, so the entry aliases the wrong Stream ID. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Reject a vSID wider than the SID_MATCH field tegra241_vintf_init_vsid() programs the guest-provided vSID into SID_MATCH, whose VIRT_SID field spans bits [20:1] with bit 0 as the match-enable flag. The HW therefore matches only a 20-bit Stream ID. The bound check rejects only virt_sid > UINT_MAX, which admits a value far wider than the field. The write "virt_sid << 1 | 0x1" then drops every bit above 20: a virt_sid of 0x80000000 lands as SID_MATCH = 0x1, a valid match on vSID 0, so the entry aliases the wrong Stream ID. Because vdev->virt_id is guest-controlled, a VMM can trigger it. Validate virt_sid against the field width with FIELD_MAX(), and program the register with FIELD_PREP() so the value and the field stay consistent.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4dc0d12474f9d4833c3dd96b73d61e406d3f5dc7, < d903d99ffd22b0180bd745a43f221c21bcdd8d7c; >= 4dc0d12474f9d4833c3dd96b73d61e406d3f5dc7, < 445204550f894ca325ac80a21e3df177ad073798; >= 4dc0d12474f9d4833c3dd96b73d61e406d3f5dc7, < 4379610c79bd88ddbea10e7f6c21e16d4b338c6b |
| Linux | Linux | 6.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89450?
How severe is CVE-2026-89450?
How do I fix CVE-2026-89450?
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-89445In the Linux kernel, the following vulnerability has been re…8.8
- 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-89451In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-89450?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
