AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72416

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's netfilter component, specifically within the nft_compat layer, which improperly handles ebtables emulation by allowing non-bridge targets to be processed, contrary to intended behavior. This oversight can lead to incorrect packet handling, potentially compromising network security by allowing unauthorized traffic. System administrators and developers managing Linux-based systems with netfilter configurations should prioritize addressing this issue to ensure proper network traffic control and security.

CVE
CVE-2026-72416
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_compat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NF_ACCEPT, NF_DROP, and so on. ebtables targets return incompatible verdicts: EBT_ACCEPT, EBT_DROP, ... We cannot allow fallback to NFPROTO_UNSPEC. ebtables doesn't permit this since 11ff7288beb2 ("netfilter: ebtables: reject non-bridge targets") but that commit missed the nft_compat layer.