漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
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