CVE-2023-53745
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

Vulnerability report for CVE-2023-53745, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-08

Last updated on: 2025-12-08

Assigner: kernel.org

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

Published
2025-12-08
Last Modified
2025-12-08
Generated
2026-07-06
AI Q&A
2025-12-08
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53745. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart