TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dropbox disables ASLR on Windows

196 点作者 timpattinson超过 11 年前

13 条评论

tlrobinson超过 11 年前
ASLR = Address Space Layout Randomization<p><a href="https://en.wikipedia.org/wiki/Address_space_layout_randomization" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Address_space_layout_randomiza...</a>
评论 #6357151 未加载
评论 #6357381 未加载
评论 #6358301 未加载
onehoof超过 11 年前
&quot;Dropbox&quot; and &quot;Security&quot; are pretty much opposing terms. Remember this is the same company that when faced with a login bug, chose to disable password authentication so that anyone could log in as anyone else instead of shutting the service down until it was fixed.
评论 #6357556 未加载
scott_karana超过 11 年前
&gt; Update: Brad “spender” Spengler (of grsec fame) has noted that the latest version of Dropbox has ASLR enabled for the 64-bit DLL, but still doesn’t on 32-bit.<p>For those particularly worried.<p>Still disturbing, but this seems to point to technical concerns.
评论 #6357924 未加载
评论 #6357141 未加载
lawnchair_larry超过 11 年前
That&#x27;s very bad. It&#x27;s been a long battle to stomp out ASLR-breaking modules from browsers. Vendors who do this undermine all of that.
timpattinson超过 11 年前
Comments from &#x2F;r&#x2F;netsec thread here: <a href="http://www.reddit.com/r/netsec/comments/1m25gi/installing_dropbox_prepare_to_lose_aslr/" rel="nofollow">http:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;netsec&#x2F;comments&#x2F;1m25gi&#x2F;installing_dr...</a>
andyjohnson0超过 11 年前
I know very little about ASLR. Anyone care to comment on possible reasons why Dropbox would disable it?<p>I find it hard to believe that this is a deliberate attempt to weaken client-side security, so its more likely that they are using some legacy code that is somehow incompatible with ASLR. But ASLR has been in Windows since 2007, pre-dating Dropbox by about a year, so they either developed ASLR-incompatible code after the feature was live or the problem is in a third-part component.<p>Any other explanations? What problems can ASLR cause?
评论 #6359183 未加载
评论 #6359063 未加载
Theriac25超过 11 年前
Why is it even possible for DLLs&#x2F;applications to disable ASLR by themselves, shouldn&#x27;t that be decision for the OS or admin?
评论 #6358517 未加载
yalogin超过 11 年前
Interesting. The option &#x2F;DYNAMICBASE seems to be the default (to support ASLR). Which means they explicitly disabled it. Wonder why? Are they doing something that needed ASLR to be off?
评论 #6358477 未加载
评论 #6358495 未加载
Dylan16807超过 11 年前
So it doesn&#x27;t disable ASLR outside of this dll, right? The process is already loaded; it can&#x27;t un-randomize.
评论 #6357411 未加载
trurl42超过 11 年前
It seems like git-cheetah and the 7-Zip shell extension exhibit the same problem. MinGW doesn&#x27;t enable ASLR by default, which might be the reason for that.
caiob超过 11 年前
how about less acronyms?
评论 #6357948 未加载
sitkack超过 11 年前
I have always suspected dropbox was a rootkit trojan. Ever since the founder said that it was open to sifting through users data for copyright violations.
评论 #6357135 未加载
评论 #6357123 未加载
评论 #6357880 未加载
SilliMon超过 11 年前
What&#x27;s most worrying about this is that Dropbox is injecting itself into processes like NotePad++ and Firefox that have nothing to do with shell extensions.<p>Either this is lazy coding, or there is some malicious intent to spy.
评论 #6357232 未加载