
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52840 is a use-after-free vulnerability discovered in the Linux kernel's Synaptics RMI4 input driver. The vulnerability was identified on May 21, 2024, specifically in the rmi_unregister_function() function. The issue affects the Linux kernel's input handling system, particularly the Synaptics touchpad driver implementation (CVE Details).
The vulnerability occurs in the rmi_unregister_function() where put_device() calls rmi_release_function() which frees the 'fn' pointer, leading to a use-after-free condition when attempting to access fn->num_of_irqs on the subsequent line. The issue was traced back to the commit that converted IRQ distribution to irq_domain (Kernel Commit).
A use-after-free vulnerability can potentially lead to system crashes, memory corruption, or potential privilege escalation, though the specific impact in this case is primarily related to the system's input handling subsystem (CVE Details).
The vulnerability requires local access to the system to be exploited, as it affects the kernel's input subsystem handling for Synaptics touchpad devices (CVE Details).
The fix involves moving the put_device() call to the end of the function after all accesses to the fn structure have been completed. This patch has been merged into the Linux kernel (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."