CVE-2024-35823

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35823
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35823.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35823
Downstream
Related
Published
2024-05-17T14:15:17Z
Modified
2025-08-09T20:01:25Z
Summary
[none]
Details

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.

References

Affected packages