In the Linux kernel, the following vulnerability has been resolved:
gpio: sysfs: fix chip removal with GPIOs exported over sysfs
Currently if we export a GPIO over sysfs and unbind the parent GPIO
controller, the exported attribute will remain under /sys/class/gpio
because once we remove the parent device, we can no longer associate the
descriptor with it in gpiod_unexport() and never drop the final
reference.
Rework the teardown code: provide an unlocked variant of
gpiod_unexport() and remove all exported GPIOs with the sysfs_lock taken
before unregistering the parent device itself. This is done to prevent
any new exports happening before we unregister the device completely.
References
Configurations
Configuration 1 (hide)
|
History
11 May 2026, 20:53
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/54f463494eb5bf193ef7d904a493474c451734df - Patch | |
| References | () https://git.kernel.org/stable/c/6766f59012301f1bf3f46c6e7149caca45d92309 - Patch | |
| References | () https://git.kernel.org/stable/c/a645cc25904b0baf508b77a0402ce151212b9800 - Patch | |
| CWE | NVD-CWE-noinfo | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
06 May 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-06 12:16
Updated : 2026-05-11 20:53
NVD link : CVE-2026-43181
Mitre link : CVE-2026-43181
CVE.ORG link : CVE-2026-43181
JSON object : View
Products Affected
linux
- linux_kernel
CWE
