vendor:
by:
Georgi Guninski
5.5
CVSS
MEDIUM
Memory Leak
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2004
Memory Leak in the program
This program contains a memory leak vulnerability. The vulnerability occurs when the program repeatedly allocates memory without freeing it, leading to a gradual increase in memory usage over time. An attacker can exploit this vulnerability to exhaust the available memory resources, causing a denial of service condition. This vulnerability was discovered by Georgi Guninski.
Mitigation:
To mitigate this vulnerability, the program should ensure that memory allocated is properly freed after use. This can be done by using appropriate memory management techniques such as deallocating memory using free() function.