5.7
CVE-2023-27892
- EPSS 0.05%
- Veröffentlicht 02.05.2023 21:15:09
- Zuletzt bearbeitet 30.01.2025 17:15:13
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
Insufficient length checks in the ShapeShift KeepKey hardware wallet firmware before 7.7.0 allow a global buffer overflow via crafted messages. Flaws in cf_confirmExecTx() in ethereum_contracts.c can be used to reveal arbitrary microcontroller memory on the device screen or crash the device. With physical access to a PIN-unlocked device, attackers can extract the BIP39 mnemonic secret from the hardware wallet.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Shapeshift ≫ Keepkey Firmware Version >= 7.5.2 < 7.7.0
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.05% | 0.158 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.7 | 0.5 | 5.2 |
CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H
|
| cve@mitre.org | 3.8 | 0.2 | 3.6 |
CVSS:3.1/AV:P/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
CWE-125 Out-of-bounds Read
The product reads data past the end, or before the beginning, of the intended buffer.