Fastream · Fstream · CVE-2020-25340
Name of the Vulnerable Software and Affected Versions:
NFStream version 5.2.0
Description:
An issue in NFStream causes a memory leak due to allocated modules not being correctly freed. This occurs when the nfstream object is directly destroyed without being used after creation, potentially resulting in a local denial of service (DoS).
Recommendations:
For NFStream version 5.2.0, ensure the nfstream object is used after creation before destroying it to prevent the memory leak. As a temporary workaround, consider implementing proper memory management for allocated modules to minimize the risk of exploitation.