CVE-2026-23080

Source
https://cve.org/CVERecord?id=CVE-2026-23080
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23080.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23080
Downstream
Related
Published
2026-02-04T16:08:04.982Z
Modified
2026-03-24T09:10:58.843611Z
Summary
can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak
Details

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

can: mcbausb: mcbausbreadbulk_callback(): fix URB memory leak

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

In mcbausbprobe() -> mcbausbstart(), the URBs for USB-in transfers are allocated, added to the priv->rxsubmitted anchor and submitted. In the complete callback mcbausbreadbulkcallback(), the URBs are processed and resubmitted. In mcbausbclose() -> mcbaurbunlink() the URBs are freed by calling usbkillanchoredurbs(&priv->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 usbkillanchored_urbs().

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23080.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
51f3baad7de943780ce0c17bd7975df567dd6e14
Fixed
8b34c611a4feb81921bc4728c091e4e3ba0270c0
Fixed
b5a1ccdc63b71d93a69a6b72f7a3f3934293ea60
Fixed
59153b6388e05609144ad56a9b354e9100a91983
Fixed
179f6f0cf5ae489743273b7c1644324c0c477ea9
Fixed
94c9f6f7b953f6382fef4bdc48c046b861b8868f
Fixed
d374d715e338dfc3804aaa006fa6e470ffebb264
Fixed
710a7529fb13c5a470258ff5508ed3c498d54729

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.12.0
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/cve-osv-conversion/osv-output/CVE-2026-23080.json"