CVE-2023-53379
published 2025-09-18CVE-2023-53379: In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports…
PriorityP416medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.14%
3.4th percentile
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.
Affected
36 ranges· showing 25
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.52-1 (bookworm) | linux 6.1.52-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | — | — |
| linux | linux | >= 0d45a1373e669880b8beaecc8765f44cb0241e47 < ecf26d6e1b5450620c214feea537bb6ce05c6741 | ecf26d6e1b5450620c214feea537bb6ce05c6741 |
| linux | linux | >= 0d45a1373e669880b8beaecc8765f44cb0241e47 < dd9b7c89a80428cc5f4ae0d2e1311fdedb2a1aac | dd9b7c89a80428cc5f4ae0d2e1311fdedb2a1aac |
| linux | linux | >= 0d45a1373e669880b8beaecc8765f44cb0241e47 < 38dbd6f72bfbeba009efe0e9ec1f3ff09f9e23fa | 38dbd6f72bfbeba009efe0e9ec1f3ff09f9e23fa |
| linux | linux | >= 0d45a1373e669880b8beaecc8765f44cb0241e47 < 342161c11403ea00e9febc16baab1d883d589d04 | 342161c11403ea00e9febc16baab1d883d589d04 |
| linux | linux | >= 3f06415418f37ac602e71a61ee83ea43553e6bbd < 3e5a7bebf832b1482efe27bcc15a88c5b28a30d0 | 3e5a7bebf832b1482efe27bcc15a88c5b28a30d0 |
| linux | linux | >= 4.14.247 < 4.14.322 | 4.14.322 |
| linux | linux | >= 4.19.207 < 4.19.291 | 4.19.291 |
| linux | linux | >= 4.4.284 < 4.5 | 4.5 |
| linux | linux | >= 4.9.283 < 4.10 | 4.10 |
| linux | linux | >= 494629ba62a961de1f2dd0b7125878acb27b8043 < 56901de563359de20513e16a9ae008ae2c22e9a9 | 56901de563359de20513e16a9ae008ae2c22e9a9 |
| linux | linux | >= 5.10.65 < 5.10.188 | 5.10.188 |
| linux | linux | >= 5.13.17 < 5.14 | 5.14 |
| linux | linux | >= 5.14.4 < 5.15 | 5.15 |
| linux | linux | >= 5.4.146 < 5.4.251 | 5.4.251 |
| linux | linux | >= 5e2d2f05204f7ab9c645a1fb9f10a3f6393dd2fa < 4da9edeccf77d7b4c6dbcb34d5908acdaa5bd7e3 | 4da9edeccf77d7b4c6dbcb34d5908acdaa5bd7e3 |
| linux | linux | >= 606668e24a0d7fd262e2326d76bb60b965fe713f < fe9cdc19861950582f077f254a12026e169eaee5 | fe9cdc19861950582f077f254a12026e169eaee5 |
| linux | linux_kernel | >= 0 < 5.10.191-1 | 5.10.191-1 |
| linux | linux_kernel | >= 0 < 6.1.52-1 | 6.1.52-1 |
| linux | linux_kernel | >= 0 < 6.4.4-1 | 6.4.4-1 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
vendor_redhat·2025-09-18·CVSS 5.5
CVE-2023-53379 [MEDIUM] kernel: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
kernel: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
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.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 8) - Not affected
Package: kerne
Debian
CVE-2023-53379: linux - In the Linux kernel, the following vulnerability has been resolved: usb: phy: p...
vendor_debian·2023·CVSS 5.5
CVE-2023-53379 [MEDIUM] CVE-2023-53379: linux - In the Linux kernel, the following vulnerability has been resolved: usb: phy: p...
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.
Scope: local
bookworm: resolved (fixed in 6.1.52-1)
bullseye: resolved (fixed in 5.10.191-1)
forky: resolved (fixed in 6.4.4-1)
sid: resolved (fixed in 6.4.4-1)
trixie: resolved (fixed in 6.4.4-1)
OSV
CVE-2023-53379: In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports: drivers/
osv·2025-09-18·CVSS 5.5
CVE-2023-53379 [MEDIUM] CVE-2023-53379: In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports: drivers/
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.
GHSA
GHSA-vw94-38cw-wj37: In the Linux kernel, the following vulnerability has been resolved:
usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
Smatch reports:
driver
ghsa_unreviewed·2025-09-18
CVE-2023-53379 [MEDIUM] CWE-401 GHSA-vw94-38cw-wj37: In the Linux kernel, the following vulnerability has been resolved:
usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()
Smatch reports:
driver
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.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/342161c11403ea00e9febc16baab1d883d589d04https://git.kernel.org/stable/c/38dbd6f72bfbeba009efe0e9ec1f3ff09f9e23fahttps://git.kernel.org/stable/c/3e5a7bebf832b1482efe27bcc15a88c5b28a30d0https://git.kernel.org/stable/c/4da9edeccf77d7b4c6dbcb34d5908acdaa5bd7e3https://git.kernel.org/stable/c/56901de563359de20513e16a9ae008ae2c22e9a9https://git.kernel.org/stable/c/dd9b7c89a80428cc5f4ae0d2e1311fdedb2a1aachttps://git.kernel.org/stable/c/ecf26d6e1b5450620c214feea537bb6ce05c6741https://git.kernel.org/stable/c/fe9cdc19861950582f077f254a12026e169eaee5
2025-09-18
Published