CVE-2026-43051: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
In the Linux kernel, the following vulnerability has been resolved:
HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
The wacom_intuos_bt_irq() function processes Bluetooth HID reports
without sufficient bounds checking. A maliciously crafted short report
can trigger an out-of-bounds read when copying data into the wacom
structure.
Specifically, report 0x03 requires at least 22 bytes to safely read
the processed data and battery status, while report 0x04 (which
falls through to 0x03) requires 32 bytes.
Add explicit length checks for these report IDs and log a warning if
a short report is received.
Security readout for executives and security teams
Plain-English summary
A nearby attacker may send an abnormally short Bluetooth report to a Linux system using the Wacom Intuos driver. The driver can read beyond the report’s valid data, potentially exposing sensitive kernel information or disrupting the system. The supplied record rates the issue 8.1 (high), but provides no evidence of active exploitation.
Executive priority
Treat this as a high-priority endpoint patching issue where Wacom Bluetooth functionality is present. The adjacent-access requirement limits internet-scale exposure, but possible kernel confidentiality loss and system disruption justify prompt remediation. Use normal emergency prioritization for directly exposed or sensitive workstations; broader fleets should follow accelerated kernel maintenance.
Technical view
wacom_intuos_bt_irq() insufficiently validates Bluetooth HID report lengths before copying data into the Wacom structure. Report 0x03 requires at least 22 bytes; report 0x04 requires 32 bytes and falls through to 0x03 processing. Crafted short reports can cause an out-of-bounds read, with confidentiality and availability impacts indicated by the CVSS vector.
Likely exposure
Exposure is most likely on Linux hosts where an affected kernel processes Wacom Intuos Bluetooth HID reports. The supplied version information is ambiguous, including repeated commit hashes and a broad version list, so kernel version strings alone are insufficient. Confirm distribution-specific backports and whether the relevant hardware and driver path are used.
Exploitation context
The CVSS vector requires adjacent access, consistent with the Bluetooth attack surface, but requires no privileges or user interaction. The bundle marks the CVE as absent from KEV and provides no cited evidence of exploitation, proof-of-concept availability, or weaponization. Active exploitation should therefore not be claimed.
Researcher notes
The correction adds explicit minimum-length checks and warning logs for short report IDs 0x03 and 0x04. The bundle supplies multiple stable-kernel commits but no CWE, crash trace, affected configuration matrix, proof of concept, or exploitation evidence. Validate each distribution’s backport lineage rather than assuming upstream version boundaries apply directly.
Mitigation direction
Install a distribution kernel incorporating the applicable referenced stable fix.
Confirm backport status through the Linux distribution or kernel vendor.
Prioritize endpoints that use Wacom Intuos devices over Bluetooth.
Restrict Wacom Bluetooth use on exposed systems until updates are applied.
Monitor vendor guidance for corrected package versions and additional mitigations.
Validation and detection
Inventory Linux kernels and systems using Wacom Intuos Bluetooth devices.
Determine whether the Wacom HID Bluetooth processing path is enabled or loaded.
Compare installed packages with distributor backport or fixed-kernel guidance.
After updating and rebooting, verify the corrected kernel is running.
Review kernel logs for short-report warnings, without treating them as proof of exploitation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43051 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.