TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenSSL vulnerable to timing attack?

53 pointsby Moral_about 11 years ago

5 comments

epsabout 11 years ago
This could, in theory, allow discovering IDs of sessions that are either active or cached on the server end. IDs are passed in clear between SSL peers, so being able to recover them doesn&#x27;t compromise the security of the protocol.<p>That said, this can be used to estimate the size of the server&#x27;s session list and to covertly measure and monitor the volume of its activity. This can come handy in some cases, but then splicing into server&#x27;s Internet connection and passively listening to the traffic would yield the same information with much less fuss.
评论 #7570912 未加载
paulannesleyabout 11 years ago
Follow-up email: <a href="http://seclists.org/fulldisclosure/2014/Apr/149" rel="nofollow">http:&#x2F;&#x2F;seclists.org&#x2F;fulldisclosure&#x2F;2014&#x2F;Apr&#x2F;149</a><p>&gt; Not used anywhere though, just a corpse lying around in the code. — Jann Horn
评论 #7570607 未加载
chompabout 11 years ago
I don&#x27;t see this function called anywhere in the OpenSSL source, or, for instance, the Apache source code. Could you clarify on this post?<p>EDIT: I see it exposed in 0.9.8y. Anyone know of anything that builds against this specifically and uses it?
评论 #7570203 未加载
评论 #7570215 未加载
评论 #7570195 未加载
评论 #7570286 未加载
ksoderstromabout 11 years ago
Is it actually feasible to do a timing attack using memcpy?<p>I&#x27;ve been testing a bit locally, as in within the same process, without any luck. I have a hard to seeing how this would work, especially when you add network latency.<p>Does anyone have any proof-of-concept code that actually exploits memcpy with a timing attack?
Nexxxehabout 11 years ago
Heartbleed I just about understand, as despite this not being my field, smart people successfully summarized it in an easily digestible way so that I could even explain it to my mum. Can someone ELI5 this too please?
评论 #7570240 未加载
评论 #7570225 未加载
评论 #7570233 未加载
评论 #7570231 未加载