CVE-2023-53000

High

In 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.

Package Linux Kernel
Published 2025-03-27
Last modified 2025-10-30
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

7.8

out of 10
High
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Weakness type

CWE-129

CVE-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.

Affected from
≥ 2.6.15
Fixed in
✓ 5.4.231 5.4.x ✓ 5.10.166 5.10.x ✓ 5.15.91 5.15.x ✓ 6.1.9 6.1.x ✓ 6.2

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.

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.