Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

RUSTSEC-2021-0130: Use after free in lru crate #62

Open
github-actions bot opened this issue Dec 22, 2021 · 0 comments
Open

RUSTSEC-2021-0130: Use after free in lru crate #62

github-actions bot opened this issue Dec 22, 2021 · 0 comments

Comments

@github-actions
Copy link

Use after free in lru crate

Details
Package lru
Version 0.6.6
URL jeromefroe/lru-rs#120
Date 2021-12-21
Patched versions >=0.7.1

Lru crate has use after free vulnerability.

Lru crate has two functions for getting an iterator. Both iterators give
references to key and value. Calling specific functions, like pop(), will remove
and free the value, and but it's still possible to access the reference of value
which is already dropped causing use after free.

See advisory page for additional details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants