CyberRota
← Ana sayfaya dön

CVE-2026-46282

UNKNOWN · CVSS N/A EPSS %0.17

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-08T17:16:45.940 · Çekilme zamanı: 2026-06-30T12:12:59.546172+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46282
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.17
Linux

Orijinal NVD Açıklaması

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.