From a purported abridged chatlog with the alleged hacker: > 05:42 credit cards were encrypted, sadly both the private and public keys were stored on the webserver so that provides 0 additional security > 06:00 They did try to encrypt them, but using public key encryption doesn't work if you have the public and private key in the same directory http://turtle.dereferenced.org/~nenolod/linode/linode-abridg...
Wouldn't doing that be a massive PCI violation? Aren't there extensive audits for this sort of thing?
Linode hacked, CCs and passwords leaked
21–30 of 418 posts
Re: Linode hacked, CCs and passwords leaked
#22Found it interesting that Linode uses Coldfusion. Wonder if Adobe has anything to say about the apparent 0-day. If the hacker's claims are true (Would appear so, the directory listing checks out) then Linode really need to address this ASAP. Passwords are one thing but to have CC details leaked is even worse. I'm not familiar with CC processing but it seems like bad practice to store the encryption keys on the web se…
It wouldn't take a zero-day flaw in the Coldfusion stack for a CF application to have an undocumented vulnerability; in fact, it's much more likely that the vulnerability is in the application code than in the stack itself.
"This hotfix resolves a vulnerability that could be exploited to impersonate an authenticated user (CVE-2013-1387).
"This hotfix resolves a vulnerability that could be exploited by an unauthorized user to gain access to the ColdFusion administrator console (CVE-2013-1388)."
http://www.adobe.com/support/security/bulletins/apsb13-10.ht...
Re: Linode hacked, CCs and passwords leaked
#23From a purported abridged chatlog with the alleged hacker: > 05:42 credit cards were encrypted, sadly both the private and public keys were stored on the webserver so that provides 0 additional security > 06:00 They did try to encrypt them, but using public key encryption doesn't work if you have the public and private key in the same directory http://turtle.dereferenced.org/~nenolod/linode/linode-abridg...
Wouldn't doing that be a massive PCI violation? Aren't there extensive audits for this sort of thing?
Re: Linode hacked, CCs and passwords leaked
#24Hopefully, they own up and start being transparent.
If this is true then what alternative hosts should I look at, besides AWS?
Re: Linode hacked, CCs and passwords leaked
#25From a purported abridged chatlog with the alleged hacker: > 05:42 credit cards were encrypted, sadly both the private and public keys were stored on the webserver so that provides 0 additional security > 06:00 They did try to encrypt them, but using public key encryption doesn't work if you have the public and private key in the same directory http://turtle.dereferenced.org/~nenolod/linode/linode-abridg...
Wouldn't doing that be a massive PCI violation? Aren't there extensive audits for this sort of thing?
Re: Linode hacked, CCs and passwords leaked
#26From a purported abridged chatlog with the alleged hacker: > 05:42 credit cards were encrypted, sadly both the private and public keys were stored on the webserver so that provides 0 additional security > 06:00 They did try to encrypt them, but using public key encryption doesn't work if you have the public and private key in the same directory http://turtle.dereferenced.org/~nenolod/linode/linode-abridg...
That's totally shit. Its also why we invoice and take wire payments rather than storing CC details. There's just so much to go wrong. Also PKI is shit for this sort of thing. As demonstrated, the moment that public key is gone, then the whole system falls like a house of cards. For the non believers of this fact, why else would there be a certificate revocation list and root CA updates for windows periodically...
Re: Linode hacked, CCs and passwords leaked
#27This could very well be the hackers own submission to /. trying to get more attention for his hack by claiming he has CC numbers which I doubt he has.
Re: Linode hacked, CCs and passwords leaked
#28Re: Linode hacked, CCs and passwords leaked
#29Earlier quoted context omitted.
That's totally shit. Its also why we invoice and take wire payments rather than storing CC details. There's just so much to go wrong. Also PKI is shit for this sort of thing. As demonstrated, the moment that public key is gone, then the whole system falls like a house of cards. For the non believers of this fact, why else would there be a certificate revocation list and root CA updates for windows periodically...
Using a processor who stores the card number outside of your infrastructure (ie. Stripe) can also be helpful.
Re: Linode hacked, CCs and passwords leaked
#30Found it interesting that Linode uses Coldfusion. Wonder if Adobe has anything to say about the apparent 0-day. If the hacker's claims are true (Would appear so, the directory listing checks out) then Linode really need to address this ASAP. Passwords are one thing but to have CC details leaked is even worse. I'm not familiar with CC processing but it seems like bad practice to store the encryption keys on the web se…
Was it a 0-day? The purported linode chatlog makes it sound like poorly configured CF: http://turtle.dereferenced.org/~nenolod/linode/linode-abridg... --------- 05:43 Well linode also had terribly configured coldfusion 05:57 05:57 this code 05:57 It's so dirty I feel bad reading it
Also if you check out my reply below I've C&P'ed the chat logs where he claims it is a zero day:
https://news.ycombinator.com/item?id=5552992
Plus another commenter has linked to a security advisory for exploits in CF that was issued a few days ago.