CVE-2022-48768
N/A
N/A
Summary
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 Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 38b67e60b6b582e81f9db1b2e7176cbbfbd3e574 < 8a8878ebb596281f50fc0b9a6e1f23f0d7f154e8 | affected |
| Linux | Linux | d380dcde9a07ca5de4805dee11f58a98ec0ad6ff < d71b06aa995007eafd247626d0669b9364c42ad7 | affected |
| Linux | Linux | d380dcde9a07ca5de4805dee11f58a98ec0ad6ff < e33fa4a46ee22de88a700e2e3d033da8214a5175 | affected |
| Linux | Linux | d380dcde9a07ca5de4805dee11f58a98ec0ad6ff < df86e2fe808c3536a9dba353cc2bebdfea00d0cf | affected |
| Linux | Linux | d380dcde9a07ca5de4805dee11f58a98ec0ad6ff < e629e7b525a179e29d53463d992bdee759c950fb | affected |
| Linux | Linux | c78a2baf5e1fe1b38121d6b54bab77ccb81a1a86 | affected |
| Linux | Linux | 5.4.19 < 5.4.176 | affected |
| Linux | Linux | 5.5.6 < 5.6 | affected |
| Linux | Linux | 5.6 | affected |
| Linux | Linux | 0 < 5.6 | unaffected |
| Linux | Linux | 5.4.176 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.96 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.19 <= 5.15.* | unaffected |
| Linux | Linux | 5.16.5 <= 5.16.* | unaffected |
| Linux | Linux | 5.17 <= * | unaffected |
Weaknesses
ADP Enrichment
CVE Program Container
Additional References
- https://git.kernel.org/stable/c/8a8878ebb596281f50fc0b9a6e1f23f0d7f154e8
- https://git.kernel.org/stable/c/d71b06aa995007eafd247626d0669b9364c42ad7
- https://git.kernel.org/stable/c/e33fa4a46ee22de88a700e2e3d033da8214a5175
- https://git.kernel.org/stable/c/df86e2fe808c3536a9dba353cc2bebdfea00d0cf
- https://git.kernel.org/stable/c/e629e7b525a179e29d53463d992bdee759c950fb
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/8a8878ebb596281f50fc0b9a6e1f23f0d7f154e8
- https://git.kernel.org/stable/c/d71b06aa995007eafd247626d0669b9364c42ad7
- https://git.kernel.org/stable/c/e33fa4a46ee22de88a700e2e3d033da8214a5175
- https://git.kernel.org/stable/c/df86e2fe808c3536a9dba353cc2bebdfea00d0cf
- https://git.kernel.org/stable/c/e629e7b525a179e29d53463d992bdee759c950fb
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.