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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel driver for Kvaser USB devices mishandles variable‑length commands. A non‑zero command shorter than the expected header length can be dispatched, and the driver copies this into a fixed caller‑owned structure without proper bounds checking. This oversight creates a potential buffer overflow at kernel level, which could destabilize the system or allow execution of arbitrary code with kernel privileges.

Affected Systems

All Linux kernel versions that include the kvaser_usb driver until the fix is applied. The vulnerability is inherent in the driver implementation and is not limited to a specific kernel release according to the available data.

Risk and Exploitability

The description indicates a flaw in a kernel driver; exploitation requires the ability to send crafted USB commands to the device, suggesting a local or device‑attached attack vector. The EPSS score is < 1%, the CVSS score is 5.5, and the vulnerability is not listed in KEV; these metrics indicate a moderate risk level, with the severity moderate and exploit likelihood low.

Generated by OpenCVE AI on August 21, 2026 at 23:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the fixes committed in the series of patches linked in the advisory (e.g. commits 0293dd1, 185cb1f, 21f0465, 3d0897e, 695aea1). The fix validates command lengths and prevents over‑copying into caller‑owned structures.
  • Restrict access to the kvaser_usb device by configuring udev rules or kernel module restrictions so that only trusted processes or users can interact with it.
  • If the device is not required for operation, consider unloading or blacklisting the kvaser_usb module to eliminate the attack surface.

Generated by OpenCVE AI on August 21, 2026 at 23:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 19 Aug 2026 16:45:00 +0000


Sat, 15 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-120

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
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.
Title can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:36:54.341Z

Reserved: 2026-08-15T05:44:03.900Z

Link: CVE-2026-74458

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:50.437

Modified: 2026-08-19T17:21:02.653

Link: CVE-2026-74458

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74458 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:45:03Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')