Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 5.10.253 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/051ca43b0e0e4b66bfd349cd53ccf231ad1d69b7Patch
- https://git.kernel.org/stable/c/22487ef85f6dd9499ddf49b85a08afc50a3f1992Patch
- https://git.kernel.org/stable/c/2a4537653d200fda2a8516083459f8ff6194f8fcPatch
- https://git.kernel.org/stable/c/4c05799449108fb0e0a6bd30e65fffc71e60db4dPatch
- https://git.kernel.org/stable/c/59a317f8215674c8330817770497301bfb2c1b99Patch
- https://git.kernel.org/stable/c/92f18aa86302fe83e0726a1191015f427d4ff056Patch
- https://git.kernel.org/stable/c/caec338f91469f0a70b68165185afa3abc994545Patch
- https://git.kernel.org/stable/c/cc3de12a5612ee25df7fb549cb7b3e4cc8bfaf9cPatch
FAQ
What is CVE-2026-31761?
CVE-2026-31761 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 functio...
How severe is CVE-2026-31761?
CVE-2026-31761 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-31761?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.