7.1

CVE-2026-53387

iio: light: veml6075: add bounds check to veml6075_it_ms index

In the Linux kernel, the following vulnerability has been resolved:

iio: light: veml6075: add bounds check to veml6075_it_ms index

veml6075_it_ms has 5 elements but VEML6075_CONF_IT can yield values 0-7.
If it returns a value >= 5, this causes an out-of-bounds array access.
Add a bounds check and return -EINVAL if the index is out of range.

The problem values are reserved so should never be read from the
register. Hence this is hardening against fault device, missprogramming
or bus corruption.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 6.8 < 6.12.95
LinuxLinux Kernel Version >= 6.13 < 6.18.37
LinuxLinux Kernel Version >= 6.19 < 7.0.14
LinuxLinux Kernel Version >= 7.1 < 7.1.2
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.13% 0.026
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 7.1 1.8 5.2
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE-129 Improper Validation of Array Index

The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.

https://git.kernel.org/stable/c/df9127a1d2d748e426c49c8fcd9b6801e4eb743d
Patch
https://git.kernel.org/stable/c/0a89002737ee34decc20fa232204dbe5fe83e0de
Patch
https://git.kernel.org/stable/c/f75beebcd5bc9bdc80e0722142e78a6f306214ee
Patch
https://git.kernel.org/stable/c/e545936e06f1c7173ab41a5f33a77ff43ced3a8d
Patch
https://git.kernel.org/stable/c/307dc4240bd41852d9e0912921e298160db1c109
Patch