First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak. of_node_put() will check NULL pointer.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.5<4.9.320 | |
Linux Kernel | >=4.10<4.14.285 | |
Linux Kernel | >=4.15<4.19.249 | |
Linux Kernel | >=4.20<5.4.200 | |
Linux Kernel | >=5.5<5.10.124 | |
Linux Kernel | >=5.11<5.15.49 | |
Linux Kernel | >=5.16<5.18.6 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49712 has a moderate severity level due to its potential impact on system stability.
To fix CVE-2022-49712, update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2022-49712 affects multiple versions of the Linux kernel ranging from 3.5 up to versions before 5.19-rc2.
CVE-2022-49712 exploits a reference count leak in the lpc32xx_udc_probe function within the Linux kernel.
A specific workaround is not provided; the recommended action is to apply the appropriate kernel updates.