CVE-2023-53308
Last modified
CVE-2023-53308 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.9.206, < 4.10 | — |
| Linux | Linux Kernel | >= 4.14.158, < 4.14.316 | — |
| Linux | Linux Kernel | >= 4.19.88, < 4.19.284 | — |
| Linux | Linux Kernel | >= 5.3.15, < 5.4 | — |
| Linux | Linux Kernel | >= 5.4.1, < 5.4.244 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.181 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.113 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.30 | — |
| Linux | Linux Kernel | >= 6.2, < 6.3.4 | — |
| Linux | Linux Kernel | 5.4 | — |
| Linux | Linux Kernel | 6.4 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53308?
How severe is CVE-2023-53308?
How do I fix CVE-2023-53308?
Are you affected by CVE-2023-53308?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
