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 <rootlab@huawei.com>, where
introducing a delay in the route lookup could cause a UAF on
simultaneous sendmsg() and route deletion.
Metrics
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-02-29T05:43:13.861Z
Updated: 2024-11-04T14:47:43.933Z
Reserved: 2024-02-20T12:30:33.301Z
Link: CVE-2023-52483
Vulnrichment
Updated: 2024-08-02T23:03:20.402Z
NVD
Status : Awaiting Analysis
Published: 2024-02-29T06:15:46.147
Modified: 2024-02-29T13:49:29.390
Link: CVE-2023-52483
Redhat