CVE-2026-23058

Source
https://cve.org/CVERecord?id=CVE-2026-23058
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23058.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-23058
Downstream
Related
Published
2026-02-04T16:07:41.337Z
Modified
2026-03-24T08:59:16.475281Z
Summary
can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
Details

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

can: emsusb: emsusbreadbulk_callback(): fix URB memory leak

Fix similar memory leak as in commit 7352e1d5932a ("can: gsusb: gsusbreceivebulk_callback(): fix URB memory leak").

In emsusbopen(), the URBs for USB-in transfers are allocated, added to the dev->rxsubmitted anchor and submitted. In the complete callback emsusbreadbulkcallback(), the URBs are processed and resubmitted. In emsusbclose() the URBs are freed by calling usbkillanchoredurbs(&dev->rx_submitted).

However, this does not take into account that the USB framework unanchors the URB before the complete function is called. This means that once an in-URB has been completed, it is no longer anchored and is ultimately not released in emsusbclose().

Fix the memory leak by anchoring the URB in the emsusbreadbulkcallback() to the dev->rx_submitted anchor.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23058.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
702171adeed3607ee9603ec30ce081411e36ae42
Fixed
e2c71030dc464d437110bcfb367c493fd402bddb
Fixed
f48eabd15194b216030b32445f44230df95f5fe0
Fixed
61e6d3674c3d1da1475dc207b3e75c55d678d18e
Fixed
e9410fdd4d5f7eaa6526d8c80e83029d7c86a8e8
Fixed
46a191ff7eeec33a2ccb2a1bfea34e18fbc5dc1a
Fixed
68c62b3e53901846b5f68c5a8bade72a5d9c0b87
Fixed
0ce73a0eb5a27070957b67fd74059b6da89cc516

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23058.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.32
Fixed
5.10.249
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.199
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.162
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.122
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.68
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23058.json"