CVE-2026-74288
Received Received - Intake

Linux Kernel Fib Rules Dying Reference Count Issue

Vulnerability report for CVE-2026-74288, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw in the fib_rules_dump() function where a dying fib_rule is incorrectly dumped during an RCU operation. The issue occurs because rocker_router_fib_event() calls fib_rule_get(), which attempts to increment the reference count of a fib_rule that is already in the process of being removed. This causes refcount_inc() to issue a warning since the rule is dying.

Detection Guidance

This vulnerability is specific to the Linux kernel's fib_rules implementation and may not have direct detection commands. Monitor kernel logs for refcount_inc() warnings related to fib_rule during network operations. Check for crashes or warnings in network-related processes.

Impact Analysis

This vulnerability could lead to kernel warnings or errors during network operations involving fib_rules. It may cause instability or crashes in systems using the Linux kernel, particularly those with advanced networking features like the rocker driver. Users might experience network disruptions or system hangs.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a Linux kernel issue related to fib_rules and does not involve data exposure or privacy violations.

Mitigation Strategies

Apply the latest Linux kernel security updates to patch this issue. If immediate patching is not possible, consider disabling or restricting network rule modifications until the update is applied. Monitor system logs for related errors.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74288. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart