Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-w5vr-6qhr-36cc

Опубликовано: 14 авг. 2023
Источник: github
Github: Прошло ревью
CVSS3: 5.9

Описание

ed25519-dalek Double Public Key Signing Function Oracle Attack

Versions of ed25519-dalek prior to v2.0 model private and public keys as separate types which can be assembled into a Keypair, and also provide APIs for serializing and deserializing 64-byte private/public keypairs.

Such APIs and serializations are inherently unsafe as the public key is one of the inputs used in the deterministic computation of the S part of the signature, but not in the R value. An adversary could somehow use the signing function as an oracle that allows arbitrary public keys as input can obtain two signatures for the same message sharing the same R and only differ on the S part.

Unfortunately, when this happens, one can easily extract the private key.

Revised public APIs in v2.0 of ed25519-dalek do NOT allow a decoupled private/public keypair as signing input, except as part of specially labeled "hazmat" APIs which are clearly labeled as being dangerous if misused.

Пакеты

Наименование

ed25519-dalek

rust
Затронутые версииВерсия исправления

< 2.0.0

2.0.0

EPSS

Процентиль: 0%
0.00004
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-497

Связанные уязвимости

CVSS3: 5.9
ubuntu
6 месяцев назад

The ed25519-dalek crate before 2 for Rust allows a double public key signing function oracle attack. The Keypair implementation leads to a simple computation for extracting a private key.

CVSS3: 5.9
redhat
6 месяцев назад

The ed25519-dalek crate before 2 for Rust allows a double public key signing function oracle attack. The Keypair implementation leads to a simple computation for extracting a private key.

CVSS3: 5.9
nvd
6 месяцев назад

The ed25519-dalek crate before 2 for Rust allows a double public key signing function oracle attack. The Keypair implementation leads to a simple computation for extracting a private key.

CVSS3: 5.9
debian
6 месяцев назад

The ed25519-dalek crate before 2 for Rust allows a double public key s ...

EPSS

Процентиль: 0%
0.00004
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-497