mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-28 15:28:09 +01:00
Turn the issue about shamir into an advisory (#1134)
This commit is contained in:
20
crates/shamir/RUSTSEC-0000-0000.md
Normal file
20
crates/shamir/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "shamir"
|
||||
date = "2020-01-21"
|
||||
url = "https://github.com/Nebulosus/shamir/issues/3"
|
||||
categories = ["crypto-failure"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 2.0.0"]
|
||||
```
|
||||
|
||||
# Threshold value is ignored (all shares are n=3)
|
||||
|
||||
Affected versions of this crate did not properly calculate secret shares requirements.
|
||||
|
||||
This reduces the security of the algorithm by restricting the crate to always
|
||||
using a threshold value of three, rather than a configurable limit.
|
||||
|
||||
The flaw was corrected by correctly configuring the threshold.
|
||||
Reference in New Issue
Block a user