mastodon/app
Eugen Rochko 1787704e1c Improve signature verification safeguards (#8959)
* Downcase signed_headers string before building the signed string

The HTTP Signatures draft does not mandate the “headers” field to be downcased,
but mandates the header field names to be downcased in the signed string, which
means that prior to this patch, Mastodon could fail to process signatures from
some compliant clients. It also means that it would not actually check the
Digest of non-compliant clients that wouldn't use a lowercased Digest field
name.

Thankfully, I don't know of any such client.

* Revert "Remove dead code (#8919)"

This reverts commit a00ce8c92c.

* Restore time window checking, change it to 12 hours

By checking the Date header, we can prevent replaying old vulnerable
signatures. The focus is to prevent replaying old vulnerable requests
from software that has been fixed in the meantime, so a somewhat long
window should be fine and accounts for timezone misconfiguration.

* Escape users' URLs when formatting them

Fixes possible HTML injection

* Escape all string interpolations in Formatter class

Slightly improve performance by reducing class allocations
from repeated Formatter#encode calls

* Fix code style issues
2018-10-12 00:17:36 +02:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Improve signature verification safeguards (#8959) 2018-10-12 00:17:36 +02:00
helpers Enable ro and ta locales in Rails (#8583) 2018-09-02 22:31:53 +02:00
javascript Weblate translations (2018-09-02) (#8582) 2018-09-02 22:31:35 +02:00
lib Improve signature verification safeguards (#8959) 2018-10-12 00:17:36 +02:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
policies Allow mods to disable login, improve message when login disabled (#8329) 2018-08-23 23:26:29 +02:00
presenters Add admin custom CSS setting (#8399) 2018-08-24 04:33:27 +02:00
serializers Only display web push notifications after API call (fixes #7902) (#8396) 2018-08-23 21:44:27 +02:00
services Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
validators Call address instead of exchange (#8076) 2018-07-26 04:49:28 +02:00
views Add preference for report notification e-mails, skip for duplicates (#8559) 2018-09-02 00:11:58 +02:00
workers Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00