Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's devlink component was introduced by improper error handling in the xa_alloc_cyclic() function. When xa_alloc_cyclic() returned a value of 1, indicating a wraparound, the function erroneously returned ERR_PTR(1). This mistake led to a false negative when checked with IS_ERR(), potentially allowing a dereference of an unallocated pointer. The issue was not observed in real-world scenarios but was identified during code review.
The vulnerability could lead to a use-after-free condition by allowing the dereferencing of an unallocated pointer, which can cause 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.