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

net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().

rocker_router_fib_event() calls fib_rule_get() during RCU dump.

If the fib_rule is dying, refcount_inc() will complain about it.

Let's call refcount_inc_not_zero() in fib_rules_dump().
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An issue in the Linux kernel’s networking subsystem allows the reference count of a fib_rule object to be increased while the object is in the process of being freed. The race between the RCU dump path (fib_rules_dump) and the deletion of the rule leads to a refcount assertion failure, causing the kernel to panic. The weakness is a misuse of reference counting that can be classified as CWE-416 (Use After Free), CWE-754 (Race condition between acquisition and release of a resource), and CWE-911. The immediate outcome is a kernel crash, which manifests as a denial of service to any processes that were running on the affected machine.

Affected Systems

Any Linux kernel version that contains the fib_rules_dump routine prior to the patch is potentially vulnerable. All distributions shipping a default kernel include this code path; the exact affected version range is not specified, so systems running older kernels should be assumed at risk until the fix is applied.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of <1% suggests a low but non‑zero likelihood of exploitation at the time of this analysis. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is a local or privileged user capable of invoking a network configuration change that triggers fib_rules_dump during a concurrent deletion of a fib_rule. All other claims regarding remote exploitation are inferred and not directly supported by the provided text.

Generated by OpenCVE AI on August 22, 2026 at 00:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version where fib_rules_dump uses refcount_inc_not_zero to prevent the failing reference count increment.
  • If an immediate kernel update is unavailable, avoid performing routing or fib rule operations that could trigger fib_rules_dump while rules are being modified, and consider rebooting the system to clear any transient references.
  • Restrict routing configuration changes to trusted, privileged users so that concurrent deletion and dump conditions are unlikely to occur.

Generated by OpenCVE AI on August 22, 2026 at 00:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
CWE-754

Mon, 17 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: fib_rules: Don't dump dying fib_rule in fib_rules_dump(). rocker_router_fib_event() calls fib_rule_get() during RCU dump. If the fib_rule is dying, refcount_inc() will complain about it. Let's call refcount_inc_not_zero() in fib_rules_dump().
Title net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:45:27.821Z

Reserved: 2026-08-15T05:44:03.881Z

Link: CVE-2026-74288

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:28.343

Modified: 2026-08-17T06:19:22.723

Link: CVE-2026-74288

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74288 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T01:00:13Z

Weaknesses
  • CWE-416

    Use After Free

  • CWE-754

    Improper Check for Unusual or Exceptional Conditions

  • CWE-911

    Improper Update of Reference Count