|
|
|
|
|
by gshulegaard
974 days ago
|
|
There is a difference between an application being innately vulnerable and a user configuration exposing a vulnerability. Interestingly enough, HAProxy seems to have the same mitigation: > Until HAProxy dips below the configured stream limit again, new stream creation remains pending—regular timeouts eventually apply and the stream is cut if the situation does not resolve itself. This can occur during an attack. https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-... That is, if I read it correctly, default configuration is safe and you can use configuration of stream limits to ensure you are not vulnerable, but they are saying HAProxy is not vulnerable...at least in the title. Later on they soften the language: > HAProxy remains resistant to HTTP/2 Rapid Reset |
|