CVE-2024-27065·Kernel vulnerability
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.8.2
- Published
- 2024-05-01
Affected versions
From: 6.8
Until: 6.8.2
Fixed in: 6.8.2
How to fix this CVE
Update your Linux kernel to version 6.8.2 or later to resolve a netfilter transaction handling issue that could allow privilege escalation. Systems running kernel versions 6.8 through 6.8.1 should prioritize this patch, as the vulnerability affects internal table flag comparison logic in the nf_tables subsystem. Apply the update through your distribution's package manager and reboot to activate the patched kernel.
sudo dnf check-update kernel && sudo dnf update kernel && sudo rebootDefensia detects this vulnerability
How to check if you are affected
- Check your current kernel version: uname -r
- Verify if you are running a vulnerable version: if output shows 6.8.0 or 6.8.1, your system is vulnerable
- Confirm nf_tables module is loaded: lsmod | grep nf_tables (if output is non-empty, the vulnerable component is active)
- After patching, confirm the new kernel is booted: uname -r should show 6.8.2 or later; verify with: cat /proc/version
FAQ
What is CVE-2024-27065?
This vulnerability is a netfilter transaction handling flaw in the Linux kernel's nf_tables subsystem where internal table flags were incorrectly compared during updates. This could allow a local privilege escalation when a user with limited privileges modifies firewall table configurations.
Is CVE-2024-27065 being actively exploited?
No, this CVE is not currently listed as actively exploited according to CISA's Known Exploited Vulnerabilities catalog, and no public exploits are available.
What versions of Kernel are affected by CVE-2024-27065?
Linux kernel versions 6.8.0 and 6.8.1 are vulnerable. The patch was included starting with kernel version 6.8.2.
How do I check if my server is vulnerable to CVE-2024-27065?
Run 'uname -r' and check if the output shows kernel 6.8.0 or 6.8.1; if it does, your system is vulnerable. Additionally, verify nf_tables is loaded with 'lsmod | grep nf_tables'.
Does Defensia detect CVE-2024-27065?
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-27065 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/2531f907d3e40a6173090f10670ae76d117ab27b
- https://git.kernel.org/stable/c/3443e57654f90c9a843ab6a6040c10709fd033aa
- https://git.kernel.org/stable/c/4a0e7f2decbf9bd72461226f1f5f7dcc4b08f139
- https://git.kernel.org/stable/c/4d37f12707ee965d338028732575f0b85f6d9e4f
- https://git.kernel.org/stable/c/640dbf688ba955e83e03de84fbdda8e570b7cce4
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-27065. Free for 1 server.
Get started free