Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of the xa_alloc_cyclic() function has been addressed. The issue arose because the function could return 1, indicating a wraparound, which would be interpreted as a valid pointer (ERR_PTR(1)). This misinterpretation could lead to a dereference of an unallocated pointer. The vulnerability was fixed by adding a check to ensure that the error value is less than zero before proceeding. This issue was not encountered in real-world scenarios but was identified during code review.
The vulnerability could lead to a use-after-free condition by allowing the dereference of an unallocated pointer, potentially causing memory corruption.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.