Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48907
HistoryAug 22, 2024 - 1:30 a.m.

CVE-2022-48907 auxdisplay: lcd2s: Fix memory leak in ->remove()

2024-08-2201:30:45
Linux
github.com
1
linux kernel
cve-2022-48907
vulnerability
resolved
auxdisplay
lcd2s
memory leak
devm_kzalloc

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

auxdisplay: lcd2s: Fix memory leak in ->remove()

Once allocated the struct lcd2s_data is never freed.
Fix the memory leak by switching to devm_kzalloc().

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial