← Back to CVE List

CVE-2022-49310

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-17T19:54Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: fix a refcount leak in cleanup_dev() usb_get_dev is called in xillyusb_probe. So it is better to call usb_put_dev before xdev is released. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt