
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52483 is a vulnerability in the Linux kernel's MCTP (Management Component Transport Protocol) route lookup functionality. The issue was discovered when route lookups (mctp_route_lookup and mctp_route_lookup_null) were found to traverse the net's route list without proper RCU (Read-Copy-Update) read lock protection. This vulnerability was reported by Sili Luo and affects Linux kernel versions from 5.15 up to versions before 5.15.137, 6.1.59, and 6.5.8 (NVD).
The vulnerability stems from route lookups being subject to preemption without proper RCU read-side lock protection. This could result in a potential grace period expiry and eventual kfree() while still holding the route pointer, leading to a Use-After-Free (UAF) condition. The issue could be triggered during simultaneous sendmsg() operations and route deletion. The vulnerability has been assigned a CVSS v3.1 Base Score of 7.8 HIGH with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could allow an attacker to potentially execute code, cause denial of service, or compromise system security through a Use-After-Free condition in the kernel's MCTP implementation. The high CVSS score indicates potential for complete compromise of confidentiality, integrity, and availability of the affected system (NVD).
The vulnerability requires local access and low privileges to exploit. It can be triggered through simultaneous sendmsg() operations and route deletion, as demonstrated in the analysis by Sili Luo (Kernel Patch).
The vulnerability has been fixed by adding proper read-side critical section locks around the route lookups, preventing preemption and possible parallel kfree(). The fix involves using rcu_read_lock() and rcu_read_unlock() around the route list traversal operations. The patch has been merged into the Linux kernel and is available in versions 5.15.137, 6.1.59, and 6.5.8 or later (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."