CVE-2026-72254
Last modified
CVE-2026-72254 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 42df6e1d221dddc0f2acf2be37e68d553ad65f96, < 4fee43759b489559a491f7c95f9bfa7a1d0c7a10; >= 42df6e1d221dddc0f2acf2be37e68d553ad65f96, < 568931f26af4727a51e8521f72efbc78d3b82410; >= 42df6e1d221dddc0f2acf2be37e68d553ad65f96, < d01c913febead04a01a5f3a6374d1f45504dc523; >= 42df6e1d221dddc0f2acf2be37e68d553ad65f96, < f68305267ebda7e839b5e8f77e8d77535a3d5a0f; >= 42df6e1d221dddc0f2acf2be37e68d553ad65f96, < d07955dd34ecae17d35d8c7d0a273a3fba653a8c |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72254?
How severe is CVE-2026-72254?
How do I fix CVE-2026-72254?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72249In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7225A weakness has been identified in SourceCodester Pizzafy Eco…7.3
- CVE-2026-72250In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72251In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72252In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72253In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72255In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72256In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7226A security vulnerability has been detected in SourceCodester…7.3
Are you affected by CVE-2026-72254?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
