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.
Project Subscriptions
No data.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-38c5-483c-4qqp | Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Fri, 08 May 2026 21:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| 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. | |
| Title | Grid: Integer Overflow in Grid::expand_rows Leads to Safe-API Undefined Behavior | |
| Weaknesses | CWE-190 | |
| References |
| |
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-08T21:15:16.561Z
Reserved: 2026-04-25T05:04:37.027Z
Link: CVE-2026-42199
No data.
Status : Received
Published: 2026-05-08T22:16:31.547
Modified: 2026-05-08T22:16:31.547
Link: CVE-2026-42199
No data.
OpenCVE Enrichment
Updated: 2026-05-08T23:00:16Z
Weaknesses
Github GHSA