ArrayVec::insert allows insertion of an element into the array object into the specified index. Due to a missing check on the upperbound of this index, it is possible to write out of bounds.
{
"severity": "CRITICAL",
"github_reviewed_at": "2021-08-19T20:53:42Z",
"cwe_ids": [
"CWE-787"
],
"nvd_published_at": "2020-12-31T10:15:00Z",
"github_reviewed": true
}