Direct naar de inhoud
Kritieke cyberalerts voor jouw sector & systemen — direct in je inbox. Aanmelden →
cybernieuws.nl Cybersecurity en informatiebeveiling nieuws alerts live · 8 min 106 bronnen 1 kritiek 35 vandaag
CVE's Videos Dagbriefing

← Terug naar CVE-database

CVE-2026-46258

MEDIUM · 5.5 CVSS Gepubliceerd: CWE-476

Beschrijving NL

In de Linux kernel is de volgende kwetsbaarheid verholpen:

gpio: cdev: Vermijd NULL dereferentie in linehandle_create()

In linehandle_create() staat een uitspraak als deze:
retain_and_null_ptr(lh);

Kort daarna is er een foutopsporingsafdruk die verwijst naar "lh", die
zal dingen laten crashen.

Vermijd de crash door handlereq.lines te gebruiken, wat dezelfde waarde is.

Origineel (Engels) tonen

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.

Vendors

Linux

Affected products

Linux Kernel

References