You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
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.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
Added
CPE Configuration
OR
*cpe:2.3:o:linux:linux_kernel:5.19:rc1:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:5.19:rc2:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:5.19:rc3:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:5.19:rc4:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:5.19:rc5:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:5.19:rc6:*:*:*:*:*:*
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.274
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.132
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.56
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 5.18.13
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.7 up to (including) 4.19.312
New CVE Received from kernel.org3/02/2024 5:15:46 PM
Action
Type
Old Value
New Value
Added
Description
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.
Added
Reference
Linux https://git.kernel.org/stable/c/14d2cc21ca622310babf373e3a8f0b40acfe8265 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/39cdb68c64d84e71a4a717000b6e5de208ee60cc [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/57964a5710252bc82fe22d9fa98c180c58c20244 [No types assigned]
Added
Reference
Linux https://git.kernel.org/stable/c/bfee93c9a6c395f9aa62268f1cedf64999844926 [No types assigned]
Quick Info
CVE Dictionary Entry: CVE-2022-48627 NVD
Published Date: 03/02/2024 NVD
Last Modified: 04/29/2025
Source: kernel.org