CVE-2024-56752

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Dec 29, 2024
Updated: Jan 6, 2025

Summary

CVE-2024-56752 is a vulnerability affecting the Linux kernel's nouveau driver for NVIDIA GF100 GPUs. The issue lies in the function gf100_gr_chan_new(), where the mutex associated with the GPU's firmware context (gr->fecs.mutex) is not properly unlocked when an error occurs during gf100_grctx_generate() call. This can result in inconsistent behavior and potential instability within the GPU driver. The vulnerability has been resolved by ensuring the mutex is unlocked before returning the error. A smatch warning related to inconsistent returns was also addressed in this fix.

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