Bug 2464471 (CVE-2026-31761) - CVE-2026-31761 kernel: iio: gyro: mpu3050: Move iio_device_register() to correct location
Summary: CVE-2026-31761 kernel: iio: gyro: mpu3050: Move iio_device_register() to corr...
Keywords:
Status: NEW
Alias: CVE-2026-31761
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-01 15:08 UTC by OSIDB Bzimport
Modified: 2026-05-01 22:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-01 15:08:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

iio: gyro: mpu3050: Move iio_device_register() to correct location

iio_device_register() should be at the end of the probe function to
prevent race conditions.

Place iio_device_register() at the end of the probe function and place
iio_device_unregister() accordingly.


Note You need to log in before you can comment on or make changes to this bug.