CVE-2023-53000
HighIn the Linux kernel, the following vulnerability has been resolved: netlink: prevent potential spectre v1 gadgets Most netlink attributes are parsed and validated from __nla_validate_parse() or validate_nla() u16 type = nla_type(nla); if (type == 0 || type > maxtype) { /* error or continue */ } @type is then used as an array index and can be used as a Spectre v1 gadget. array_index_nospec() can be used to prevent leaking content of kernel memory to malicious users. This should take care of vast majority of netlink uses, but an audit is needed to take care of others where validation is not yet centralized in core netlink functions.
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-129CVE-2023-53000 is classified as CWE-129
See CWE-129 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
2.6.15
and later are affected. Fixed in
5.4.231,
5.10.166,
5.15.91,
6.1.9,
6.2
and their respective stable series.
References
The following references provide additional information about CVE-2023-53000 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/3e5082b1c66c7783fbcd79b5b178573230e528ff
-
PatchKernel patch commithttps://git.kernel.org/stable/c/41b74e95f297ac360ca7ed6bf200100717cb6c45
-
PatchKernel patch commithttps://git.kernel.org/stable/c/539ca5dcbc91134bbe2c45677811c31d8b030d2d
Frequently asked questions
-
What is CVE-2023-53000?
CVE-2023-53000 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 2.6.15 onward and has been patched in 5.4.231, 5.10.166, 5.15.91 and others. CVE-2023-53000 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2023-53000?
CVE-2023-53000 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-53000?
Yes — CVE-2023-53000 has been patched. Fixed versions include 5.4.231, 5.10.166, 5.15.91 and others. If you are running Linux kernel 2.6.15 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2023-53000 actively exploited?
No — CVE-2023-53000 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.