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.

Virgin Media (UK) stores passwords in plain text, sends them through the mail

182 pointsby molenzwiebelalmost 6 years ago

15 comments

wutbrodoalmost 6 years ago
I learned a long time ago that the default assumption for non-tech-first companies should be deep, deep incompetence, below the level of an undergrad with a decent CS degree, when it comes to basic security practice. Even having your system be Incredibly Important isn&#x27;t enough to force basic competence: there were plenty of government and bank systems through the 2000s that were apparently designed and maintained by high school kids (looking at you Citibank).<p>By 2019, a lot of the industries running more critical systems like finance have figured out that you should take your tech seriously (and it only took them twenty years to figure it out...) ,but it&#x27;s still a pretty good baseline assumption.
评论 #20726259 未加载
LeoPantheraalmost 6 years ago
Virgin Media is an ISP, for those who don&#x27;t know.<p>Perhaps more shockingly, they have a <i>maximum</i> password length of 10 characters, and the first character must be a letter.<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;Joshwright10&#x2F;status&#x2F;1162811048359014400" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;Joshwright10&#x2F;status&#x2F;1162811048359014400</a>
评论 #20728697 未加载
评论 #20726236 未加载
评论 #20726077 未加载
评论 #20728826 未加载
评论 #20728723 未加载
jayfluxalmost 6 years ago
I get everyone replying to virgins Twitter account in disgust, but let’s be honest, the person on the other end of that most likely won’t be technical, nor will there be much chance of them relaying it on. They will reply then go home for the day.<p>This is where things like <a href="https:&#x2F;&#x2F;securitytxt.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;securitytxt.org&#x2F;</a> are important. Being able to go through to the team or person who knows what’s going on. But then again, if a company stores plain text passwords they most likely won’t have security.txt
评论 #20726966 未加载
评论 #20727455 未加载
评论 #20728659 未加载
评论 #20728432 未加载
shaknaalmost 6 years ago
&gt; Posting it to you is secure, as it&#x27;s illegal to open someone else&#x27;s mail. ^JGS (@virginmedia)<p>&gt; There are a number of additional considerations you will need to take account of when designing your password system, such as the use of an appropriate hashing algorithm to store your passwords, protecting the means by which users enter their passwords, defending against common attacks and the use of two-factor authentication. [0]<p>Well, they&#x27;re not admitting what they do is in any way unsafe, but it really seems like a cut-and-dried GDPR violation.<p>They really haven&#x27;t met even the spirit of:<p>&gt; Processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures.<p>[0] <a href="https:&#x2F;&#x2F;ico.org.uk&#x2F;for-organisations&#x2F;guide-to-data-protection&#x2F;guide-to-the-general-data-protection-regulation-gdpr&#x2F;security&#x2F;passwords-in-online-services&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ico.org.uk&#x2F;for-organisations&#x2F;guide-to-data-protectio...</a>
评论 #20725971 未加载
评论 #20726015 未加载
heffebaycayalmost 6 years ago
From 2015: &quot;Virgin Media stores user passwords in plaintext?&quot; <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9492006" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9492006</a>
评论 #20727078 未加载
5halmost 6 years ago
This is the same bunch of clowns who MITM you even after disabling their porn-filter, and the &quot;fix&quot; is to install their root cert.
rvzalmost 6 years ago
Right now in 2019, companies in the UK who somehow now think that they are &#x27;tech companies&#x27; have this attitude when it comes to security. I met one company that recently got funding in the UK that deals with personal insurance and asked them if they write tests and they responded that they don&#x27;t have tests, because they have no time to write any. In this case, that is like not having a security audit because we don&#x27;t want anyone knowing the secret sauce.<p>Unfortunately, The motto here is that &#x27;If it ain&#x27;t broke, don&#x27;t fix it.&#x27; and these systems don&#x27;t get updated in a while until it is too late.<p>&gt; Posting it to you is secure, as it&#x27;s illegal to open someone else&#x27;s mail. ^JGS<p>I can&#x27;t trust Virgin to mail me anything sensitive then as the person who sent these details could have just seen it and wrote it down beforehand. That is too much of a risk to trust anyone and call that secure, even if it is illegal to open someone else&#x27;s mail.<p>Well I&#x27;ll be expecting the GDPR officers to mail you clowns a huge fine then.
noodlesUKalmost 6 years ago
How is it that ISPs are always such awful organisations? I understand that their user base isn’t particularly technical, but there’s no excuse for this sort of public stupidity.
评论 #20728684 未加载
thraxilalmost 6 years ago
When you have a problem and call support, they do the &quot;please enter the 4th digit of your account password&quot; thing to verify you (further evidence that they store it in plaintext). This is particularly fun since my password is only in a password manager, which, if my service is offline, I can&#x27;t access. So whenever my internet goes out, calling VM support to get them to fix it involves an extra 15 minutes of me arguing with them.
评论 #20729456 未加载
LIV2almost 6 years ago
I’m a bit rusty and could be wrong but doesn’t MSCHAPv2&#x2F;CHAP require knowledge of the plaintext password on the server side? I think that makes it required to be stored plaintext for any PPP connection and thus most if not all ISPs would be storing plaintext passwords
amiga-workbenchalmost 6 years ago
UCAS used to do a similar thing. I really hope they have fixed this since. <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;H2gADSX.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;H2gADSX.png</a>
评论 #20726052 未加载
mlmartinalmost 6 years ago
Virgin media have a &#x27;memorable word&#x27; that you quote to the phone agents as a proof that it&#x27;s you talking to them. It&#x27;s not the password to the online account and it&#x27;s only one of a few bits of info you get asked to prove you are the account holder.<p>I think this is what is being talked about. Not the actual account &#x27;password&#x27;.
评论 #20726389 未加载
tastroderalmost 6 years ago
Don&#x27;t think this was posted yet, they doubled down on this:<p><a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;VirginMediaIE&#x2F;status&#x2F;1163441193541414912" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;VirginMediaIE&#x2F;status&#x2F;116344119354...</a>
alex_dufalmost 6 years ago
Unfortunately Plusnet does the same
thecleaneralmost 6 years ago
Does anyone else think the Virgin group companies are really bad and are simply baded on good marketing ? My read on Branson himself is that he&#x27;s DT with actual billions.
评论 #20729097 未加载
评论 #20726721 未加载