Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48768
HistoryJun 20, 2024 - 12:00 a.m.

CVE-2022-48768

2024-06-2000:00:00
ubuntu.com
ubuntu.com
linux kernel
memory leak
vulnerability
kfree
kstrdup

7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.7%

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

High

0.0004 Low

EPSS

Percentile

15.7%

Related for UB:CVE-2022-48768