Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc() __tegra241_cmdqv_probe() uses devm_krealloc() to grow @smmu into the larger tegra241_cmdqv, 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 devm_krealloc() succeeds, so the caller and its fallback path both use the live @smmu rather than the freed original.
CVSS Score
HIGH
References
- https://git.kernel.org/stable/c/86197679b293f0601c3331d545f99a70a7780aa9
- https://git.kernel.org/stable/c/d4d05f55e9da646ec03adfa77260eb46f4163749
FAQ
What is CVE-2026-90427?
CVE-2026-90427 is a vulnerability with a CVSS score of 7.4 (HIGH). In the Linux kernel, the following vulnerability has been resolved: iommu/tegra241-cmdqv: Don't fall back to a freed smmu after devm_krealloc() __tegra241_cmdqv_probe() uses devm_krealloc() to grow ...
How severe is CVE-2026-90427?
CVE-2026-90427 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-90427?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.