0.0
NA
CVE-2026-72384
irqchip/ts4800: Fix missing chained handler cleanup on remove
Description

In the Linux kernel, the following vulnerability has been resolved: irqchip/ts4800: Fix missing chained handler cleanup on remove The driver installs a chained handler for the parent interrupt during probe using irq_set_chained_handler_and_data(), but the remove function does not clear this handler. This leaves a dangling handler that may be called when the parent interrupt fires after the driver has been removed, potentially accessing freed memory and causing a kernel crash. Additionally, the parent_irq obtained via irq_of_parse_and_map() is not stored, making it inaccessible in the remove function. Moreover, interrupt mappings created during probe are not properly disposed. Fix this by: - Saving parent_irq in probe - Clearing the chained handler with NULL in ts4800_ic_remove() - Disposing all IRQ mappings before domain removal to prevent resource leaks

INFO

Published Date :

Aug. 15, 2026, 6:22 a.m.

Last Modified :

Aug. 17, 2026, 6:18 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-72384 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Ensure chained interrupt handlers are cleaned up and interrupt mappings are disposed on driver removal.
  • Save parent_irq in probe function.
  • Clear chained handler with NULL in remove function.
  • Dispose all IRQ mappings before domain removal.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-72384 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-72384 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-72384 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-72384 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'b5b2b2cb6a91908e6c23958c9ce6d5ba2fdb686c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'e6b674dc341c6add7d85bec2ec22caf1aad35795', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '3f31f49afffa169cd01e6c37568c4df3eb1051af', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '4e8d498d32b6c67d73bb8b317ff316ff37897a3e', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '9ed0dca2aa05908b33ecf0bb15c7953947529542', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '98bf7e54cec07d514b3575c11896a8b12d50ecc4', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.5'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'b5b2b2cb6a91908e6c23958c9ce6d5ba2fdb686c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'e6b674dc341c6add7d85bec2ec22caf1aad35795', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '3f31f49afffa169cd01e6c37568c4df3eb1051af', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '4e8d498d32b6c67d73bb8b317ff316ff37897a3e', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '9ed0dca2aa05908b33ecf0bb15c7953947529542', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '98bf7e54cec07d514b3575c11896a8b12d50ecc4', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.5'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'b5b2b2cb6a91908e6c23958c9ce6d5ba2fdb686c', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': 'e6b674dc341c6add7d85bec2ec22caf1aad35795', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '3f31f49afffa169cd01e6c37568c4df3eb1051af', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '4e8d498d32b6c67d73bb8b317ff316ff37897a3e', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '9ed0dca2aa05908b33ecf0bb15c7953947529542', 'versionType': 'git'}, {'status': 'affected', 'version': 'd01f8633d52e4dac5ee598b87d49fd23346ccfd6', 'lessThan': '98bf7e54cec07d514b3575c11896a8b12d50ecc4', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.5'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.5', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-ts4800.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: irqchip/ts4800: Fix missing chained handler cleanup on remove The driver installs a chained handler for the parent interrupt during probe using irq_set_chained_handler_and_data(), but the remove function does not clear this handler. This leaves a dangling handler that may be called when the parent interrupt fires after the driver has been removed, potentially accessing freed memory and causing a kernel crash. Additionally, the parent_irq obtained via irq_of_parse_and_map() is not stored, making it inaccessible in the remove function. Moreover, interrupt mappings created during probe are not properly disposed. Fix this by: - Saving parent_irq in probe - Clearing the chained handler with NULL in ts4800_ic_remove() - Disposing all IRQ mappings before domain removal to prevent resource leaks
    Added Reference https://git.kernel.org/stable/c/3f31f49afffa169cd01e6c37568c4df3eb1051af
    Added Reference https://git.kernel.org/stable/c/4e8d498d32b6c67d73bb8b317ff316ff37897a3e
    Added Reference https://git.kernel.org/stable/c/98bf7e54cec07d514b3575c11896a8b12d50ecc4
    Added Reference https://git.kernel.org/stable/c/9ed0dca2aa05908b33ecf0bb15c7953947529542
    Added Reference https://git.kernel.org/stable/c/b5b2b2cb6a91908e6c23958c9ce6d5ba2fdb686c
    Added Reference https://git.kernel.org/stable/c/e6b674dc341c6add7d85bec2ec22caf1aad35795
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.