CVE-2026-72421

Source
https://cve.org/CVERecord?id=CVE-2026-72421
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72421.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72421
Downstream
Published
2026-08-15T05:56:40.466Z
Modified
2026-08-18T03:56:43.138714121Z
Severity
  • 10.0 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N CVSS Calculator
Summary
ipv4: fib: Don't ignore error route in local/main tables.
Details

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

ipv4: fib: Don't ignore error route in local/main tables.

When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup() performs route lookup directly on two tables.

Since the first lookup does not properly bail out, the result of an error route in the merged local/main table could be overwritten by another route in the default table:

# unshare -n # ip link set lo up # ip route add 192.168.0.0/24 dev lo table 253 # ip route add unreachable 192.168.0.0/24 # ip route get 192.168.0.1 192.168.0.1 dev lo table default uid 0 cache <local>

Once a random rule is added, the error route is respected:

# ip rule add table 0 # ip rule del table 0 # ip route get 192.168.0.1 RTNETLINK answers: No route to host

Let's fix the inconsistent behaviour.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72421.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f4530fa574df4d833506c53697ed1daa0d390bf4
Fixed
a29e95fbc51e8a1b932773fd0e259b2080881443
Fixed
5ae18d87a45698e8244d0fcba64c658c35a7dd3d
Fixed
9127589aabdee588278e8d0d0bd3709a760a92c8
Fixed
49eaf1403201357762d745a35882fb734107d763
Fixed
fd25996f57a95d56bc568c89b4921edcf334b7d8
Fixed
828fad4fd418bcdb9f5d66fec0d184c52a85ec31
Fixed
a668fa160247d7bbe921548cb845f607b8b9305f
Fixed
b72f0db64205d9ce462038ba995d5d31eff32dc1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72421.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.6.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72421.json"