CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's psxpad-spi driver, where the function psxpad_spi_suspend() attempts to access driver data that has not been initialized, leading to a potential NULL pointer dereference. This could result in a system crash or instability during the suspend operation. Linux system administrators and developers using this driver should prioritize applying the fix to ensure system reliability and prevent unexpected downtime.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpad_spi_suspend() retrieves the controller state with spi_get_drvdata(), but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe.