CVE-2022-49162
published 2025-02-26CVE-2022-49162: In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes three…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.28%
20.5th percentile
In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: sm712fb: Fix crash in smtcfb_write()
When the sm712fb driver writes three bytes to the framebuffer, the
driver will crash:
BUG: unable to handle page fault for address: ffffc90001ffffff
RIP: 0010:smtcfb_write+0x454/0x5b0
Call Trace:
vfs_write+0x291/0xd60
? do_sys_openat2+0x27d/0x350
? __fget_light+0x54/0x340
ksys_write+0xce/0x190
do_syscall_64+0x43/0x90
entry_SYSCALL_64_after_hwframe+0x44/0xae
Fix it by removing the open-coded endianness fixup-code.
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.17.3-1 (bookworm) | linux 5.17.3-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < fb791514acf9070225eed46e1ccbb0aa7aae5da5 | fb791514acf9070225eed46e1ccbb0aa7aae5da5 |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < 0ec746674296c94137f074309c26d17e644c0498 | 0ec746674296c94137f074309c26d17e644c0498 |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < 1aea36a62f0a0ad67eccc945bac0bd6422ef720f | 1aea36a62f0a0ad67eccc945bac0bd6422ef720f |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < 3b36c05f68ba32d0dfb63abc9016d6fe9117829f | 3b36c05f68ba32d0dfb63abc9016d6fe9117829f |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < b1c28577529cdfad40c8242673285f1e1e4c314e | b1c28577529cdfad40c8242673285f1e1e4c314e |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < eae90015d10f0c9a47fc4adccba4cd79dce664e4 | eae90015d10f0c9a47fc4adccba4cd79dce664e4 |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < aeb635b49530b7d19e140949753409f759ba99be | aeb635b49530b7d19e140949753409f759ba99be |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < 809b8cde86320698661eec677222bc5c5df76176 | 809b8cde86320698661eec677222bc5c5df76176 |
| linux | linux | >= d7edf47947f9d921be6ca5fc8e83049124466f98 < 4f01d09b2bbfbcb47b3eb305560a7f4857a32260 | 4f01d09b2bbfbcb47b3eb305560a7f4857a32260 |
| linux | linux_kernel | < 4.9.311 | 4.9.311 |
| linux | linux_kernel | >= 0 < 5.10.113-1 | 5.10.113-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 4.10 < 4.14.276 | 4.14.276 |
| linux | linux_kernel | >= 4.15 < 4.19.238 | 4.19.238 |
| linux | linux_kernel | >= 4.20 < 5.4.189 | 5.4.189 |
| linux | linux_kernel | >= 5.11 < 5.15.33 | 5.15.33 |
| linux | linux_kernel | >= 5.16 < 5.16.19 | 5.16.19 |
| linux | linux_kernel | >= 5.17 < 5.17.2 | 5.17.2 |
| linux | linux_kernel | >= 5.5 < 5.10.110 | 5.10.110 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-7rcf-f323-7594: In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: sm712fb: Fix crash in smtcfb_write()
When the sm712fb driver write
ghsa_unreviewed·2025-10-15
CVE-2022-49162 [MEDIUM] GHSA-7rcf-f323-7594: In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: sm712fb: Fix crash in smtcfb_write()
When the sm712fb driver write
In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: sm712fb: Fix crash in smtcfb_write()
When the sm712fb driver writes three bytes to the framebuffer, the
driver will crash:
BUG: unable to handle page fault for address: ffffc90001ffffff
RIP: 0010:smtcfb_write+0x454/0x5b0
Call Trace:
vfs_write+0x291/0xd60
? do_sys_openat2+0x27d/0x350
? __fget_light+0x54/0x340
ksys_write+0xce/0x190
do_syscall_64+0x43/0x90
entry_SYSCALL_64_after_hwframe+0x44/0xae
Fix it by removing the open-coded endianness fixup-code.
OSV
CVE-2022-49162: In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes
osv·2025-02-26·CVSS 5.5
CVE-2022-49162 [MEDIUM] CVE-2022-49162: In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for address: ffffc90001ffffff RIP: 0010:smtcfb_write+0x454/0x5b0 Call Trace: vfs_write+0x291/0xd60 ? do_sys_openat2+0x27d/0x350 ? __fget_light+0x54/0x340 ksys_write+0xce/0x190 do_syscall_64+0x43/0x90 entry_SYSCALL_64_after_hwframe+0x44/0xae Fix it by removing the open-coded endianness fixup-code.
Red Hat
kernel: video: fbdev: sm712fb: Fix crash in smtcfb_write()
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49162 [MEDIUM] kernel: video: fbdev: sm712fb: Fix crash in smtcfb_write()
kernel: video: fbdev: sm712fb: Fix crash in smtcfb_write()
In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: sm712fb: Fix crash in smtcfb_write()
When the sm712fb driver writes three bytes to the framebuffer, the
driver will crash:
BUG: unable to handle page fault for address: ffffc90001ffffff
RIP: 0010:smtcfb_write+0x454/0x5b0
Call Trace:
vfs_write+0x291/0xd60
? do_sys_openat2+0x27d/0x350
? __fget_light+0x54/0x340
ksys_write+0xce/0x190
do_syscall_64+0x43/0x90
entry_SYSCALL_64_after_hwframe+0x44/0xae
Fix it by removing the open-coded endianness fixup-code.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt
Debian
CVE-2022-49162: linux - In the Linux kernel, the following vulnerability has been resolved: video: fbde...
vendor_debian·2022·CVSS 5.5
CVE-2022-49162 [MEDIUM] CVE-2022-49162: linux - In the Linux kernel, the following vulnerability has been resolved: video: fbde...
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: sm712fb: Fix crash in smtcfb_write() When the sm712fb driver writes three bytes to the framebuffer, the driver will crash: BUG: unable to handle page fault for address: ffffc90001ffffff RIP: 0010:smtcfb_write+0x454/0x5b0 Call Trace: vfs_write+0x291/0xd60 ? do_sys_openat2+0x27d/0x350 ? __fget_light+0x54/0x340 ksys_write+0xce/0x190 do_syscall_64+0x43/0x90 entry_SYSCALL_64_after_hwframe+0x44/0xae Fix it by removing the open-coded endianness fixup-code.
Scope: local
bookworm: resolved (fixed in 5.17.3-1)
bullseye: resolved (fixed in 5.10.113-1)
forky: resolved (fixed in 5.17.3-1)
sid: resolved (fixed in 5.17.3-1)
trixie: resolved (fixed in 5.17.3-1)
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/0ec746674296c94137f074309c26d17e644c0498https://git.kernel.org/stable/c/1aea36a62f0a0ad67eccc945bac0bd6422ef720fhttps://git.kernel.org/stable/c/3b36c05f68ba32d0dfb63abc9016d6fe9117829fhttps://git.kernel.org/stable/c/4f01d09b2bbfbcb47b3eb305560a7f4857a32260https://git.kernel.org/stable/c/809b8cde86320698661eec677222bc5c5df76176https://git.kernel.org/stable/c/aeb635b49530b7d19e140949753409f759ba99behttps://git.kernel.org/stable/c/b1c28577529cdfad40c8242673285f1e1e4c314ehttps://git.kernel.org/stable/c/eae90015d10f0c9a47fc4adccba4cd79dce664e4https://git.kernel.org/stable/c/fb791514acf9070225eed46e1ccbb0aa7aae5da5
2025-02-26
Published