CVE-2023-54200
Use-After-Free in Linux Kernel nf_tables netdev Hooks Causes Memory Corruption
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's netfilter nf_tables subsystem. When a virtual Ethernet (veth) device is released, its release callback queues the peer network namespace (netns) device for removal. If the peer netns is also being removed, the device memory may be freed before the pre-exit hook runs, leading to a use-after-free bug. This can cause a kernel memory access error (KASAN slab-use-after-free) during the cleanup process, potentially destabilizing the system.
How can this vulnerability impact me? :
This vulnerability can lead to a use-after-free condition in the Linux kernel, which may cause system instability, crashes, or potential kernel memory corruption. Such issues could affect the reliability and security of systems running vulnerable kernel versions, possibly leading to denial of service or other unpredictable behavior.