Lucene search

K
redhatcveRedhat.comRH:CVE-2022-48768
HistoryJun 20, 2024 - 2:27 p.m.

CVE-2022-48768

2024-06-2014:27:17
redhat.com
access.redhat.com
1
linux
kernel
memory leak

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.6%

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup() kfree() is missing on an error path to free the memory allocated by kstrdup(): p = param = kstrdup(data->params[i], GFP_KERNEL); So it is better to free it via kfree(p).

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.6%

Related for RH:CVE-2022-48768