CVE-2026-92482
Last modified
CVE-2026-92482 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: use devm_gpiochip_add_data() for GPIO chip The gpio_chip is allocated with device-managed memory but registered with the non-managed gpiochip_add_data(). This was harmless while the drivers were built-in, but once they can be built as modules and unbound/rmmod'd, devm frees the gpio_chip's memory while it is still registered, causing a use-after-free. Register it with devm_gpiochip_add_data() so it shares the same device-managed lifecycle, which also lets the manual gpiochip_remove() error paths go away..
Description
In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: use devm_gpiochip_add_data() for GPIO chip The gpio_chip is allocated with device-managed memory but registered with the non-managed gpiochip_add_data(). This was harmless while the drivers were built-in, but once they can be built as modules and unbound/rmmod'd, devm frees the gpio_chip's memory while it is still registered, causing a use-after-free. Register it with devm_gpiochip_add_data() so it shares the same device-managed lifecycle, which also lets the manual gpiochip_remove() error paths go away.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a6df410d420aa4ff316797d352f69e7ebae5ff98, < b8fa1098ee9f627d38bdf7c0ef6c1a6058a4165b; >= a6df410d420aa4ff316797d352f69e7ebae5ff98, < 9c650317ba553d297f3fc5f0ae40ec53d86f9dab |
| Linux | Linux | 4.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92482?
How severe is CVE-2026-92482?
How do I fix CVE-2026-92482?
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-92477In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92478In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92479In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9248Authorization bypass in the entry duplication feature in Dev…2.6
- CVE-2026-92480In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92481In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92483In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92485In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92487In the Linux kernel, the following vulnerability has been re…
- CVE-2026-92488In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-92482?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
