Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's libata-transport component can lead to a NULL pointer dereference. This issue arises in the ata_tport_add() function, where a double call to ata_host_put() improperly manages reference counts. The error path decreases the reference count to zero, freeing all associated ports and setting them to null. When the device is unbound after a failure, ata_host_stop() attempts to release resources, resulting in a dereference of a null pointer since all ports have been freed. This vulnerability has been addressed by removing the redundant ata_host_put() call in the error handling path.
Exploitation of this vulnerability causes a kernel panic due to a NULL pointer dereference, disrupting system operations and potentially leading to a denial of service.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.