CVE-2022-48627
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < c8686c014b5e872ba7e334f33ca553f14446fc29 | affected |
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < 815be99d934e3292906536275f2b8d5131cdf52c | affected |
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < bfee93c9a6c395f9aa62268f1cedf64999844926 | affected |
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < 57964a5710252bc82fe22d9fa98c180c58c20244 | affected |
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < 14d2cc21ca622310babf373e3a8f0b40acfe8265 | affected |
| Linux | Linux | 81732c3b2fede049a692e58a7ceabb6d18ffb18c < 39cdb68c64d84e71a4a717000b6e5de208ee60cc | affected |
| Linux | Linux | 3.7 | affected |
| Linux | Linux | 0 < 3.7 | unaffected |
| Linux | Linux | 4.19.312 <= 4.19.* | unaffected |
| Linux | Linux | 5.4.274 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.132 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.56 <= 5.15.* | unaffected |
| Linux | Linux | 5.18.13 <= 5.18.* | unaffected |
| Linux | Linux | 5.19 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
CVE Program Container
Additional References
- https://git.kernel.org/stable/c/c8686c014b5e872ba7e334f33ca553f14446fc29
- https://git.kernel.org/stable/c/815be99d934e3292906536275f2b8d5131cdf52c
- https://git.kernel.org/stable/c/bfee93c9a6c395f9aa62268f1cedf64999844926
- https://git.kernel.org/stable/c/57964a5710252bc82fe22d9fa98c180c58c20244
- https://git.kernel.org/stable/c/14d2cc21ca622310babf373e3a8f0b40acfe8265
- https://git.kernel.org/stable/c/39cdb68c64d84e71a4a717000b6e5de208ee60cc
- https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html
References
- https://git.kernel.org/stable/c/c8686c014b5e872ba7e334f33ca553f14446fc29
- https://git.kernel.org/stable/c/815be99d934e3292906536275f2b8d5131cdf52c
- https://git.kernel.org/stable/c/bfee93c9a6c395f9aa62268f1cedf64999844926
- https://git.kernel.org/stable/c/57964a5710252bc82fe22d9fa98c180c58c20244
- https://git.kernel.org/stable/c/14d2cc21ca622310babf373e3a8f0b40acfe8265
- https://git.kernel.org/stable/c/39cdb68c64d84e71a4a717000b6e5de208ee60cc
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.