Linux · Linux Kernel · CVE-2024-35823
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to unicode buffer corruption when deleting characters in the Linux kernel's vt component. This corruption can lead to a denial of service. The problem arises due to overlapping buffers and can be resolved by replacing `memcpy()` with `memmove()`.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.