CVE-2023-53793
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's perf tool for x86 architecture. Specifically, the perf_env component was leaking memory when reading CPU identification information, as detected by LeakSanitizer. The issue involves a small amount of memory (21 bytes) being allocated but not freed properly, which could lead to inefficient memory usage.
How can this vulnerability impact me? :
The impact of this vulnerability is a memory leak in the perf tool, which could cause increased memory usage over time when the tool is used. While the leak is small (21 bytes), repeated use could lead to resource exhaustion or degraded system performance if not addressed.