Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2023-52840
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52840

2024-05-2116:15:21
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux kernel
synaptics-rmi4
use after free
vulnerability

6.6 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.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

13.2%