CVE-2024-46832

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Sep 27, 2024
Updated: Oct 9, 2024

Summary

CVE-2024-46832 is a vulnerability affecting the Linux kernel on MIPS architecture. It was discovered that calling the function get_c0_compare_int was not allowed when a timer interrupt was installed on a secondary CPU. This issue resulted in a warning message about a sleeping function being called from an invalid context. The vulnerability was resolved by avoiding the call to get_c0_compare_int in such cases, as the struct clock_event_device *cd, to which the IRQ number was to be saved, is not used by the clockevent core for non-CPU local devices.

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