CVE-2026-31763
Awaiting Analysis Awaiting Analysis - Queue
Incorrect IRQ Handler Free in Linux Kernel MPU3050 Gyro Driver

Publication date: 2026-05-01

Last updated on: 2026-05-01

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix incorrect free_irq() variable The handler for the IRQ part of this driver is mpu3050->trig but, in the teardown free_irq() is called with handler mpu3050. Use correct IRQ handler when calling free_irq().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-01
Last Modified
2026-05-01
Generated
2026-05-07
AI Q&A
2026-05-01
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel mpu3050 *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :

This vulnerability involves an incorrect variable being used in the free_irq() call within the Linux kernel's mpu3050 gyro driver. Specifically, the IRQ handler used during teardown is incorrect, which could potentially lead to improper release of IRQ resources.

The impact could include system instability or resource leaks related to interrupt handling for the mpu3050 device, possibly affecting device functionality or system reliability.


Can you explain this vulnerability to me?

This vulnerability is related to the Linux kernel's iio gyro mpu3050 driver. Specifically, it involves an incorrect variable being used in the free_irq() function call during the teardown process of the IRQ handler.

The IRQ handler for this driver is supposed to be mpu3050->trig, but free_irq() was incorrectly called with the handler mpu3050 instead. The fix involves using the correct IRQ handler when calling free_irq().


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart