CVE-2023-53744
published 2025-12-08CVE-2023-53744: In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refcount…
PriorityP418low5.5
EPSS
0.20%
10.2th percentile
In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes refcount, which should be freed by
wkup_m3_ipc_put(). Add missing refcount release in the error paths.
Affected
17 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.37-1 (bookworm) | linux 6.1.37-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < 08310f810975c8c9e17c6ffb99fdb76a84e8adb7 | 08310f810975c8c9e17c6ffb99fdb76a84e8adb7 |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < 6a50350033e0e0854acf59a8413913b4de04bd7d | 6a50350033e0e0854acf59a8413913b4de04bd7d |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < 6dbcc493a18dd60947c2168a39df0ec2fe7b5110 | 6dbcc493a18dd60947c2168a39df0ec2fe7b5110 |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < e6c6b40c9bf49ce9b5493b146bfeb96359937cfa | e6c6b40c9bf49ce9b5493b146bfeb96359937cfa |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < 65305e8c0009a1933679dad5c8196060a10f3c8b | 65305e8c0009a1933679dad5c8196060a10f3c8b |
| linux | linux | >= 5a99ae0092fe24fd581fdb6b9c2b48f94f92cf32 < 8f3c307b580a4a6425896007325bddefc36e8d91 | 8f3c307b580a4a6425896007325bddefc36e8d91 |
| linux | linux_kernel | >= 0 < 5.10.191-1 | 5.10.191-1 |
| linux | linux_kernel | >= 0 < 6.1.37-1 | 6.1.37-1 |
| linux | linux_kernel | >= 0 < 6.3.7-1 | 6.3.7-1 |
| linux | linux_kernel | >= 0 < 6.3.7-1 | 6.3.7-1 |
| linux | linux_kernel | >= 5.11.0 < 5.15.111 | 5.15.111 |
| linux | linux_kernel | >= 5.16.0 < 6.1.28 | 6.1.28 |
| linux | linux_kernel | >= 5.2.0 < 5.10.180 | 5.10.180 |
| linux | linux_kernel | >= 6.2.0 < 6.2.15 | 6.2.15 |
| linux | linux_kernel | >= 6.3.0 < 6.3.2 | 6.3.2 |
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.
GHSA
GHSA-r652-p789-qfhr: In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes re
ghsa_unreviewed·2025-12-08
CVE-2023-53744 GHSA-r652-p789-qfhr: In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes re
In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes refcount, which should be freed by
wkup_m3_ipc_put(). Add missing refcount release in the error paths.
OSV
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
osv·2025-12-08
CVE-2023-53744 soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes refcount, which should be freed by
wkup_m3_ipc_put(). Add missing refcount release in the error paths.
OSV
CVE-2023-53744: In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refc
osv·2025-12-08
CVE-2023-53744 CVE-2023-53744: In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refc
In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refcount, which should be freed by wkup_m3_ipc_put(). Add missing refcount release in the error paths.
Red Hat
kernel: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
vendor_redhat·2025-12-08·CVSS 5.5
CVE-2023-53744 [LOW] CWE-911 kernel: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
kernel: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe
wkup_m3_ipc_get() takes refcount, which should be freed by
wkup_m3_ipc_put(). Add missing refcount release in the error paths.
The TI AM33xx power management driver in the Linux kernel fails to release reference counts acquired via wkup_m3_ipc_get() when errors occur during probe. Since the corresponding wkup_m3_ipc_put() call is missing from error paths, repeated probe failures gradually exhaust kernel resources.
Statement: This affects TI AM335x/AM437x SoC platforms running the pm33xx driver. The bug manifests only under error conditions during power management initialization, making real-world impact un
Debian
CVE-2023-53744: linux - In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm...
vendor_debian·2023
CVE-2023-53744 CVE-2023-53744: linux - In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm...
In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refcount, which should be freed by wkup_m3_ipc_put(). Add missing refcount release in the error paths.
Scope: local
bookworm: resolved (fixed in 6.1.37-1)
bullseye: resolved (fixed in 5.10.191-1)
forky: resolved (fixed in 6.3.7-1)
sid: resolved (fixed in 6.3.7-1)
trixie: resolved (fixed in 6.3.7-1)
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/08310f810975c8c9e17c6ffb99fdb76a84e8adb7https://git.kernel.org/stable/c/65305e8c0009a1933679dad5c8196060a10f3c8bhttps://git.kernel.org/stable/c/6a50350033e0e0854acf59a8413913b4de04bd7dhttps://git.kernel.org/stable/c/6dbcc493a18dd60947c2168a39df0ec2fe7b5110https://git.kernel.org/stable/c/8f3c307b580a4a6425896007325bddefc36e8d91https://git.kernel.org/stable/c/e6c6b40c9bf49ce9b5493b146bfeb96359937cfa
2025-12-08
Published