CyberRota
← Ana sayfaya dön

CVE-2026-46258

MEDIUM · CVSS 5.5 EPSS %0.10

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-03T18:16:26.860 · Çekilme zamanı: 2026-06-30T18:08:45.061473+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46258
Severity
MEDIUM
CVSS
5.5
EPSS
%0.10
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Avoid NULL dereference in linehandle_create() In linehandle_create(), there is a statement like this: retain_and_null_ptr(lh); Soon after, there is a debug printout that dereferences "lh", which will crash things. Avoid the crash by using handlereq.lines, which is the same value.