Back to overview

CVE-2026-63903

Description
In the Linux kernel, the following vulnerability has been resolved: USB: serial: belkin_sa: validate interrupt status length The Belkin interrupt callback treats interrupt data as a four-byte status report and reads LSR/MSR fields at offsets 2 and 3. The interrupt-in buffer length is derived from endpoint wMaxPacketSize, and short interrupt transfers may complete successfully with a smaller actual_length. Check the completed interrupt packet length before parsing status fields so short interrupt endpoints and short successful packets are ignored instead of causing out-of-bounds or stale status-byte reads. KASAN report as below: BUG: KASAN: slab-out-of-bounds in belkin_sa_read_int_callback() Read of size 1 Call trace: belkin_sa_read_int_callback() (drivers/usb/serial/belkin_sa.c:202) __usb_hcd_giveback_urb() (drivers/usb/core/hcd.c:1630) dummy_timer() (?:?)

Metadata

CVE ID
CVE-2026-63903
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 14:55 UTC
Last updated
2026-07-19 14:55 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < f1617539ab90e67da788959bfd314076f093a11a, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < f361359a952da15e70e693c2d7dca5c5843eae3e, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 37e54d1b986df35c936d81e5b59a7aa3ec6938f0, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < ffb739a49186ea784bbd9cb91b647f062395b419 …
Linux Linux 2.6.12, 0 < 2.6.12, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview