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 NULL Pointer Dereference vulnerabilities in an interactive lesson.
Start learningUpgrade lru to version 0.16.3 or higher.
lru is an an implementation of a LRU cache. The cache supports put, get, get_mut and pop operations, all of which are O(1).
Affected versions of this package are vulnerable to NULL Pointer Dereference via the IterMut iterator implementation. An attacker can cause undefined behavior or memory safety issues by triggering the creation of exclusive references that invalidate shared pointers held internally.