CVE-2026-89450

Source
https://cve.org/CVERecord?id=CVE-2026-89450
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89450.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89450
Downstream
Published
2026-09-11T19:43:16Z
Modified
2026-09-13T03:47:18Z
Summary
iommu/tegra241-cmdqv: Reject a vSID wider than the SID_MATCH field
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89450.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4dc0d12474f9d4833c3dd96b73d61e406d3f5dc7
Fixed
d903d99ffd22b0180bd745a43f221c21bcdd8d7c
Fixed
445204550f894ca325ac80a21e3df177ad073798
Fixed
4379610c79bd88ddbea10e7f6c21e16d4b338c6b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89450.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.17.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89450.json"