CVE-2026-90126
Last modified
CVE-2026-90126 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563_clkout_register_clk() registers the CLKOUT clock provider with of_clk_add_provider(), but nothing ever unwinds it: there is no of_clk_del_provider() call and the driver has no remove callback. Each of_clk_add_provider() allocates a struct of_clk_provider, takes a reference on the OF node and adds an entry to the global of_clk_providers list, none of which is released when the device is unbound.
Description
In the Linux kernel, the following vulnerability has been resolved: rtc: pcf8563: fix clock provider leak on unbind pcf8563_clkout_register_clk() registers the CLKOUT clock provider with of_clk_add_provider(), but nothing ever unwinds it: there is no of_clk_del_provider() call and the driver has no remove callback. Each of_clk_add_provider() allocates a struct of_clk_provider, takes a reference on the OF node and adds an entry to the global of_clk_providers list, none of which is released when the device is unbound. Every bind/unbind (or module reload) therefore leaks a provider structure and an of_node reference. The clock itself is already device-managed (devm_clk_register()); only the provider registration was not. Use devm_of_clk_add_hw_provider() so the provider is removed automatically on unbind. Tie it to the parent i2c device, whose OF node carries the #clock-cells and clock-output-names properties (the RTC class device has no OF node of its own).
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 2b5622cf4ee218b6f98d31dbf3fbd44b9b6bd675; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 36cb00c33bd83e7ce31b5a9f1f7c70db0cb7776c; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 30b7c63af50fe1464e7582a37de1ca4bd030ecc1; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 7afb8db47c4f107bce89cfe5115fb31ba7c94665; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 97edf3fd9a46ea89a167966991c0449cfa07b36f; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 08a59c28c2bdbcd655e99526c86a41dc83834283; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 6218c0533a72235ec9c5f41b812c63d963bd4a3e; >= a39a6405d5f949bc651694028a55d74c514ef1f9, < 9c48a53685040bb0de45a640b34055cbbfc69d4f |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90126?
How severe is CVE-2026-90126?
How do I fix CVE-2026-90126?
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-90120In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-90121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90122In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90123In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90124In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90125In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90127In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90128In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9013The Bogo plugin for WordPress is vulnerable to Sensitive Inf…4.3
- CVE-2026-90130In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90131In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2026-90126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
