Description
In the Linux kernel, the following vulnerability has been resolved:

HID: playstation: Add missing check for input_ff_create_memless

The ps_gamepad_create() function calls input_ff_create_memless()
without verifying its return value, which can lead to incorrect
behavior or potential crashes when FF effects are triggered.

Add a check for the return value of input_ff_create_memless().
Published: 2026-05-27
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s PlayStation HID driver contains a flaw where the ps_gamepad_create function calls input_ff_create_memless without verifying its return value. If the call fails, the driver later dereferences an uninitialized or null pointer when a force‑feedback effect is triggered, which can cause the kernel to panic. This results in a system‑wide denial of service since a kernel crash halts all processes and requires a reboot. The weakness is a classic unchecked return value leading to null pointer dereference (CWE-252).

Affected Systems

All Linux distributions running a kernel version prior to the commit that added the null‑pointer check are affected. Because the bug resides in the generic kernel, any system using an unpatched kernel that ships the PlayStation HID driver is vulnerable, regardless of distribution or patch level.

Risk and Exploitability

The advisory does not specify whether elevated privileges are required. Based on the description, it is inferred that the attacker must have local access to attach or inject a PlayStation controller to the target machine. The likely attack vector is therefore local device interaction. If the attacker can trigger a force‑feedback effect via a malicious device, the unhandled error can cause a kernel panic, resulting in a system‑wide denial of service. No CVSS or EPSS metrics are available, and the vulnerability is not listed in CISA’s KEV catalog.

Generated by OpenCVE AI on May 28, 2026 at 05:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that contains the commit adding the null‑pointer check in the PlayStation HID driver
  • If a kernel upgrade is not immediately available, disable force‑feedback support for PlayStation devices by removing or unloading the ps4_rmi module or by configuring the driver to reject the ff capability
  • Restrict which devices can attach to the system by enforcing strict device access controls or limiting controller connections to trusted users

Generated by OpenCVE AI on May 28, 2026 at 05:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 28 May 2026 03:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-703

Thu, 28 May 2026 00:15:00 +0000


Wed, 27 May 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CWE-703

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: HID: playstation: Add missing check for input_ff_create_memless The ps_gamepad_create() function calls input_ff_create_memless() without verifying its return value, which can lead to incorrect behavior or potential crashes when FF effects are triggered. Add a check for the return value of input_ff_create_memless().
Title HID: playstation: Add missing check for input_ff_create_memless
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-05-27T12:18:28.112Z

Reserved: 2026-05-13T15:03:33.089Z

Link: CVE-2026-45969

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:13.800

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-45969

cve-icon Redhat

Severity :

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-45969 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T05:15:09Z

Weaknesses