CVE-2025-39719
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
05/09/2025
Last modified:
08/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
iio: imu: bno055: fix OOB access of hw_xlate array<br />
<br />
Fix a potential out-of-bounds array access of the hw_xlate array in<br />
bno055.c.<br />
<br />
In bno055_get_regmask(), hw_xlate was iterated over the length of the<br />
vals array instead of the length of the hw_xlate array. In the case of<br />
bno055_gyr_scale, the vals array is larger than the hw_xlate array,<br />
so this could result in an out-of-bounds access. In practice, this<br />
shouldn&#39;t happen though because a match should always be found which<br />
breaks out of the for loop before it iterates beyond the end of the<br />
hw_xlate array.<br />
<br />
By adding a new hw_xlate_len field to the bno055_sysfs_attr, we can be<br />
sure we are iterating over the correct length.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/399b883ec828e436f1a721bf8551b4da8727e65b
- https://git.kernel.org/stable/c/4808ca3aa30ae857454d0b41d2d0bf161a312b45
- https://git.kernel.org/stable/c/50e823a23816b792daf6e8405f8d6045952bb90e
- https://git.kernel.org/stable/c/5c2b601922c064f7be70ae8621277f18d1ffec59
- https://git.kernel.org/stable/c/a0691ab6334f1769acc64ea9e319414a682ff45d