Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A data-race vulnerability has been identified in the Linux kernel's cipso implementation, specifically related to sysctl variables. When these variables are read, they can be concurrently modified, leading to potential inconsistencies. To address this issue, the READ_ONCE() function needs to be added to the code to prevent such data-races.
Exploitation of this vulnerability could lead to data inconsistency issues, where sysctl variables are read while being concurrently modified, potentially causing unexpected behavior in the system.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.