CVE-2024-49900
📋 TL;DR
This vulnerability in the Linux kernel's JFS filesystem allows attackers to read uninitialized memory from the kernel stack, potentially leaking sensitive information. It affects systems using the JFS filesystem with the affected kernel versions. The issue occurs when handling extended attributes, allowing local attackers to exploit the flaw.
💻 Affected Systems
- Linux kernel
📦 What is this software?
Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →⚠️ Risk & Real-World Impact
Worst Case
Kernel memory disclosure leading to privilege escalation or sensitive data exposure, potentially enabling further attacks.
Likely Case
Information disclosure of kernel memory contents, which could reveal sensitive data or system state information.
If Mitigated
Limited impact with proper access controls preventing local user access to affected systems.
🎯 Exploit Status
Requires local access and ability to manipulate extended attributes on JFS filesystem.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Multiple stable kernel versions with fixes: 2b59ffad47db, 6041536d18c5, 7b24d41d47a6, 7c244d5b4828, 8ad8b531de79
Vendor Advisory: https://git.kernel.org/stable/c/2b59ffad47db1c46af25ccad157bb3b25147c35c
Restart Required: Yes
Instructions:
1. Update Linux kernel to patched version from your distribution's repositories. 2. Reboot system to load new kernel. 3. Verify kernel version after reboot.
🔧 Temporary Workarounds
Disable JFS filesystem
linuxPrevent loading of JFS kernel module to mitigate vulnerability
echo 'blacklist jfs' >> /etc/modprobe.d/blacklist-jfs.conf
rmmod jfs
🧯 If You Can't Patch
- Restrict local user access to systems using JFS filesystem
- Implement strict access controls on JFS-mounted filesystems
🔍 How to Verify
Check if Vulnerable:
Check if JFS filesystem is in use: 'mount | grep -i jfs' or 'lsmod | grep jfs'
Check Version:
uname -r
Verify Fix Applied:
Check kernel version against patched versions from git.kernel.org references
📡 Detection & Monitoring
Log Indicators:
- Kernel oops messages related to JFS or lzo1x_1_do_compress
- System crash reports mentioning uninit-value
Network Indicators:
- None - local vulnerability only
SIEM Query:
Search for kernel logs containing 'uninit-value' or 'KMSAN' with JFS context
🔗 References
- https://git.kernel.org/stable/c/2b59ffad47db1c46af25ccad157bb3b25147c35c
- https://git.kernel.org/stable/c/6041536d18c5f51a84bc37cd568cbab61870031e
- https://git.kernel.org/stable/c/7b24d41d47a6805c45378debf8bd115675d41da8
- https://git.kernel.org/stable/c/7c244d5b48284a770d96ff703df2dfeadf804a73
- https://git.kernel.org/stable/c/8ad8b531de79c348bcb8133e7f5e827b884226af
- https://git.kernel.org/stable/c/8b1dcf25c26d42e4a68c4725ce52a0543c7878cc
- https://git.kernel.org/stable/c/c076b3746224982eebdba5c9e4b1467e146c0d64
- https://git.kernel.org/stable/c/d7444f91a9f93eaa48827087ed0f3381c194181d
- https://git.kernel.org/stable/c/dac398ed272a378d2f42ac68ae408333a51baf52
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
- https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html