Releases113
Frequency4 weeks 23 hours
Last Release
Stars15.9K
Rust bindings for the Python interpreter

CVE History

CVEAffectedPublishedCVSS v3CVSS v2
>= 0.22.0, < 0.22.45.3 MEDIUM

A flaw was found in PyO3. This vulnerability causes a use-after-free issue, potentially leading to memory corruption or crashes via unsound borrowing from weak Python references.

< 0.12.4, >= 0.12.0, < 0.12.45.5 MEDIUM2.1 LOW

An issue was discovered in the pyo3 crate before 0.12.4 for Rust. There is a reference-counting error and use-after-free in From<Py<T>>.