Info Only: HTTP/2 Bomb (remote denial-of-service)

FYI

@nu01 Thanks for sharing.

I just wanted to let you know that Hestia is not affected. The main Nginx instance is running version 1.30.2, and Apache2 does not have the HTTP/2 module enabled. The Nginx instance managing the Hestia Control Panel is also running Nginx 1.30.2, so it is not affected either.

Yes, and hence I started with “FYI”. :slightly_smiling_face:

Just wanted to make it clear that we are not affected.

Just thought I’d add that as the nginx version is not vulnerable, it will let us set the max_headers directive.
Default is 1000 (nginx -T | grep max_header) which is quite generous. I’d be tempted to set it lower. Can do this within http{} stanza in nginx.conf