HomeDefectsLIN1024-14006
Fixed

LIN1024-14006 : Security Advisory - linux - CVE-2025-68343

Created: Dec 23, 2025    Updated: Jan 19, 2026
Resolved Date: Jan 19, 2026
Found In Version: 10.24.33.2
Fix Version: 10.24.33.15
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:

can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header

The driver expects to receive a struct gs_host_frame in
gs_usb_receive_bulk_callback().

Use struct_group to describe the header of the struct gs_host_frame and
check that we have at least received the header before accessing any
members of it.

To resubmit the URB, do not dereference the pointer chain
"dev->parent->hf_size_rx" but use "parent->hf_size_rx" instead. Since
"urb->context" contains "parent", it is always defined, while "dev" is not
defined if the URB it too short.

CVEs