Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2023-52483 Details

Description

In the Linux kernel, the following vulnerability has been resolved: mctp: perform route lookups under a RCU read-side lock Our current route lookups (mctp_route_lookup and mctp_route_lookup_null) traverse the net's route list without the RCU read lock held. This means the route lookup is subject to preemption, resulting in an potential grace period expiry, and so an eventual kfree() while we still have the route pointer. Add the proper read-side critical section locks around the route lookups, preventing premption and a possible parallel kfree. The remaining net->mctp.routes accesses are already under a rcu_read_lock, or protected by the RTNL for updates. Based on an analysis from Sili Luo <[email protected]>, where introducing a delay in the route lookup could cause a UAF on simultaneous sendmsg() and route deletion.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 5.15, < 5.15.137
>= 5.16, < 6.1.59
>= 6.2, < 6.5.8
6.6 rc1
6.6 rc2

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.6:rc5:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

8 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2023-52483
NVD Published Date:
Feb 29, 2024
NVD Last Modified:
Aug 4, 2026
Source:
kernel.org
CVE-2023-52483 Details - Not Deferred