Tracker / CVE-2022-48768
CVE-2022-48768
Medium 5.5
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).
Affected products and versions
| linux | linux_kernel |
|---|---|
| linux | linux_kernel · 5.11 → 5.15.19 |
| linux | linux_kernel · 5.16 → 5.16.5 |
| linux | linux_kernel · 5.4.19 → 5.4.176 |
| linux | linux_kernel · 5.6 → 5.10.96 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.