CVE-2024-56678·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copy_from_kernel_nofault() can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copy_from_kernel_nofault() can cause page faults. Since *_nofault() functions define their own fixup table for handling fault, use that instead of asking kfence to handle such faults. Hence we search the exception tables for the nip which generated the fault. If there is an entry then we let the fixup table handler handle the page fault by returning an error from within ___do_page_fault(). This can be easily triggered if someone tries to do dd from /proc/kcore. eg. dd if=/proc/kcore of=/dev/null bs=1M Some example false negatives: =============================== BUG: KFENCE: invalid read in copy_from_kernel_nofault+0x9c/0x1a0 Invalid read at 0xc0000000fdff0000: copy_from_kernel_nofault+0x9c/0x1a0 0xc00000000665f950 read_kcore_iter+0x57c/0xa04 proc_reg_read_iter+0xe4/0x16c vfs_read+0x320/0x3ec ksys_read+0x90/0x154 system_call_exception+0x120/0x310 system_call_vectored_common+0x15c/0x2ec BUG: KFENCE: use-after-free read in copy_from_kernel_nofault+0x9c/0x1a0 Use-after-free read at 0xc0000000fe050000 (in kfence-#2): copy_from_kernel_nofault+0x9c/0x1a0 0xc00000000665f950 read_kcore_iter+0x57c/0xa04 proc_reg_read_iter+0xe4/0x16c vfs_read+0x320/0x3ec ksys_read+0x90/0x154 system_call_exception+0x120/0x310 system_call_vectored_common+0x15c/0x2ec
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.12.2
- Published
- 2024-12-28
Affected versions
From: 6.12
Until: 6.12.2
Fixed in: 6.12.2
How to fix this CVE
Update your Linux kernel to version 6.12.2 or later to fix a page fault handling issue in the PowerPC memory management subsystem. This vulnerability affects systems running kernel versions 6.12 through 6.12.1 and can be triggered by accessing /proc/kcore. Apply the patch immediately to prevent potential denial of service conditions on affected PowerPC architectures.
sudo dnf check-update kernel && sudo dnf update kernelDefensia detects this vulnerability
How to check if you are affected
- Check your current kernel version with: uname -r (should show 6.12.2 or higher for patched systems)
- Verify if kfence is enabled in your kernel config: cat /proc/cmdline | grep -i kfence or cat /boot/config-$(uname -r) | grep CONFIG_KFENCE
- Search system logs for KFENCE-related page faults: grep -i 'KFENCE.*invalid read\|KFENCE.*use-after-free' /var/log/kern.log /var/log/messages
- Confirm the patch is applied by checking: grep -i '06dbbb4d5f7126b6307ab807cbf04ecfc459b933' /proc/version or verifying kernel release date matches 6.12.2+
FAQ
What is CVE-2024-56678?
This vulnerability is a page fault handling defect in the Linux kernel's PowerPC memory management that causes kfence to report false-positive memory violations when copy_from_kernel_nofault() reads unmapped kfence objects. The issue occurs specifically when reading from /proc/kcore and can generate spurious invalid-read or use-after-free warnings.
Is CVE-2024-56678 being actively exploited?
No, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog and no public exploits are available. However, it can be easily triggered through normal system operations like reading /proc/kcore.
What versions of Kernel are affected by CVE-2024-56678?
Linux kernel versions 6.12 through 6.12.1 on PowerPC architectures are affected. The fix is available in kernel version 6.12.2 and later.
How do I check if my server is vulnerable to CVE-2024-56678?
Run 'uname -r' to check your kernel version. If it shows 6.12.0 or 6.12.1, you are vulnerable. Additionally, check if kfence is enabled with 'cat /proc/cmdline | grep kfence' — if kfence is active on a PowerPC system with kernel 6.12.x, the risk is higher.
Does Defensia detect CVE-2024-56678?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server running versions 6.12 through 6.12.1, CVE-2024-56678 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/06dbbb4d5f7126b6307ab807cbf04ecfc459b933
- https://git.kernel.org/stable/c/15f78d2c3d1452645bd8b9da909b0ca266f83c43
- https://git.kernel.org/stable/c/4d2655754e94741b159aa807b72ea85518a65fd5
- https://git.kernel.org/stable/c/7eaeb7a49b6d16640f9f3c9074c05175d74c710b
- https://git.kernel.org/stable/c/9ea8d8bf9b625e8ad3be6b0432aecdc549914121
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-56678. Free for 1 server.
Get started free