Linux · Linux Kernel · CVE-2021-47527
Name of the Vulnerable Software and Affected Versions:
Linux kernel (affected versions not specified)
Description:
The issue is related to a memory leak in the serial core of the Linux kernel. The problem occurs because the transmit buffer is not freed after it is closed, which can cause issues when the buffer is reopened. This can lead to indefinite waiting for the buffer to drain or the transmission of stale data. The buffer leak can also occur when a port is unbound. The port lock is held when clearing the buffer pointer due to a race condition.
Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.