CVE-2023-52483
Last modified
CVE-2023-52483 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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 <rootlab@huawei.com>, where introducing a delay in the route lookup could cause a UAF on simultaneous sendmsg() and route deletion.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.15, < 5.15.137 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.59 | — |
| Linux | Linux Kernel | >= 6.2, < 6.5.8 | — |
| Linux | Linux Kernel | 6.6 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-52483?
How severe is CVE-2023-52483?
How do I fix CVE-2023-52483?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-52477In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52478In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52479In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-52480In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52481In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2023-52482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52484In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52485In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52486In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52487In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52488In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52489In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2023-52483?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
