If you use #haproxy >=2.9, you want to upgrade there is a DoS vector in it.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45506
It was hard to figure out but thanks to the great haproxy team it was mitigated fast! 🥳
If you use #haproxy >=2.9, you want to upgrade there is a DoS vector in it.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45506
It was hard to figure out but thanks to the great haproxy team it was mitigated fast! 🥳
@theuni I think it can happen even if it's behind a nginx if nginx isn't multiplexing connections.
It basically happens when you have many connections, which trigger many GOAWAY messages and the buffer is already empty. It might just be even more rare to trigger it.