Lucene search

K
redhatcveRedhat.comRH:CVE-2023-52840
HistoryMay 23, 2024 - 11:13 a.m.

CVE-2023-52840

2024-05-2311:13:21
redhat.com
access.redhat.com
3
linux
kernel
vulnerability
synaptics-rmi4
use after free

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() The put_device() calls rmi_release_function() which frees “fn” so the dereference on the next line “fn->num_of_irqs” is a use after free. Move the put_device() to the end to fix this.

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%

Related for RH:CVE-2023-52840