---
id: CVE-2026-92482
title: |-
  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_da…
summary: |-
  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_da…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= a6df410d420aa4ff316797d352f69e7ebae5ff98 <
    b8fa1098ee9f627d38bdf7c0ef6c1a6058a4165b
  - >-
    Linux >= a6df410d420aa4ff316797d352f69e7ebae5ff98 <
    9c650317ba553d297f3fc5f0ae40ec53d86f9dab
  - Linux 4.1
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:50.273'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92482'
references:
  - url: 'https://git.kernel.org/stable/c/9c650317ba553d297f3fc5f0ae40ec53d86f9dab'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b8fa1098ee9f627d38bdf7c0ef6c1a6058a4165b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.788Z'
epss: 0.00198
epssPercentile: 0.08513
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
