HomeDefectsLIN1022-25075
Acknowledged

LIN1022-25075 : Security Advisory - linux - CVE-2026-31763

Created: May 12, 2026    Updated: May 14, 2026
Found In Version: 10.22.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel

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().