CVE-2026-90430: iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized

Published Sep 17, 2026
·
Updated

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

iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized

tegra241vintfinitlvcmdq() stores the freshly allocated vcmdq pointer to the vintf->lvcmdqs[] array, before tegra241vcmdqallocsmmucmdq() builds the vcmdq->cmdq. The error ISR dereferences that cmdq, so a latched LVCMDQ error (e.g. one inherited across a kexec) firing in this window would make tegra241vintf0handleerror() pass the still-zeroed armsmmucmdq down to armsmmucmdqskiperr(), dereferencing NULL queue register pointers.

Drop the store from tegra241vintfinitlvcmdq() and publish the vcmdq at the end of the allocation instead, with an smpstorerelease() that pairs with an smploadacquire() in the ISR, which can see a fully built LVCMDQ or NULL.

The user-owned LVCMDQ allocation moves accordingly, publishing the vcmdq once tegra241vcmdqhwinituser() succeeds, using a plain store since a user VINTF's lvcmdqs[] has no lockless reader -- the error ISR only walks the VINTF0 array.

Affected Software

1 affected component
Linux Kernel

Event History

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

Frequently Asked Questions

1

What systems are exposed to this issue?

The issue affects Linux kernel systems using the Tegra241 CMDQv IOMMU path, specifically during LVCMDQ initialization where the VINTF0 error ISR can inspect the LVCMDQ array.

2

What condition triggers the failure?

An LVCMDQ error must fire after the newly allocated queue pointer is published but before its underlying SMMU command queue has been initialized. The description identifies a latched LVCMDQ error inherited across a kexec as an example.

3

How would the failure appear?

The VINTF0 error handler can pass a zero-initialized arm_smmu_cmdq to the command-queue error handling path, causing a NULL dereference of queue register pointers.

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