CVE-2023-53308
HighIn 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.
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-415CVE-2023-53308 is classified as CWE-415
See CWE-415 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
4.14.158,
4.19.88,
4.9.206,
5.3.15,
5.4
and later are affected. Fixed in
4.14.316,
4.19.284,
5.4.244,
5.10.181,
5.15.113,
6.1.30,
6.3.4,
6.4
and their respective stable series.
References
The following references provide additional information about CVE-2023-53308 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/83996d317b1deddc85006376082e8886f55aa709
-
PatchKernel patch commithttps://git.kernel.org/stable/c/9407454a9b18bbeff216e8ecde87ffb2171e9ccf
-
PatchKernel patch commithttps://git.kernel.org/stable/c/b22b514209ff8c4287abb853399890ab97e1b5ca
Frequently asked questions
-
What is CVE-2023-53308?
CVE-2023-53308 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 4.14.158 onward and has been patched in 4.14.316, 4.19.284, 5.4.244 and others. CVE-2023-53308 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2023-53308?
CVE-2023-53308 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2023-53308?
Yes — CVE-2023-53308 has been patched. Fixed versions include 4.14.316, 4.19.284, 5.4.244 and others. If you are running Linux kernel 4.14.158 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2023-53308 actively exploited?
No — CVE-2023-53308 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.