CVE-2026-46282

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/06/2026
Last modified:
08/06/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iio: frequency: admv1013: fix NULL pointer dereference on str<br /> <br /> When device_property_read_string() fails, str is left uninitialized<br /> but the code falls through to strcmp(str, ...), dereferencing a garbage<br /> pointer. Replace manual read/strcmp with<br /> device_property_match_property_string() and consolidate the SE mode<br /> enums into a single sequential enum, mapping to hardware register<br /> values via a switch consistent with other bitfields in the driver.<br /> <br /> Several cleanup patches have been applied to this driver recently so<br /> this will need a manual backport.

Impact