CVE-2024-56611

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 27, 2024
Updated: Jan 6, 2025
CWE ID 476

Summary

CVE-2024-56611 is a vulnerability affecting the Linux kernel that stems from an incorrect assumption regarding the presence of VMAs (Virtual Memory Areas) in a Memory Management (MM) context. This assumption results in a null pointer dereference issue, which can lead to a general protection fault. Upon migration of pages, the function 'migrate_to_node' might encounter a NULL return value from 'find_vma', leading to the dereference of null pointers. To address this flaw, proper handling of 'find_vma' returning NULL is required. This vulnerability, reported in Syzkaller, can potentially cause a system crash with severe consequences.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share