CVE-2024-56614

CVSS 3.1 Score 7.8 of 10 (high)

Details

Published Dec 27, 2024
Updated: Jan 8, 2025
CWE ID 787

Summary

CVE-2024-56614 is a vulnerability affecting the Linux kernel, specifically the xsk module. The issue lies in the xsk_map_delete_elem function where an unsigned integer, map->max_entries, is compared against a signed integer, k, leading to an out-of-bounds (OOB) map_entry access. The OOB map_entry can then be used to cause an out-of-bounds write, potentially leading to further memory corruption. This vulnerability resulted in a kernel panic and out-of-bounds write, as indicated by the provided kernel stack trace.

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