Passive SSH Key Compromise via Lattices [pdf]
eprint.iacr.org
Passive SSH Key Compromise via Lattices [pdf]
1–10 of 57 posts
Re: Passive SSH Key Compromise via Lattices [pdf]
#2Re: Passive SSH Key Compromise via Lattices [pdf]
#3Can anybody ELI5?
Edit: Don't ask me questions, i don't know shit, i just rephrased stuff from the linked paper.
Re: Passive SSH Key Compromise via Lattices [pdf]
#4And they say crypto is hard, sheesh...
Seriously though, almost every time I hear about some new (to me) attack, I get amazed at the ingenuity of people.
Re: Passive SSH Key Compromise via Lattices [pdf]
#5Re: Passive SSH Key Compromise via Lattices [pdf]
#6Can anybody ELI5?
While at first it may seem an unlikely attack, it's probably more real than you'd think, given the number of times any single server does TLS negotiation using a given private key. The attack becomes even more likely when you realize that multiple servers will be using the private key.
In practice, this gives middle boxes more power, and raises their profile in the threat model significantly. This also opens up the possibility of simply collecting failed transient failed tls negotation data from a large number of (legitimate) clients to reconstruct a private key.
Re: Passive SSH Key Compromise via Lattices [pdf]
#7Re: Passive SSH Key Compromise via Lattices [pdf]
#8RSA digital signatures can reveal a signer’s secret key if a computational or hardware fault occurs during signing with an unprotected implementation using the Chinese Remainder Theorem and a deterministic padding scheme like PKCS#1 v1.5. [...] In this context, a passive adversary can quietly monitor legitimate connections without risking detection until they observe a faulty signature that exposes the private key. T…
Re: Passive SSH Key Compromise via Lattices [pdf]
#9Can anybody ELI5?
Random hardware bit flips can cause invalid RSA signatures, which baddies can use to deduce private keys. Edit: Don't ask me questions, i don't know shit, i just rephrased stuff from the linked paper.
Re: Passive SSH Key Compromise via Lattices [pdf]
#10RSA digital signatures can reveal a signer’s secret key if a computational or hardware fault occurs during signing with an unprotected implementation using the Chinese Remainder Theorem and a deterministic padding scheme like PKCS#1 v1.5. [...] In this context, a passive adversary can quietly monitor legitimate connections without risking detection until they observe a faulty signature that exposes the private key. T…
Damn those Chinese hackers again!