CVE-2026-68087: HID: wacom: use GFP_ATOMIC in wacom_wac_queue_flush()

Published Aug 10, 2026
·
Updated

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

HID: wacom: use GFPATOMIC in wacomwacqueueflush()

wacomwacqueueflush() is called via the .rawevent callback (wacomrawevent → wacomwacpenserialenforce → wacomwacqueueflush). For USB HID devices, this callback is invoked from hidirqin(), which is a URB completion handler running in atomic context. Using GFPKERNEL in this path can sleep, leading to a "scheduling while atomic" bug.

Use GFPATOMIC instead. The existing code already handles allocation failure by skipping the fifo entry and continuing.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Update wacom_wac_queue_flush() (invoked via the hid .raw_event callback / wacom_raw_event → wacom_wac_pen_serial_enforce → wacom_wac_queue_flush) to use GFP_ATOMIC instead of GFP_KERNEL to avoid 'scheduling while atomic' when running in atomic context (e.g., URB completion handler).

    Linux kernel (HID: wacom) GFP flag used in wacom_wac_queue_flush() allocation = GFP_ATOMIC

Event History

Aug 10, 2026
CVE Published
via MITRE·11:51 AM
Data Sourced
via MITRE·11:51 AM
Description
Data Sourced
via NVD·12:17 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68087?

CVE-2026-68087 has a risk rating of 12, indicating a critical vulnerability.

2

How do I fix CVE-2026-68087?

To fix CVE-2026-68087, update to the latest patched version of the Linux kernel provided by your distribution.

3

What systems are affected by CVE-2026-68087?

CVE-2026-68087 affects the Linux kernel when handling USB HID devices, particularly with Wacom tablets.

4

What type of vulnerability is CVE-2026-68087?

CVE-2026-68087 is a resource allocation vulnerability in the Linux kernel related to memory management.

5

When was CVE-2026-68087 published?

CVE-2026-68087 was published on August 10, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203