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
2
linux kernel
memory leak
vulnerability
kfree
kstrdup

6.6 Medium

AI Score

Confidence

High

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).

6.6 Medium

AI Score

Confidence

High

Related for UB:CVE-2022-48768