Affected versions of this crate read from a container using ptr::read in From<EventList>, and then call a user specified Into<Event> function.
ptr::read
From<EventList>
Into<Event>
This issue can result in a double-free if the user provided function panics.
{ "affected_functions": null, "affects": { "os": [], "functions": [], "arch": [] } }
{ "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "informational": null, "categories": [ "memory-corruption" ] }