Together with @doyensec we discovered CVE-2025-32464, a heap-buffer overflow in HAProxy. Read our write-up here: https://codeanlabs.com/blog/research/cve-2025-32464-overflowing-haproxy-regsub-converter/

Credits to Edoardo Geraci and Aleandro Prudenzano.

CVE-2025-32464 - Overflowing HAProxy regsub converter — Codean Labs

CVE-2025-32464 is a vulnerability in HAProxy 2.2 up to 3.1.6-d929ca2 which allows an attacker to perform a DoS attack exploiting specific usages of the regsub converter. It cause a heap buffer overflow, making the whole HAProxy pool of workers crash. Given the nature of the vulnerability, a scenario where this vulnerability can be abused in order to obtain RCE is not feasible, nevertheless, we recommend checking whether you are using the regsub converter in your HAProxy configuration and updating whenever possible.

Codean Labs