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.
Published: 2026-09-03
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the psxpad_spi suspend routine fails to initialise its driver data, causing a null pointer dereference when the driver is suspended. This software defect is a classic null pointer dereference (CWE‑476) that can trigger a kernel oops and cause the entire system to crash or become unresponsive. The consequence is a denial of service, as the kernel reboot is required to restore normal operation.

Affected Systems

The affected product is the Linux kernel's psxpad_spi driver. All deployments of the Linux kernel that contain this driver and have not yet applied the later patch are at risk. The fix was included in the kernel revision referenced by the commit list in the references. The impact is limited to systems where the psxpad_spi driver is used, such as devices that depend on the PlayStation controller interface over SPI.

Risk and Exploitability

EPSS is not available and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is not specified, but the nature of the flaw suggests a high severity. The attack vector is inferred to be local; an attacker with the ability to trigger a device suspend—typically a privileged user or a root process—can invoke the bug. Since the pointer is dereferenced in the kernel, exploitation results in a crash, giving no direct escalation but providing a reliable denial of service channel. The lack of a public exploit indicates that this is a low to medium chance of exploitation unless an exploit is discovered.

Generated by OpenCVE AI on September 3, 2026 at 12:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the patch which sets proper driver data during probe.
  • Reboot the system after the kernel update to ensure the driver is reloaded.
  • If an update is not immediately possible, prevent the psxpad_spi driver from being used or disable device suspend for the PlayStation controller to avoid triggering the bug.

Generated by OpenCVE AI on September 3, 2026 at 12:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
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.
Title Input: psxpad-spi - set driver data before use
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-03T08:26:31.962Z

Reserved: 2026-08-26T14:34:25.790Z

Link: CVE-2026-80752

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:14.883

Modified: 2026-09-03T13:06:14.883

Link: CVE-2026-80752

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:15:04Z

Weaknesses