CVE-2022-48768: tracing/histogram: Fix a potential memory leak for kstrdup()
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).
Security readout for executives and security teams
Plain-English summary
CVE-2022-48768 is a Linux kernel tracing histogram memory leak. On one error path, memory allocated with kstrdup() was not freed. The public record does not provide CVSS, observed exploitation, business impact, or workaround details, so urgency should be based on kernel exposure and vendor patch status.
Executive priority
Medium operational priority until vendor impact is confirmed. This is a kernel memory leak with incomplete severity data, no KEV listing, and no sourced exploitation evidence, but kernel flaws should not be left unmanaged on critical systems.
Technical view
The flaw is in Linux kernel tracing/histogram handling. The resolved issue adds missing kfree() cleanup for memory allocated from data->params[i] via kstrdup() when an error path is taken. The source bundle lists multiple Linux stable kernel commits as references for the fix.
Likely exposure
Exposure is limited to Linux systems running affected kernel versions identified by the CVE record. The bundle names Linux as the affected product, but does not identify distributions, configurations, privileges required, or reachable attack paths.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation or public exploit use. Treat exploitation status as unconfirmed, not absent risk.
Researcher notes
Evidence is sparse. The public description supports a memory leak on an error path in tracing/histogram code, but not exploitability, privilege requirements, denial-of-service impact, or distribution-specific status. Further triage should rely on vendor kernel advisories and patch backport mapping.
Mitigation direction
Update affected Linux kernels through the normal vendor-supported channel.
Confirm the installed kernel includes the relevant upstream stable fix or vendor backport.
If immediate patching is not possible, check vendor guidance for supported mitigations.
Prioritize systems where kernel tracing features are enabled or exposed to untrusted users.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Compare running kernels against the CVE affected version data and vendor advisories.
Verify patched kernels include one of the referenced stable commits or an equivalent backport.
Document any unpatched systems and compensating vendor guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-48768 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.