Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-63916

8.8 · HIGH
Published Jul 19, 2026 EPSS 0.35% (28th pctl)

Overview

CVE-2026-63916 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

HID: wacom: Fix OOB write in wacom_hid_set_device_mode()

wacom_hid_set_device_mode() currently assumes that the HID_DG_INPUTMODE

usage is always located in the first field (field[0]) of the feature report.

However, a device can specify HID_DG_INPUTMODE in a different field.

If HID_DG_INPUTMODE is in a field other than the first one and the first

field has a report_count smaller than the usage_index of HID_DG_INPUTMODE,

this leads to an out-of-bounds write to r->field[0]->value.

Fix this by storing the field index of HID_DG_INPUTMODE in 'struct

hid_data' during feature mapping. In wacom_hid_set_device_mode(), use

this stored field index to access the correct field and add bounds

checks to ensure both the field index and the value index are within

valid ranges before writing.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-63916?

CVE-2026-63916 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-63916?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-63916?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-63916?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63916 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.