CVE-2026-90427: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc()

Published Sep 17, 2026
·
Updated

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

iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devmkrealloc()

tegra241cmdqvprobe() uses devmkrealloc() to grow @smmu into the larger tegra241cmdqv, which frees the original @smmu once it relocates. A failure after that returned NULL, and the caller then dereferenced the freed @smmu on its fallback path.

Return an int and take @smmu by reference instead, then update smmu to the reallocated pointer after devmkrealloc() succeeds, so the caller and its fallback path both use the live @smmu rather than the freed original.

Affected Software

1 affected component
Linux 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

Under what condition can the faulty fallback path be reached?

It is reached when __tegra241_cmdqv_probe() grows the smmu allocation with devm_krealloc(), the allocation relocates and frees the original object, and a later failure causes the function to return NULL. The caller then follows its fallback path using the stale original pointer.

2

What is the practical impact of the bug?

The fallback path can dereference a freed smmu object, creating a use-after-free condition during probe/error handling. The fix ensures that both the caller and fallback path use the live reallocated pointer.

3

How can systems that cannot immediately update be mitigated?

The provided information does not identify a configuration workaround. Mitigation would require avoiding the affected probe/error path until a kernel containing the referenced fix is deployed.

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