CVE-2026-80752
Received Received - Intake

psxpad-spi NULL Pointer Dereference in Linux Kernel

Vulnerability report for CVE-2026-80752, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a NULL pointer dereference vulnerability in the Linux kernel's psxpad-spi driver. The issue occurs in the psxpad_spi_suspend() function which calls spi_get_drvdata() to retrieve controller state. However, the driver's probe function never stores this data, causing suspend to dereference a NULL pointer and potentially crash the system.

Detection Guidance

This vulnerability is specific to the Linux kernel's psxpad-spi driver and may not have direct network detection methods. Check if the psxpad-spi driver is loaded using 'lsmod | grep psxpad_spi'. If present, verify kernel logs for NULL pointer dereference errors during suspend operations.

Impact Analysis

This vulnerability could cause system crashes or instability when the affected psxpad-spi driver is used and the system attempts to suspend. It may lead to denial of service conditions for systems relying on this driver for input devices.

Mitigation Strategies

Update your Linux kernel to the latest patched version that includes the fix for CVE-2026-80752. If using a custom kernel, ensure the psxpad-spi driver stores controller state during probe. Avoid suspending systems using this driver until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80752. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart