CVE-2026-43051

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*

History

07 May 2026, 18:00

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
First Time Linux linux Kernel
Linux
CWE CWE-125
References () https://git.kernel.org/stable/c/2f1763f62909ccb6386ac50350fa0abbf5bb16a9 - () https://git.kernel.org/stable/c/2f1763f62909ccb6386ac50350fa0abbf5bb16a9 - Patch
References () https://git.kernel.org/stable/c/3d78386b144453c47e81bf62dc3601b757f02d99 - () https://git.kernel.org/stable/c/3d78386b144453c47e81bf62dc3601b757f02d99 - Patch
References () https://git.kernel.org/stable/c/41026bcc0fdf82605205c27935ef719cbc07193b - () https://git.kernel.org/stable/c/41026bcc0fdf82605205c27935ef719cbc07193b - Patch
References () https://git.kernel.org/stable/c/5b5b9730111808410e404ceac2fabd32eef92fbd - () https://git.kernel.org/stable/c/5b5b9730111808410e404ceac2fabd32eef92fbd - Patch
References () https://git.kernel.org/stable/c/8bd690ac1242332c73cba10dacdad6c6642bbb94 - () https://git.kernel.org/stable/c/8bd690ac1242332c73cba10dacdad6c6642bbb94 - Patch
References () https://git.kernel.org/stable/c/c8dc23c97680eebefde06da5858aaef1b37cf75d - () https://git.kernel.org/stable/c/c8dc23c97680eebefde06da5858aaef1b37cf75d - Patch
References () https://git.kernel.org/stable/c/d0ae84b3c9f3ea1a564eb1b7612113ca9fe8aada - () https://git.kernel.org/stable/c/d0ae84b3c9f3ea1a564eb1b7612113ca9fe8aada - Patch
References () https://git.kernel.org/stable/c/fa8901cb1f0b2113a342db93bd5684b59fe99dcf - () https://git.kernel.org/stable/c/fa8901cb1f0b2113a342db93bd5684b59fe99dcf - Patch

03 May 2026, 07:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.1

01 May 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-01 15:16

Updated : 2026-05-07 18:00


NVD link : CVE-2026-43051

Mitre link : CVE-2026-43051

CVE.ORG link : CVE-2026-43051


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-125

Out-of-bounds Read