CVE-2023-54243
Use-After-Free Vulnerability in Linux Kernel ebtables Netfilter Module
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 is a use-after-free bug in the Linux kernel's netfilter ebtables component. Specifically, the code updates a table's private data with a new blob but then frees that blob immediately afterward, leading to a situation where the system may access freed memory. This can cause memory corruption or crashes. The issue arises because a function that finds a table can return a valid table with a non-zero return code, which was not properly handled, resulting in the premature freeing of the blob.
How can this vulnerability impact me? :
This vulnerability can lead to memory corruption or kernel crashes due to use-after-free errors in the Linux kernel's netfilter ebtables code. Such instability can affect system reliability and potentially be exploited to cause denial of service or escalate privileges, depending on the attacker's capabilities and system configuration.