---
id: CVE-2026-93072
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  irqchip/renesas-irqc: Fix generic interrupt chip leak on remove

  The driver allocates domain generic chips probe
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  irqchip/renesas-irqc: Fix generic interrupt chip leak on remove

  The driver allocates domain generic chips probe. However, on driver
  removal, the generic chips are not …
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353 <
    3d39757ef791f90028da9c8b7c1fbbb497237e58
  - >-
    Linux >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353 <
    4bf7614d048434326081eef0ebef33cb77fe2ffc
  - >-
    Linux >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353 <
    9acc996cb2e8477ae81bd7c067fec15202d6bc89
  - >-
    Linux >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353 <
    7c614f83301d464e2fb498d63552490d137ea10d
  - >-
    Linux >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353 <
    616dd89d81ad9a3cf1cfff4088a4c43e4e00d6ba
  - Linux 4.4
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:01.087'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93072'
references:
  - url: 'https://git.kernel.org/stable/c/3d39757ef791f90028da9c8b7c1fbbb497237e58'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/4bf7614d048434326081eef0ebef33cb77fe2ffc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/616dd89d81ad9a3cf1cfff4088a4c43e4e00d6ba'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/7c614f83301d464e2fb498d63552490d137ea10d'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9acc996cb2e8477ae81bd7c067fec15202d6bc89'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.765Z'
epss: 0.002
epssPercentile: 0.10159
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

irqchip/renesas-irqc: Fix generic interrupt chip leak on remove

The driver allocates domain generic chips probe. However, on driver
removal, the generic chips are not automatically freed when the interrupt
domain is removed because the domain flags do not include
IRQ_DOMAIN_FLAG_DESTROY_GC.

This causes both the domain generic chips structure and the associated
generic chips to be leaked. Additionally, the generic chips remain on the
global list and may later be accessed by generic interrupt chip suspend,
resume, or shutdown callbacks after the driver has been removed,
potentially resulting in a use-after-free and kernel crash.

Fix the resource leak by setting IRQ_DOMAIN_FLAG_DESTROY_GC on the
interrupt domain; this lets the interrupt domain core automatically
release all generic chips when irq_domain_remove() is invoked, removing
the need for manual cleanup calls in error paths and remove callback.

## Remediation

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