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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ubuntu forums hacked

65 点作者 reinhardt将近 12 年前

9 条评论

GuiA将近 12 年前
&gt;The passwords are not stored in plain text. However, if you were using the same password as your Ubuntu Forums one on another service (such as email), you are strongly encouraged to change the password on the other service ASAP.<p>Translation: the passwords were stored using dumb MD5&#x2F;SHA1. Seriously, it&#x27;s 2013, why can&#x27;t 99% of the web get their act together when it comes to password hashing?
评论 #6077245 未加载
spindritf将近 12 年前
It&#x27;s an opportunity to finally kill it off and stop polluting google results.
评论 #6077798 未加载
评论 #6077426 未加载
elchief将近 12 年前
This is how much effort it takes to have a BCrypt (strong, slow, salted hash) database user system in Spring (not that they used Spring):<p><pre><code> &lt;http auto-config=&#x27;true&#x27;&gt; &lt;intercept-url pattern=&quot;&#x2F;**&quot; access=&quot;ROLE_USER&quot; &#x2F;&gt; &lt;&#x2F;http&gt; &lt;beans:bean class=&quot;org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder&quot; id=&quot;passwordEncoder&quot; &#x2F;&gt; &lt;authentication-manager&gt; &lt;authentication-provider&gt; &lt;jdbc-user-service data-source-ref=&quot;dataSource&quot; &#x2F;&gt; &lt;password-encoder ref=&quot;passwordEncoder&quot; &#x2F;&gt; &lt;&#x2F;authentication-provider&gt; &lt;&#x2F;authentication-manager&gt; </code></pre> StackExchange&#x27;s AskUbuntu.com is pretty good, as you can use OpenId, and if someone (illegally) hacks Google we are all fucked anways.
nnwa将近 12 年前
That&#x27;d be the admin panel on their vbulletin installation which has been publicly facing for more than a year.
wldlyinaccurate将近 12 年前
vBulletin is (and always has been) terribly insecure. Only way to beef up security is to lock down admin panels, e.g. IP-restrict them.
评论 #6077909 未加载
评论 #6077051 未加载
评论 #6077638 未加载
amccloud将近 12 年前
So far they are handling this better than Apple.
keithpeter将近 12 年前
ubuntuforums.org timing out as of now but are we sure this is a malicious attack and not simply downtime?<p>If it is an attack, it just means a time bandit for the admins I suppose...
评论 #6076666 未加载
评论 #6076636 未加载
评论 #6076580 未加载
评论 #6076642 未加载
评论 #6076606 未加载
orblivion将近 12 年前
So are they going to email their user base to warn them to change their passwords? I thought I had an account at some point and I didn&#x27;t get an email.
lvs将近 12 年前
aren&#x27;t ubuntu forums based on <a href="http://moinmo.in" rel="nofollow">http:&#x2F;&#x2F;moinmo.in</a>?
评论 #6076810 未加载
评论 #6076820 未加载