Linux Kernel TIPC Refcount Warning Vulnerability in Network Namespace Handling

Vulnerability

A vulnerability in the Linux kernel's TIPC (Transparent Inter-Process Communication) module has been addressed. The issue was a reference count warning caused by improperly managing network namespace references during cleanup. When a TIPC discovery timer activated while the network namespace was being destroyed, it led to a use-after-free warning. This occurred because a recent change attempted to hold a reference to the network namespace, but if the namespace was already in the process of being destroyed, the reference count could be zero, causing the warning. The vulnerability has been fixed by replacing the reference call with a safer version that checks the reference count before proceeding.

Impact

Exploitation of this vulnerability could lead to a use-after-free condition, potentially allowing for memory corruption or arbitrary code execution.

Added: Jul 10, 2025, 10:01 AM
Updated: Jul 10, 2025, 10:01 AM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
0.0
relevance
0.2
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.