CVE-2023-52483

Source
https://cve.org/CVERecord?id=CVE-2023-52483
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52483.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52483
Downstream
Related
Published
2024-02-29T05:43:13.861Z
Modified
2026-03-13T07:48:02.656639Z
Summary
mctp: perform route lookups under a RCU read-side lock
Details

In the Linux kernel, the following vulnerability has been resolved:

mctp: perform route lookups under a RCU read-side lock

Our current route lookups (mctproutelookup and mctproutelookup_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 rcureadlock, 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52483.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
889b7da23abf92faf34491df95733bda63639e32
Fixed
6c52b12159049046483fdb0c411a0a1869c41a67
Fixed
1db0724a01b558feb1ecae551782add1951a114a
Fixed
2405f64a95a7a094eb24cba9bcfaffd1ea264de4
Fixed
5093bbfc10ab6636b32728e35813cbd79feb063c

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52483.json"