VDB
DEBIAN-CVE-2023-53308
DEBIAN-CVE-2023-53308
PUBLISHED
CVSS 7.800000190734863 HIGH
In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pm_runtime_get() failing in .remove() In the (unlikely) event that pm_runtime_get() (disguised as pm_runtime_resume_and_get()) fails, the remove callback returned an error early. The problem with this is that the driver core ignores the error value and continues removing the device. This results in a resource leak. Worse the devm allocated resources are freed and so if a callback of the driver is called later the register mapping is already gone which probably results in a crash.
Risk Scores
CVSS v3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 0, 0, 6.1.27-1 |
| Debian:13 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.103-1, 5.10.148-1, 5.10.179-5 |
| Debian:14 | linux | 0, 0, 0 |
Timeline
- Sep 16, 2025 CVE Published
- Apr 28, 2026 CVE Updated