Skip to content

Commit f17173c

Browse files
committed
1 parent 6b10ce0 commit f17173c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

crates/tough/RUSTSEC-0000-0000.toml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[advisory]
2+
id = "RUSTSEC-0000-0000"
3+
package = "tough"
4+
date = "2020-07-09"
5+
title = "Improper uniqueness verification of signature threshold"
6+
url = "https://github.com/awslabs/tough/security/advisories/GHSA-5q2r-92f9-4m49"
7+
aliases = ["CVE-2020-15093", "GHSA-5q2r-92f9-4m49"]
8+
references = ["CVE-2020-6174"]
9+
description = """
10+
The tough library, prior to 0.7.1, does not properly verify the uniqueness of
11+
keys in the signatures provided to meet the threshold of cryptographic
12+
signatures. It allows someone with access to a valid signing key to create
13+
multiple valid signatures in order to circumvent TUF requiring a minimum
14+
threshold of unique keys before the metadata is considered valid.
15+
16+
AWS would like to thank Erick Tryzelaar of the Google Fuchsia Team for
17+
reporting this issue.
18+
19+
A fix is available in version 0.7.1.
20+
21+
CVE-2020-6174 is assigned to the same issue in the TUF reference
22+
implementation.
23+
24+
If you have any questions or comments about this advisory, contact AWS Security
25+
at aws-security@amazon.com.
26+
"""
27+
28+
[versions]
29+
patched = [">= 0.7.1"]

0 commit comments

Comments
 (0)