CVE-2023-4622
CVSS 3.1 Score 7.0 of 10 (high)
Details
Summary
CVE-2023-4622 is a use-after-free vulnerability affecting the Linux kernel's af_unix component. This issue can be exploited to achieve local privilege escalation. The unix_stream_sendpage() function in the kernel attempts to add data to the last skb (Socket Buffer) in the peer's receive queue without locking it, leading to a race condition. In this race condition, unix_stream_sendpage() may access an skb locklessly while it is being released during garbage collection, resulting in use-after-free. To mitigate this vulnerability, it is recommended to upgrade past commit 790c2f9d15b594350ae9bca7b236f2b1859de02c.
Prevent 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.