Lucene search

K
ubuntucveUbuntu.comUB:CVE-2023-52840
HistoryMay 21, 2024 - 12:00 a.m.

CVE-2023-52840

2024-05-2100:00:00
ubuntu.com
ubuntu.com
2
linux kernel
vulnerability
cve-2023-52840
resolved
synaptics-rmi4
use after free
rmi_unregister_function
put_device
fix

6.8 Medium

AI Score

Confidence

High

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.8 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%

Related for UB:CVE-2023-52840