CVE-2022-49560·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: exfat: check if cluster num is valid Syzbot reported slab-out-of-bounds read in exfat_clear_bitmap. This was triggered by reproducer calling truncute with size 0, which causes the following trace: BUG: KASAN: slab-out-of-bounds in exfat_clear_bitmap+0x147/0x490 fs/exfat/balloc.c:174 Read of size 8 at addr ffff888115aa9508 by task syz-executor251/365 Call Trace: __dump_stack lib/dump_stack.c:77 [inline] dump_stack_lvl+0x1e2/0x24b lib/dump_stack.c:118 print_address_description+0x81/0x3c0 mm/kasan/report.c:233 __kasan_report mm/kasan/report.c:419 [inline] kasan_report+0x1a4/0x1f0 mm/kasan/report.c:436 __asan_report_load8_noabort+0x14/0x20 mm/kasan/report_generic.c:309 exfat_clear_bitmap+0x147/0x490 fs/exfat/balloc.c:174 exfat_free_cluster+0x25a/0x4a0 fs/exfat/fatent.c:181 __exfat_truncate+0x99e/0xe00 fs/exfat/file.c:217 exfat_truncate+0x11b/0x4f0 fs/exfat/file.c:243 exfat_setattr+0xa03/0xd40 fs/exfat/file.c:339 notify_change+0xb76/0xe10 fs/attr.c:336 do_truncate+0x1ea/0x2d0 fs/open.c:65 Move the is_valid_cluster() helper from fatent.c to a common header to make it reusable in other *.c files. And add is_valid_cluster() to validate if cluster number is within valid range in exfat_clear_bitmap() and exfat_set_bitmap().
- Severity
- high
- Software
- Kernel
- Fixed in
- 5.18.2
- Published
- 2025-02-26
Affected versions
From: 5.18
Until: 5.18.2
Fixed in: 5.18.2
How to fix this CVE
Update your Linux kernel to version 5.18.2 or later to resolve this out-of-bounds memory access vulnerability in the exFAT filesystem handler. This patch adds proper cluster number validation in bitmap operations, preventing kernel memory corruption during file truncation operations. Systems running kernel versions 5.18.0 through 5.18.1 should prioritize this update.
sudo dnf check-update kernel && sudo dnf update kernelDefensia detects this vulnerability
How to check if you are affected
- Check installed kernel version: uname -r
- Verify kernel is in vulnerable range (5.18.0-5.18.1): if output starts with '5.18.0' or '5.18.1', system is vulnerable
- Check for exFAT filesystem mounts: mount | grep exfat
- After patching, verify new kernel loaded: reboot && uname -r (should show 5.18.2 or higher)
- Confirm no KASAN errors in dmesg related to exfat_clear_bitmap: dmesg | grep -i 'exfat_clear_bitmap\|slab-out-of-bounds'
FAQ
What is CVE-2022-49560?
CVE-2022-49560 is a memory safety vulnerability in the Linux kernel's exFAT filesystem implementation where insufficient cluster number validation causes out-of-bounds memory reads during bitmap operations, potentially leading to kernel crashes or information disclosure.
Is CVE-2022-49560 being actively exploited?
No, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, and no public exploits are currently available. Exploitation requires local access and knowledge of triggering specific exFAT truncation conditions.
What versions of Kernel are affected by CVE-2022-49560?
Linux kernel versions 5.18.0, 5.18.1, and 5.18.2-rc1 are affected. The fix was released in kernel 5.18.2. Earlier and later stable kernel series are not impacted.
How do I check if my server is vulnerable to CVE-2022-49560?
Run 'uname -r' and check if output matches 5.18.0 or 5.18.1. If your kernel version is 5.18.2 or higher, or uses a different version series, you are not vulnerable.
Does Defensia detect CVE-2022-49560?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2022-49560 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/2193286402df2d9c53294f7a858d5e6fd7346e08
- https://git.kernel.org/stable/c/64ba4b15e5c045f8b746c6da5fc9be9a6b00b61d
- https://git.kernel.org/stable/c/7c58b14b6f9cde9f69e7fa053ab73f6e013a7131
- https://git.kernel.org/stable/c/82f723b8a5adf497f9e34c702a30ca7298615654
- https://git.kernel.org/stable/c/c504167adc3248095a905fa0700a9693897cb5ed
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2022-49560. Free for 1 server.
Get started free