cve/2024/CVE-2024-35823.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2024-35823

Description

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

POC

Reference

Github

No PoCs found on GitHub currently.