Description
In the Linux kernel, the following vulnerability has been resolved: iio: frequency: admv1013: fix NULL pointer dereference on str When device_property_read_string() fails, str is left uninitialized but the code falls through to strcmp(str, ...), dereferencing a garbage pointer. Replace manual read/strcmp with device_property_match_property_string() and consolidate the SE mode enums into a single sequential enum, mapping to hardware register values via a switch consistent with other bitfields in the driver. Several cleanup patches have been applied to this driver recently so this will need a manual backport.
References (4)
Core 4
Core References
Scores
CVSS v3
5.5
EPSS
0.0012
EPSS Percentile
2.3%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-476
Status
published
Products (15)
linux/Kernel
5.17.0 - 6.12.86linux
linux/Kernel
6.13.0 - 6.18.27linux
linux/Kernel
6.19.0 - 7.0.4linux
Linux/Linux
< 5.17
Linux/Linux
5.17
Linux/Linux
6.12.86 - 6.12.*
Linux/Linux
6.18.27 - 6.18.*
Linux/Linux
7.0.4 - 7.0.*
Linux/Linux
7.1
Linux/Linux
7.1-rc1
... and 5 more
Published
Jun 08, 2026
Tracked Since
Jun 08, 2026