PT-2026-32350 · Linux · Linux Kernel
Weiming Shi
·
Published
2026-04-13
·
Updated
2026-05-09
·
CVE-2026-31424
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the netfilter x tables component where
xt match and xt target structures registered with NFPROTO UNSPEC can be loaded by any protocol family via nft compat. When these structures use a bitmask with NF INET * constants to restrict hooks, the validation incorrectly passes for the ARP protocol because NF ARP OUT shares the same value as NF INET LOCAL IN. This allows matches to execute on ARP chains where expected hook assumptions are not met, potentially leading to NULL pointer dereferences, as seen in the devgroup mt() function.Recommendations
Restrict arptables to use only
NFPROTO ARP extensions.
As a temporary workaround, restrict the use of xt devgroup in ARP chains until the update is applied.Fix
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel