CVE-2023-52439

CVSS 3.1 Score 7.8 of 10 (high)

Details

Published Feb 20, 2024
Updated: Jun 27, 2024
CWE ID 415

Summary

CVE-2023-52439 is a use-after-free vulnerability affecting the Linux kernel's uio subsystem (CVE-2023-52439: nuio: Fix use-after-free in uio_open). In the uio_unregister_device function, the device is deregistered, and its associated idev structure is freed. However, before the idev structure is freed, another core may obtain a reference to the same idev structure, leading to a use-after-free condition and potential double-free issue. This vulnerability poses a risk for memory corruption and potential system instability. To mitigate this issue, developers can implement a minor_lock to ensure atomicity and proper reference management during idev deregistration and release processes.

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