CVE-2026-90422 PUBLISHED

clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path

Assigner: Linux
Reserved: 11.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from d7964de8a8ea800910fdd4e365c42a9e7d5c54aa to d35e45e5bad4fabcf122126402b6c6dcb4379672 (excl.)
  • affected from d7964de8a8ea800910fdd4e365c42a9e7d5c54aa to fea0b4fd891a2af77b55e05b950e7ea55b5d234e (excl.)
  • affected from d7964de8a8ea800910fdd4e365c42a9e7d5c54aa to 540d91480bcb1b28a62d7023aa70947ea44c55b9 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.2 is affected
  • unaffected from 0 to 6.2 (excl.)
  • unaffected from 6.18.52 to 6.18.* (incl.)
  • unaffected from 7.2.6 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References