Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
slab allows out-of-bounds access in `get_disjoint_mut` due to incorrect bounds check
Vulnerability Description
slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab's actual length.
CVSS Information
N/A
Vulnerability Type
内存缓冲区边界内操作的限制不恰当
Vulnerability Title
slab 缓冲区错误漏洞
Vulnerability Description
Slab是Tokio开源的一个Rust的应用程序。 slab 0.4.10版本存在缓冲区错误漏洞,该漏洞源于get_disjoint_mut方法错误检查索引范围,可能导致访问未初始化内存。
CVSS Information
N/A
Vulnerability Type
N/A