SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-74458

UNKNOWN · CVSS N/A EPSS 0.18%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the kvaser_usb_leaf driver, allowing the dispatch of improperly validated variable-length commands from a USB buffer. This could lead to potential memory corruption or unexpected behavior when commands shorter than the expected header length are processed. Organizations using Linux systems with this driver should prioritize patching to mitigate risks associated with this vulnerability.

CVE
CVE-2026-74458
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents The wait and bulk receive paths walk variable-length commands from a USB buffer. A nonzero command shorter than CMD_HEADER_LEN can still be dispatched, and the wait path copies a matching command into a fixed caller-owned struct kvaser_cmd using the device-provided length. Reject nonzero commands that do not contain the fixed header or that extend beyond the current USB buffer item. In the wait path, also reject a matching command that exceeds the destination before copying it.