Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A use-after-free vulnerability has been identified in the Linux kernel's SPI (Serial Peripheral Interface) subsystem. This issue arises in the 'devm_spi_register_controller' function. When 'devm_add_action_or_reset()' fails, 'devm_spi_unregister()' is called, which decreases the reference count of the SPI controller's device. This can lead to a use-after-free condition in drivers that call 'spi_put_controller()' during error handling.
Exploitation of this vulnerability can lead to a use-after-free condition, potentially allowing for arbitrary code execution or memory corruption.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.