The description says :
An issue was discovered in the model crate through 2020-11-10 for Rust. The Shared data structure has an implementation of the Send and Sync traits without regard for the inner type.
What is model crate? Sorry if its stupid question but I am new to CVE vulnerabilities.
A crate is a binary or library in Rust.
Model
is a crate.
Long story short, there's a data structure vulnerability in the model
library.
References