CVE-2026-90422
Last modified
CVE-2026-90422 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path When mtk_clk_register_pllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function callers don't need to do it. But contrary to mtk_clk_unregister_pllfhs function, that does almost the same sequence, it does not free the IO memory mapped on fhctl node, leading to a leak. Fix this leak by factorizing the cleanup sequence in a new private function and use it both mtk_clk_register_pllfhs and mtk_clk_unregister_pllfhs functions. Also, change the loop index start value to avoid the -1 operation on index at each loop..
Description
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path When mtk_clk_register_pllfhs function fails to register a PLL, it unregisters all PLLs and cleans up itself in its error path before returning, so the function callers don't need to do it. But contrary to mtk_clk_unregister_pllfhs function, that does almost the same sequence, it does not free the IO memory mapped on fhctl node, leading to a leak. Fix this leak by factorizing the cleanup sequence in a new private function and use it both mtk_clk_register_pllfhs and mtk_clk_unregister_pllfhs functions. Also, change the loop index start value to avoid the -1 operation on index at each loop.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d7964de8a8ea800910fdd4e365c42a9e7d5c54aa, < d35e45e5bad4fabcf122126402b6c6dcb4379672; >= d7964de8a8ea800910fdd4e365c42a9e7d5c54aa, < fea0b4fd891a2af77b55e05b950e7ea55b5d234e; >= d7964de8a8ea800910fdd4e365c42a9e7d5c54aa, < 540d91480bcb1b28a62d7023aa70947ea44c55b9 |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90422?
How severe is CVE-2026-90422?
How do I fix CVE-2026-90422?
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-90416In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90417In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90418In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90419In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90420In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90421In 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-90427In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90428In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90422?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
