CVE-2024-53063

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Nov 19, 2024
Updated: Nov 25, 2024
CWE ID 755

Summary

CVE-2024-53063 is a vulnerability affecting the Linux kernel's dvbdev component. The issue stems from a static variable used in dvbdev to store dvb minors, which may result in out-of-memory (OOM) access if certain conditions are met. The risk is heightened when CONFIG_DVB_DYNAMIC_MINORS is not set, allowing dvb_register_device() to overlook boundary checks. Similarly, dvb_device_open() assumes previous register functions have enforced necessary checks. This fragile assumption can lead to potential OOM issues and is flagged by static check analysers like Coverity. To mitigate these risks, explicit guards have been added to prevent OOM access.

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