CVE-2024-27407·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fixed overflow check in mi_enum_attr()
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.7.7
- Published
- 2024-05-17
Affected versions
From: 6.7
Until: 6.7.7
Fixed in: 6.7.7
How to fix this CVE
CVE-2024-27407 is a buffer overflow vulnerability in the NTFS3 filesystem driver's attribute enumeration function that can allow local attackers to escalate privileges or crash the system. Update your Linux kernel to version 6.7.7 or later to apply the integer overflow check fix in mi_enum_attr(). Users running kernel versions 6.7 through 6.7.6 should prioritize this security patch.
sudo dnf update kernel kernel-develDefensia detects this vulnerability
How to check if you are affected
- Step 1: Check your current kernel version by running: uname -r — look for versions 6.7.0 through 6.7.6
- Step 2: Verify if NTFS3 filesystem support is enabled in your kernel: grep -i ntfs3 /boot/config-$(uname -r) — if it shows CONFIG_NTFS3=y or CONFIG_NTFS3=m, your system is potentially vulnerable
- Step 3: Check system logs for NTFS3-related errors or NULL pointer dereference messages: sudo dmesg | grep -i ntfs3 or sudo journalctl -u kernel | grep -i ntfs3
- Step 4: After patching, confirm the new kernel version is running: uname -r — it should show 6.7.7 or higher
FAQ
What is CVE-2024-27407?
CVE-2024-27407 is an integer overflow vulnerability in the Linux kernel's NTFS3 filesystem driver within the mi_enum_attr() function that fails to properly validate bounds when enumerating file attributes, potentially allowing privilege escalation or system crashes for local attackers.
Is CVE-2024-27407 being actively exploited?
No, according to CISA's Known Exploited Vulnerabilities catalog, CVE-2024-27407 is not currently being actively exploited in the wild, and no public exploits have been released.
What versions of Kernel are affected by CVE-2024-27407?
Linux kernel versions 6.7.0 through 6.7.6 are vulnerable. Version 6.7.7 and later contain the fix.
How do I check if my server is vulnerable to CVE-2024-27407?
Run uname -r to check your kernel version — if it shows 6.7.0 to 6.7.6 and NTFS3 is enabled (grep CONFIG_NTFS3 /boot/config-$(uname -r)), your system is vulnerable.
Does Defensia detect CVE-2024-27407?
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-2024-27407 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/1c0a95d99b1b2b5d842e5abc7ef7eed1193b60d7
- https://git.kernel.org/stable/c/652cfeb43d6b9aba5c7c4902bed7a7340df131fb
- https://git.kernel.org/stable/c/8c77398c72618101d66480b94b34fe9087ee3d08
- https://git.kernel.org/stable/c/e99faa97359654b6e4e769246c72cf50a57e05b2
- https://git.kernel.org/stable/c/1c0a95d99b1b2b5d842e5abc7ef7eed1193b60d7
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-27407. Free for 1 server.
Get started free