CVE-2023-33242
CRITICALlindell17 - Private Key Extraction via Abort Handling in Lindell17 TSS Protocol
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2023-33242. PoCs published by d0rb.
AI-analyzed exploit summary This PoC demonstrates a bit extraction exploit against the Lindell17 protocol, allowing an attacker to recover the private key by leveraging mishandled aborts during signature attempts. The code simulates the vulnerability by iteratively extracting bits of the secret share.
Description
Crypto wallets implementing the Lindell17 TSS protocol might allow an attacker to extract the full ECDSA private key by exfiltrating a single bit in every signature attempt (256 in total) because of not adhering to the paper's security proof's assumption regarding handling aborts after a failed signature.
Exploits (1)
This PoC demonstrates a bit extraction exploit against the Lindell17 protocol, allowing an attacker to recover the private key by leveraging mishandled aborts during signature attempts. The code simulates the vulnerability by iteratively extracting bits of the secret share.
References (4)
Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N