Matrix.org Security Incident
matrix.org
Matrix.org Security Incident
1–10 of 17 posts
Re: Matrix.org Security Incident
#2Re: Matrix.org Security Incident
#3Why was Jenkins running on a production server?
Re: Matrix.org Security Incident
#4This is about as bad as IR can get: you realize you got hacked, you re-build your entire infrastructure and publicly say it's fixed, and then you get popped again...
Re: Matrix.org Security Incident
#5Did the blog get hacked (again?) in between this being posted and now? It has what looks like password hashes and `uname -a` from every(?) server in their infrastructure. This is about as bad as IR can get: you realize you got hacked, you re-build your entire infrastructure and publicly say it's fixed, and then you get popped again...
it stated "Having fully flushed out the attacker [...]" which i guess turned out to be false :-/
also im getting invalid HTTPS certs on the blog now. for some reason im getting a cert that looks like its for github.com ?
edit: now im getting a lets encrypt cert on matrix.org, but a cloudflare SSL error page when i go to www.matrix.org ? the lets encrypt cert looks like it was just issued about an hour ago.
edit2: i guess both with and without www. are lets encrypt, but the with www. cert was issued back in february (and gives a cloudflare SSL error page), while without www. was issued today. (and gives the current hacked message)
Re: Matrix.org Security Incident
#6Did the blog get hacked (again?) in between this being posted and now? It has what looks like password hashes and `uname -a` from every(?) server in their infrastructure. This is about as bad as IR can get: you realize you got hacked, you re-build your entire infrastructure and publicly say it's fixed, and then you get popped again...
i think so. here is a wayback machine link to the previous blog post https://web.archive.org/web/20190412000400/https://matrix.or... it stated "Having fully flushed out the attacker [...]" which i guess turned out to be false :-/ also im getting invalid HTTPS certs on the blog now. for some reason im getting a cert that looks like its for github.com ? edit: now im getting a lets encrypt cert on matrix.org, but a clou…
Re: Matrix.org Security Incident
#7Otherwise, the page probably wouldn't run off github.
Re: Matrix.org Security Incident
#8 Time for actual transparency.
[list of servers, uname -a for each]
root@[name]:/var/lib/postgresql# df -h
[list of partitions]
$ cat users.txt | grep [name] | head -n1
@[name]:matrix.org|[hash]
$ wc -l users.txt
[~6M users]
See you soon.
(affects whole site, even https://matrix.org, site is on jekyll BTW)Re: Matrix.org Security Incident
#9That seems like a fairly bad usability/security design?