Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72254

7.5 · HIGH
Published Aug 15, 2026 EPSS 0.60% (46th pctl)

Overview

CVE-2026-72254 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_fib: reject fib expression on the netdev egress hook

A fib expression in a netdev egress base chain dereferences nft_in(pkt),

NULL on the transmit path, causing a NULL pointer dereference at eval.

nft_fib_validate() masks the hook with NF_INET_* values, but netdev hook

numbers are a separate enum that aliases them (NF_NETDEV_EGRESS ==

NF_INET_LOCAL_IN), so an egress chain passes validation and then faults.

Add nft_fib_netdev_validate() that limits each result/flag to the netdev

hook where the device it reads exists: the input-device cases (OIF,

OIFNAME, ADDRTYPE with F_IIF) to ingress, the output-device case (ADDRTYPE

with F_OIF) to egress, ADDRTYPE with no device flag to both. Also restrict

nft_fib_validate() to NFPROTO_IPV4/IPV6/INET so its NF_INET_* masks are

not applied to another family's hooks.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72254?

CVE-2026-72254 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-72254?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72254?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72254?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72254 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.