CVE-2023-53379
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
Smatch reports:
drivers/usb/phy/phy-tahvo.c: tahvo_usb_probe()
warn: missing unwind goto?
After geting irq, if ret < 0, it will return without error handling to
free memory.
Just add error handling to fix this problem.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.4.284 (inc) to 4.5 (exc) |
| linux | linux_kernel | From 4.9.283 (inc) to 4.10 (exc) |
| linux | linux_kernel | From 4.14.247 (inc) to 4.14.322 (exc) |
| linux | linux_kernel | From 4.19.207 (inc) to 4.19.291 (exc) |
| linux | linux_kernel | From 5.4.146 (inc) to 5.4.251 (exc) |
| linux | linux_kernel | From 5.10.65 (inc) to 5.10.188 (exc) |
| linux | linux_kernel | From 5.13.17 (inc) to 5.14 (exc) |
| linux | linux_kernel | From 5.14.4 (inc) to 5.15.121 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.39 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.4.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |