๐Ÿ” CVE Alert

CVE-2026-92482

UNKNOWN 0.0

pinctrl: mediatek: use devm_gpiochip_add_data() for GPIO chip

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
a6df410d420aa4ff316797d352f69e7ebae5ff98 < b8fa1098ee9f627d38bdf7c0ef6c1a6058a4165b a6df410d420aa4ff316797d352f69e7ebae5ff98 < 9c650317ba553d297f3fc5f0ae40ec53d86f9dab
Linux / Linux
4.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/b8fa1098ee9f627d38bdf7c0ef6c1a6058a4165b git.kernel.org: https://git.kernel.org/stable/c/9c650317ba553d297f3fc5f0ae40ec53d86f9dab