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) t…
高危 CVSS 7.8
摘要
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 lookup…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判 · 自动通道
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
受影响产品
- :
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/1db0724a01b558feb1ecae551782add1951a114a Patch
- https://git.kernel.org/stable/c/2405f64a95a7a094eb24cba9bcfaffd1ea264de4 Patch
- https://git.kernel.org/stable/c/5093bbfc10ab6636b32728e35813cbd79feb063c Patch
- https://git.kernel.org/stable/c/6c52b12159049046483fdb0c411a0a1869c41a67 Patch
- https://git.kernel.org/stable/c/1db0724a01b558feb1ecae551782add1951a114a Patch
- https://git.kernel.org/stable/c/2405f64a95a7a094eb24cba9bcfaffd1ea264de4 Patch
- https://git.kernel.org/stable/c/5093bbfc10ab6636b32728e35813cbd79feb063c Patch
- https://git.kernel.org/stable/c/6c52b12159049046483fdb0c411a0a1869c41a67 Patch
时间线
- nvd_ingest NVD