In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pared to version 0.4.0 or higher.
pared is a library providing projections for Arc and Rc that allow exposing only references that come from T
Affected versions of this package are vulnerable to Use After Free due to insufficient lifetime constraints in conversion functions from alloc::sync::Arc and alloc::rc::Rc. An attacker can cause memory corruption or execute arbitrary code by creating projections of reference counted pointers that outlive the original data's lifetime, leading to use of freed memory.