CVE-2026-64242
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usb_initialize_gadget() installs gadget_release() as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadget_release() when the gadget device's last reference is dropped. The probe error path calls net2280_remove(), which tears down the partially initialized device and drops the gadget reference with usb_put_gadget(). Calling kfree(dev) afterwards can free the same object again. Drop the explicit kfree() and let the gadget device release callback handle the final free. This issue was found by a static analysis tool I am developing.
Properties
- severity
- HIGH
- score
- 7.8
- cve_id
- CVE-2026-64242
- vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- published_at
- 2026-07-24T16:16:53.553
- last_modified
- 2026-08-13T17:22:29.770
Related Entities (8)
HAS_WEAKNESS (1)
DESCRIBED_BY (1)
AFFECTS_PRODUCT (6)
Explore deeper with Ninja Signal's threat intelligence graph