Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-35823
HistoryMay 17, 2024 - 2:15 p.m.

CVE-2024-35823

2024-05-1714:15:17
Debian Security Bug Tracker
security-tracker.debian.org
6
linux kernel
vulnerability
cve-2024-35823
resolved
buffer corruption
unicode
memory overlapping

AI Score

7

Confidence

High

EPSS

0

Percentile

13.0%

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 (“vt: fix memory overlapping when deleting chars in the buffer”). The cure is also the same i.e. replace memcpy() with memmove() due to the overlaping buffers.