Lucene search

K
osvGoogleOSV:GHSA-W3HJ-WR2Q-X83G
HistoryApr 06, 2021 - 5:22 p.m.

Discovery uses the same AES/GCM Nonce throughout the session

2021-04-0617:22:17
Google
osv.dev
7

0.001 Low

EPSS

Percentile

20.8%

Discovery uses the same AES/GCM Nonce throughout the session though it should be generated on per message basis which can lead to the leaking of the session key. As the actual ENR record is signed with a different key it is not possible for an attacker to alter the ENR record. Note that the node private key is not compromised, only the session key generated to communicate with an individual peer.

From discovery spec:
> The number of messages which can be encrypted with a certain session key is limited because encryption of each message requires a unique nonce for AES-GCM. In addition to the keys, the session cache must also keep track of the count of outgoing messages to ensure the uniqueness of nonce values. Since the wire protocol uses 96 bit AES-GCM nonces, it is strongly recommended to generate them by encoding the current outgoing message count into the first 32 bits of the nonce and filling the remaining 64 bits with random data generated by a cryptographically secure random number generator.

0.001 Low

EPSS

Percentile

20.8%

Related for OSV:GHSA-W3HJ-WR2Q-X83G