CVE-2026-93826

HIGHCVSS 7.5/10

Last modified

CVE-2026-93826 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: HID: hidpp: fix potential UAF in hidpp_connect_event() If input_register_device() fails, we call input_free_device(), but keep stale pointer to the old device in hidpp->input, which could potentially lead to UAF. Fix that by resetting it to NULL before returning from hidpp_connect_event()..

Description

In the Linux kernel, the following vulnerability has been resolved: HID: hidpp: fix potential UAF in hidpp_connect_event() If input_register_device() fails, we call input_free_device(), but keep stale pointer to the old device in hidpp->input, which could potentially lead to UAF. Fix that by resetting it to NULL before returning from hidpp_connect_event().

Metrics

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= c39e3d5fc9dd3e16c6f59dd94d827540040de66d, < 3b8b2e58b078cd30e121401535541bb8a6d57133; >= c39e3d5fc9dd3e16c6f59dd94d827540040de66d, < 3303398cc2aa255ba251650a30024e11d48ea6c3; >= c39e3d5fc9dd3e16c6f59dd94d827540040de66d, < 6df6b1f2c49678211f65647c300bc51dda02893b
LinuxLinux3.19

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-93826?
In the Linux kernel, the following vulnerability has been resolved: HID: hidpp: fix potential UAF in hidpp_connect_event() If input_register_device() fails, we call input_free_device(), but keep stale pointer to the old device in hidpp->input, which could potentially lead to UAF. Fix that by resetting it to NULL before returning from hidpp_connect_event().
How severe is CVE-2026-93826?
CVE-2026-93826 has a CVSS score of 7.5/10 (HIGH severity).
How do I fix CVE-2026-93826?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-93826?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST