CVE-2024-50234

CVSS 3.1 Score 7.0 of 10 (high)

Details

Published Nov 9, 2024
Updated: Nov 14, 2024
CWE ID 367

Summary

CVE-2024-50234: A vulnerability in the Linux kernel's iwl4965 driver causes the wifi interface to fail upon resume from hibernation. The issue arises due to a stale interrupt that isn't cleared before interrupts are enabled, resulting in a race condition. During resume, the system attempts to bring things back up, while the restart work from the interrupt handler tries to bring things down, eventually causing the whole system to crash. The issue has been resolved by clearing out any stale interrupts before interrupts get enabled during resume. The debug log shows various messages related to the wifi interface, including failed attempts to bring it back up, indicating the presence of this vulnerability.

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