Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A reference count leak vulnerability has been identified in the Linux kernel's PCH UART driver. The issue arises in the 'pch_request_dma()' function, where the 'pci_get_slot()' call increases the reference count of the returned 'pci_device'. The missing 'pci_dev_put()' call to decrement the reference count creates a leak. This vulnerability affects the Linux kernel stable tree.
The vulnerability can lead to a reference count leak, which may cause memory management issues, such as preventing the proper release of resources and potentially leading to memory exhaustion over time.
The vulnerability can be reproduced by using the PCH UART driver in the Linux kernel. The 'pch_request_dma()' function will be called, which will trigger the reference count leak by not properly decrementing the reference count of the 'pci_device' used in the function.
The vulnerability has been addressed by adding the missing 'pci_dev_put()' calls in the 'pch_request_dma()' function for both normal and error paths. Users can apply the latest patches available in the Linux kernel stable tree to remediate this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.