Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Nicolas Pitre

#48348of 53,632
5.3Total CVSS
Vulnerabilities · 1
PT-2024-8358
5.3
2024-03-02
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.