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 applicationsLearn about Access of Resource Using Incompatible Type ('Type Confusion') vulnerabilities in an interactive lesson.
Start learningUpgrade zerocopy
to version 0.2.9, 0.3.2, 0.4.1, 0.5.2, 0.6.6, 0.7.31 or higher.
Affected versions of this package are vulnerable to Access of Resource Using Incompatible Type ('Type Confusion') via the Ref
methods into_ref
, into_mut
, into_slice
, and into_slice_mut
. An attacker can induce undefined behavior by using these methods with Ref<B, T>
where B
is cell::Ref
or cell::RefMut
.
Note:
This issue does not affect B
types other than cell::Ref
or cell::RefMut
.