CVE-2026-46258
概要

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.

公表日 2026年6月4日3:16
登録日 2026年6月4日4:17
最終更新日 2026年6月4日3:16
関連情報、対策とツール
共通脆弱性一覧