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.

Notice of security breach on Ubuntu Forums

39 pointsby onosendaialmost 9 years ago

5 comments

jrowleyalmost 9 years ago
I like the direct communication style of this document.
评论 #12102180 未加载
AlphaGeekZulualmost 9 years ago
Although they obviously failed in their security efforts, I think, they did a good job in communicating the incident. No beating around the bush.
zarothalmost 9 years ago
<p><pre><code> They used this access to download portions of the ‘user’ table which contained usernames, email addresses and IPs for 2 million users. No active passwords were accessed; the passwords stored in this table were random strings as the Ubuntu Forums rely on Ubuntu Single Sign On for logins. The attacker did download these random strings (which were hashed and salted). </code></pre> Is that a session token they are talking about? What part of the OpenID protocol would involve saving a so-called &quot;password&quot; in the users table which is really just a &quot;random string&quot;, but which was also hashed and salted?<p>Ubuntuforums does use Ubuntu One for SSO, there should be no &quot;passwords&quot; at all in the table, so I&#x27;m not quite sure what to make of that paragraph. Typically session tokens are not salted and hashed, although you can actually do that do avoid having to revoke them after a breach.
评论 #12102220 未加载
ProxCoquesalmost 9 years ago
Not another one? Didn&#x27;t they get p0wned a few years ago?
评论 #12102312 未加载
评论 #12102963 未加载
guessmynamealmost 9 years ago
&gt; Hardening<p>&gt; We’ve installed ModSecurity, a Web Application Firewall, to help prevent &gt; similar attacks in the future.<p>&gt; We’ve improved our monitoring of vBulletin to ensure that security patches are applied promptly.<p>What? They _just_ added a firewall in their forum? What were they thinking all these years then? Either none of their engineers thought about adding an extra layer of security to this website during all these years, or the chain of command in this company is so strict that any suggestion from their engineers is dismissed until a security breach is detected. What a shame, first Linux Mint, and now these guys.
评论 #12103241 未加载