2 matches found
CVE-2026-64417
CVE-2026-64417 relates to the Linux kernel mm shrinker and a NULL pointer dereference in debugfs. The issue arose because shrinker_debugfs_add() created both the optional debugfs files “count” and “scan” unconditionally, assuming every shrinker implements both count_objects() and scan_objects(). ...