CVE-2026-90425: iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID

tegra241vintfinitvsid() maps a guest vSID to a single physical Stream ID taken from master->streams[0], and only warns when the device does not have exactly one stream. A device with several streams gets only its first one mapped, so a guest vSID invalidation cannot reach the others' ATC and IOTLB entries; a device with none makes master->streams a ZEROSIZEPTR, read out of bounds.

Reject the mapping with -EOPNOTSUPP if master->numstreams is not one.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Reject the mapping with -EOPNOTSUPP when master->num_streams is not one (iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID, so guest vSID invalidation cannot reach other devices’ ATC and IOTLB).

    Linux kernel (iommu/tegra241-cmdqv) vSID/stream mapping validation = Require exactly one Stream ID for a vSID

Event History

Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel's tegra241-cmdqv IOMMU path are affected when a guest vSID is mapped for a device whose stream count is not exactly one. Devices with multiple streams can retain untranslated-cache entries for streams other than the first, while devices with no streams can trigger an out-of-bounds read.

2

What condition is required to trigger the problem?

The affected path is reached when tegra241_vintf_init_vsid() attempts to map a guest vSID for a master device with either zero streams or more than one stream. The prior behavior mapped only master->streams[0] rather than rejecting that unsupported stream configuration.

3

What is the mitigation if the fix cannot be applied immediately?

Avoid configuring or mapping guest vSIDs for devices that do not have exactly one Stream ID. In particular, do not use this vSID mapping path for devices with zero or multiple streams.

4

How does the fix change behavior?

The corrected behavior rejects vSID mapping with -EOPNOTSUPP unless master->num_streams equals one. This prevents both partial mapping of multi-stream devices and access to a stream entry when no streams exist.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203