CVE-2026-43028
Netfilter x_tables Name Null-Termination Flaw
Publication date: 2026-05-01
Last updated on: 2026-05-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | 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 in the Linux kernel's netfilter x_tables component involves improper handling of string names. Specifically, names that lack a null-terminating character (\0) were not properly rejected before being passed to functions expecting C-style strings. This could lead to unexpected behavior or errors.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause functions that expect null-terminated strings to process malformed input, potentially leading to crashes, memory corruption, or other unpredictable behavior in the Linux kernel's netfilter subsystem.