liberapay / salon

Liberapay's salon, where the discussions that don't belong elsewhere take place
22 stars 3 forks source link

Cloudbleed #111

Open Changaco opened 7 years ago

Changaco commented 7 years ago

Official sources:

TL;DR there is a very small possibility that some private information belonging to Liberapay users was leaked.

Important data that could have been leaked:

Non-exploitable data that could have been leaked:

Information that isn't affected at all:

Changaco commented 7 years ago

Here's an attempt to determine how many passwords could be compromised:

select count(*) from participants where password is not null and (password_mtime >= '2016-09-22' and password_mtime < '2017-02-19' or session_expires >= '2016-09-22' and session_expires <= '2017-02-19');

It returns 294.

EdOverflow commented 7 years ago

Do you have a list of third-party services that Liberapay uses?

Changaco commented 7 years ago

@EdOverflow Our server communicates over HTTPS with:

Emails go through SMTP to Mailgun.

Aside from that we have accounts on various websites, the most important ones being cloudflare.com (DNS), gandi.net (DNS), redhat.com (server access), dashboard.mangopay.com (payments dashboard).