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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Man-in-the-middle attack on Mobile Facebook possible due to lack of HSTS header

39 点作者 nelse超过 11 年前

5 条评论

pmh超过 11 年前
It&#x27;s important to note that even if the HSTS header was present on the mobile site, the exploit would still be possible since many mobile browsers do not support HSTS[1].<p>[1]<a href="http://michael-coates.blogspot.com/2013/09/security-capabilities-comparison-hsts.html" rel="nofollow">http:&#x2F;&#x2F;michael-coates.blogspot.com&#x2F;2013&#x2F;09&#x2F;security-capabili...</a>
ancarda超过 11 年前
&gt;We are slowly rolling out HSTS across the entirety of Facebook&#x27;s infrastructure. The fact that m.facebook.com does not send this header currently is by design.<p>Why not? For browsers that don&#x27;t support HSTS, the header will be ignored. For those that do support it, the end-user gets better security. Is there a feasible reason for not enabling it everywhere? My guess would be so Facebook can disable SSL for certain browsers?
matt_heimer超过 11 年前
I don&#x27;t get this header. Wouldn&#x27;t the man-in-the-middle that is using something like sslstrip also be able to strip out any header they choose to?
评论 #6530332 未加载
elwell超过 11 年前
Useful post simply for bringing attention to HSTS; of which, I&#x27;ve never heard.
Sami_Lehtinen超过 11 年前
I think marking cookies secure only is more important than hsts, but if both lack, then it&#x27;s quite bad thing.<p>Btw. There are many sites like this out there. So this isn&#x27;t news actually. There are even more sites which lack https completely.