CVE-2023-54243
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54243 is a use-after-free vulnerability in the Linux kernel's netfilter ebtables subsystem, specifically in the ebt_do_table / table blob handling code. The bug occurs because find_table_lock() can return a valid table pointer with a non-zero (error) return code, causing table->private to be updated with a new blob that is then immediately freed by the caller, resulting in a use-after-free condition. It affects Linux kernel versions from approximately 3.15 up to the patched stable releases (5.10.173, 5.15.100, 6.1.18, 6.2.5, and 6.3). The vulnerability was published on December 30, 2025, and has an EPSS score of 0.00018 (very low probability of exploitation) (Feedly, EUVD).

Technical details

The root cause is a use-after-free (CWE-416) in net/bridge/netfilter/ebtables.c. The function find_table_lock() can return a valid table pointer while simultaneously setting the ret variable to a non-zero error code. The caller interprets the non-zero ret as a failure and frees the newly allocated table blob, but table->private has already been updated to point to it — leaving a dangling pointer. Syzbot detected this via KASAN, reporting a vmalloc-out-of-bounds read in __ebt_unregister_table() during network namespace cleanup. Patches are available in the Linux stable tree across multiple branches (Feedly, Kernel Patch).

Impact

Successful exploitation of this use-after-free could allow a local attacker with sufficient privileges to manipulate freed kernel memory, potentially leading to kernel crashes (denial of service) or, in more sophisticated scenarios, privilege escalation or arbitrary kernel code execution. The vulnerability is triggered in the network namespace cleanup path (cleanup_net workqueue), meaning it can manifest during normal system operations such as container teardown. The primary risk is system instability or local privilege escalation on affected Linux systems (Feedly).

Mitigation and workarounds

The Linux kernel stable team has released patches across multiple stable branches. The fix ensures that an error is not returned after table->private has already been updated, preventing the premature freeing of the blob. Patched versions include Linux 5.10.173, 5.15.100, 6.1.18, 6.2.5, and 6.3. Administrators should update to a patched kernel version as soon as possible. SUSE has also released updated kernel packages addressing this issue. As a temporary workaround where patching is not immediately possible, restricting unprivileged access to network namespaces and ebtables can reduce exposure (Feedly, Linux Security).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management