CVE-2026-23307 Details
Description
In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message When looking at the data in a USB urb, the actual_length is the size of the buffer passed to the driver, not the transfer_buffer_length which is set by the driver as the max size of the buffer. When parsing the messages in ems_usb_read_bulk_callback() properly check the size both at the beginning of parsing the message to make sure it is big enough for the expected structure, and at the end of the message to make sure we don't overflow past the end of the buffer for the next message.
A vulnerability in the Linux kernel's EMS USB driver allows for improper validation of message lengths in the 'ems_usb_read_bulk_callback()' function. This issue can lead to buffer overflows when the actual length of the data received is not correctly checked against the expected message structure. The vulnerability affects the stable versions of the Linux kernel that include the EMS USB CAN interface support.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version can be found on the official Linux kernel website.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/1818974e1b5ef200e27f144c8cb8a246420bb54d | kernel.org | Patch |
| https://git.kernel.org/stable/c/18f75b9cbdc3703f15965425ab69dee509b07785 | kernel.org | Patch |
| https://git.kernel.org/stable/c/1cf469026d4a2308eaa91d04dca4a900d07a5c2e | kernel.org | Patch |
| https://git.kernel.org/stable/c/2833e13e2b099546abf5d40a483b4eb04ddd1f7b | kernel.org | Patch |
| https://git.kernel.org/stable/c/38a01c9700b0dcafe97dfa9dc7531bf4a245deff | kernel.org | Patch |
| https://git.kernel.org/stable/c/aed172a2e2330131f0977d2acd3ec8883f413ec1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c703bbf8e9b4947e111c88d2ed09236a6772a471 | kernel.org | Patch |
| https://git.kernel.org/stable/c/f10177e6c4575aedaea580ce67d792fab7a2235e | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 2.6.32, < 5.10.253 >= 5.11, < 5.15.203 >= 5.16, < 6.1.167 >= 6.2, < 6.6.130 >= 6.7, < 6.12.77 >= 6.13, < 6.18.17 >= 6.19, < 6.19.7 7.0 rc1 7.0 rc2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 28, 2026 | Initial Analysis | [email protected] |
| Apr 18, 2026 | CVE Modified | kernel.org |
| Mar 25, 2026 | New CVE Received | kernel.org |