Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
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.
Exploitation of this vulnerability could lead to a use-after-free condition, potentially allowing for memory corruption or arbitrary code execution.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.