Vulnerability in Linux
CVE-2022-49004
In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAP_STACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is allocated in a new PGD (one that was not present at the moment of the efi page table creation or not synced in a previous vmalloc fault), the kernel will take a trap when switching to the efi page table when the vmalloc kernel stack is accessed, resulting in a kernel panic. Fix that by updating the efi kernel mappings before switching to the efi page table.
EPSS: 0.002 (15.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions b91540d52a08b65eb6a2b09132e1bd54fa82754c, 5.10, 0
- Linux Linux_kernel — versions 6.1
References
Frequently asked questions
- What is CVE-2022-49004?
- CVE-2022-49004 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-10-21.
- How severe is CVE-2022-49004?
- Medium severity. CVSS v3 base score is 5.5 out of 10.