Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's SunRPC module could lead to memory leaks. The issue arises in the `rpc_sysfs_xprt_state_change()` function, where error handling paths may cause reference count leaks. Specifically, when the function fails to retrieve the `xprt` object, it returns 0 without decreasing the reference count of the `xps` object, which can lead to memory being improperly released. Additionally, the function does not validate the `xps` object before use, potentially causing NULL dereference errors. The vulnerability has been addressed by improving error handling to check for NULL values in `xprt` and `xps`.
The vulnerability can cause memory leaks, which may lead to increased memory usage and potential exhaustion of system resources.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.