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
Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior
Vulnerability Description
Grid is a data structure grid for rust. From version 0.17.0 to before version 1.0.1, an integer overflow in Grid::expand_rows() can corrupt the relationship between the grid’s logical dimensions and its backing storage. After the internal invariant is broken, the safe API get() may invoke get_unchecked() with an invalid index, resulting in Undefined Behavior. This issue has been patched in version 1.0.1.
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
整数溢出或超界折返
Vulnerability Title
Grid 输入验证错误漏洞
Vulnerability Description
Grid是Armin Becher个人开发者的一个二维数据结构库。 Grid 0.17.0版本至1.0.1之前版本存在输入验证错误漏洞,该漏洞源于Grid::expand_rows()中的整数溢出可能破坏网格逻辑维度与后备存储之间的关系,导致安全API get()使用无效索引调用get_unchecked(),导致未定义行为。
CVSS Information
N/A
Vulnerability Type
N/A