v1.2
Security Fixes
-
Fix pre-auth DoS via Content-Length overflow (GHSA-jgj3-97w2-9v9r) — A crafted
Content-Lengthheader with a near-max integer value caused an integer overflow panic in the HTTP receive path, crashing the entire x64dbg process. The overflow occurred before authentication, making it exploitable without a valid token. Fixed by using saturating addition (+|) so the overflow safely saturates instead of panicking. -
Default bind address changed to
127.0.0.1— The server now binds to localhost by default, reducing network exposure. Set the bind address to0.0.0.0in the config dialog if you need WSL or remote access.
Upgrade
Extract x64dbg-MCP-Server.zip into your x64dbg root folder. If you previously configured 0.0.0.0 as the bind address, your setting is preserved — this change only affects fresh installs or reset configs.