CVE-2026-43181 PUBLISHED

gpio: sysfs: fix chip removal with GPIOs exported over sysfs

Assigner: Linux
Reserved: 01.05.2026 Published: 06.05.2026 Updated: 06.05.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1cd53df733c21ae0d344a2dec941a3e2a06fefd9 to 54f463494eb5bf193ef7d904a493474c451734df (excl.)
  • affected from 1cd53df733c21ae0d344a2dec941a3e2a06fefd9 to a645cc25904b0baf508b77a0402ce151212b9800 (excl.)
  • affected from 1cd53df733c21ae0d344a2dec941a3e2a06fefd9 to 6766f59012301f1bf3f46c6e7149caca45d92309 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.17 is affected
  • unaffected from 0 to 6.17 (excl.)
  • unaffected from 6.18.16 to 6.18.* (incl.)
  • unaffected from 6.19.6 to 6.19.* (incl.)
  • unaffected from 7.0 to * (incl.)

References