Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A memory leak vulnerability has been identified in the Linux kernel's NFC subsystem, specifically within the nfcmrvl I2C NCI send function. The issue arises because the function nfcmrvl_nci_send() calls nfcmrvl_i2c_nci_send() without properly managing memory. While nfcmrvl_i2c_nci_send() is responsible for freeing the socket buffer (skb), this only occurs if the I2C master send operation is successful. As a result, if the I2C master send fails, the skb is not freed, leading to a memory leak. The vulnerability has been addressed by modifying the function to free the skb regardless of the I2C master's send operation outcome.
Exploitation of this vulnerability can lead to a memory leak, where allocated memory is not properly released, potentially causing increased memory usage and degradation of system performance over time.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.