Описание
The rsa crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is 1. Version 0.9.10 fixes the issue.
EPSS
Процентиль: 17%
0.00055
Низкий
Дефекты
CWE-703
Связанные уязвимости
ubuntu
30 дней назад
The `rsa` crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is `1`. Version 0.9.10 fixes the issue.
debian
30 дней назад
The `rsa` crate is an RSA implementation written in rust. Prior to ver ...
github
около 1 месяца назад
rsa crate has potential panic on a prime being equal to 1
EPSS
Процентиль: 17%
0.00055
Низкий
Дефекты
CWE-703