Lucene search

K
ubuntucveUbuntu.comUB:CVE-2022-48627
HistoryMar 02, 2024 - 12:00 a.m.

CVE-2022-48627

2024-03-0200:00:00
ubuntu.com
ubuntu.com
10
linux kernel
vulnerability resolved
memory overlapping
data corruption
scr_memmovew
unix

AI Score

6.8

Confidence

High

EPSS

0

Percentile

10.3%

In the Linux kernel, the following vulnerability has been resolved: vt: fix
memory overlapping when deleting chars in the buffer A memory overlapping
copy occurs when deleting a long line. This memory overlapping copy can
cause data corruption when scr_memcpyw is optimized to memcpy because
memcpy does not ensure its behavior if the destination buffer overlaps with
the source buffer. The line buffer is not always broken, because the memcpy
utilizes the hardware acceleration, whose result is not deterministic. Fix
this problem by using replacing the scr_memcpyw with scr_memmovew.

Rows per page:
1-10 of 431