CVE-2026-90427
Last modified
CVE-2026-90427 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. 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..
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 918eb5c856f6ce4cf93b4b38e4b5e156905c5943, < 86197679b293f0601c3331d545f99a70a7780aa9; >= 918eb5c856f6ce4cf93b4b38e4b5e156905c5943, < d4d05f55e9da646ec03adfa77260eb46f4163749 |
| Linux | Linux | 6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90427?
How severe is CVE-2026-90427?
How do I fix CVE-2026-90427?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90421In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90422In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90423In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90424In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90425In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90426In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90431In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90433In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90427?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
