3 matches found
EUVD-2026-81719
In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563clkoutregisterclk registers the CLKOUT clock provider with ofclkaddprovider, but nothing ever unwinds it: there is no ofclkdelprovider call and the driver has no remove...
CVE-2026-90126
CVE-2026-90126 affects the pcf8563 RTC driver in the Linux kernel . The function pcf8563_clkout_register_clk() registers a CLKOUT clock provider via of_clk_add_provider() but never unwinds it—there is no matching of_clk_del_provider() call and the driver lacks a remove callback. As a result, ever...
UBUNTU-CVE-2022-48961
In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix unbalanced fwnode reference count in mdiodevicerelease There is warning report about ofnode refcount leak while probing mdio device: OF: ERROR: memory leak, expected refcount 1 instead of 2, ofnodeget/ofnodeput...