3 matches found
CVE-2026-80752
CVE-2026-80752 affects the psxpad-spi input driver in the Linux kernel . The root cause is that psxpad_spi_suspend() retrieves the controller state via spi_get_drvdata(), but the probe function never stores the driver data. This results in a NULL pointer dereference when the system enters suspend...
EUVD-2026-70356
In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...
CVE-2026-80752 Input: psxpad-spi - set driver data before use
In the Linux kernel, the following vulnerability has been resolved: Input: psxpad-spi - set driver data before use psxpadspisuspend retrieves the controller state with spigetdrvdata, but probe never stores it, so suspend dereferences a NULL pointer. Store it during probe...