CVE-2023-53745
Awaiting Analysis
Awaiting Analysis - Queue
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
um: vector: Fix memory leak in vector_config
If the return value of the uml_parse_vector_ifspec function is NULL,
we should call kfree(params) to prevent memory leak.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Currently, no data is known.
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 'vector_config' component. Specifically, if the function uml_parse_vector_ifspec returns NULL, the code fails to free allocated memory (params), leading to a memory leak. The fix involves calling kfree(params) to properly release memory and prevent the leak.
How can this vulnerability impact me? :
The memory leak could cause increased memory usage over time, potentially leading to degraded system performance or instability if the kernel repeatedly leaks memory without freeing it.
Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70