mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
524 B
524 B
[advisory]
id = "RUSTSEC-2020-0025"
package = "bigint"
aliases = ["CVE-2020-35880"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
date = "2020-05-07"
informational = "unmaintained"
url = "https://github.com/paritytech/bigint/commit/7e71521a61b009afc94c91135353102658550d42"
[versions]
patched = []
bigint is unmaintained, use uint instead
The bigint crate is not maintained any more and contains several known bugs (including a soundness bug);
use uint instead.