Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.137 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/1db0724a01b558feb1ecae551782add1951a114aPatch
- https://git.kernel.org/stable/c/2405f64a95a7a094eb24cba9bcfaffd1ea264de4Patch
- https://git.kernel.org/stable/c/5093bbfc10ab6636b32728e35813cbd79feb063cPatch
- https://git.kernel.org/stable/c/6c52b12159049046483fdb0c411a0a1869c41a67Patch
- https://git.kernel.org/stable/c/1db0724a01b558feb1ecae551782add1951a114aPatch
- https://git.kernel.org/stable/c/2405f64a95a7a094eb24cba9bcfaffd1ea264de4Patch
- https://git.kernel.org/stable/c/5093bbfc10ab6636b32728e35813cbd79feb063cPatch
- https://git.kernel.org/stable/c/6c52b12159049046483fdb0c411a0a1869c41a67Patch
FAQ
What is CVE-2023-52483?
CVE-2023-52483 is a vulnerability with a CVSS score of 7.8 (HIGH). 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) tr...
How severe is CVE-2023-52483?
CVE-2023-52483 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-52483?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.