Skip to content

Commit d286f28

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add missing ghsa to GO-2022-0425
Aliases: CVE-2021-4239, GHSA-g9mp-8g3h-3c5c, GHSA-6cr6-fmvc-vw2p Updates #425 Fixes #1202 Change-Id: Ib68103cbdd713c8598a5ded98b30532b178507c5 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/459839 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tim King <[email protected]> Run-TryBot: Tatiana Bradley <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]>
1 parent 9386fc0 commit d286f28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

data/osv/GO-2022-0425.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"modified": "0001-01-01T00:00:00Z",
55
"aliases": [
66
"CVE-2021-4239",
7-
"GHSA-g9mp-8g3h-3c5c"
7+
"GHSA-g9mp-8g3h-3c5c",
8+
"GHSA-6cr6-fmvc-vw2p"
89
],
910
"details": "The Noise protocol implementation suffers from weakened cryptographic security after encrypting 2^64 messages, and a potential denial of service attack.\n\nAfter 2^64 (~18.4 quintillion) messages are encrypted with the Encrypt function, the nonce counter will wrap around, causing multiple messages to be encrypted with the same key and nonce.\n\nIn a separate issue, the Decrypt function increments the nonce state even when it fails to decrypt a message. If an attacker can provide an invalid input to the Decrypt function, this will cause the nonce state to desynchronize between the peers, resulting in a failure to encrypt all subsequent messages.",
1011
"affected": [

data/reports/GO-2022-0425.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ description: |
3030
published: 2022-02-15T01:57:18Z
3131
ghsas:
3232
- GHSA-g9mp-8g3h-3c5c
33+
- GHSA-6cr6-fmvc-vw2p
3334
references:
3435
- fix: https://github.com/flynn/noise/pull/44
3536
cve_metadata:

0 commit comments

Comments
 (0)