- [CVE-2025-23217](https://github.com/mitmproxy/mitmproxy/security/advisories/GHSA-wg33-5h85-7q5p):
mitmweb's API now requires an authentication token by default.
The mitmweb API is bound to localhost only, but gronke found that an attacker can circumvent that restriction
by tunneling requests through the proxy server itself in an [SSRF](https://en.wikipedia.org/wiki/Server-side_request_forgery)-style attack.
([fa89055](https://github.com/mitmproxy/mitmproxy/commit/fa89055e196d953f11fd241e36ee37858993486a), mhils)
- Add (optional) password protection for mitmweb. The `web_password` option replaces the randomly-generated token
authentication with a fixed secret that survives mitmproxy restarts.
([0bd573a](https://github.com/mitmproxy/mitmproxy/commit/0bd573a5995f61d82f5157e927b0eb93cdc4ebab), mhils)
- mitmweb can now be hosted under arbitrary domains, the previously-used DNS rebind protection is not required anymore.
([62693af](https://github.com/mitmproxy/mitmproxy/commit/62693aff9a38ad0bb36716569fc627f26e489ccc), mhils)
- Security Hardening: mitmweb's `xsrf_token` cookie is now `HttpOnly; SameSite=Strict`.
([7491](https://github.com/mitmproxy/mitmproxy/pull/7491), mhils)
- We now provide standalone binaries for Linux arm64.
([7484](https://github.com/mitmproxy/mitmproxy/pull/7484), mhils)
- Standalone binaries are now compiled with Python 3.13.
([7485](https://github.com/mitmproxy/mitmproxy/pull/7485), mhils)
- Fix console freezing due to DNS queries with an empty question section.
([7497](https://github.com/mitmproxy/mitmproxy/pull/7497), sujaldev)
- Add mitmweb tutorial to docs.
([7509](https://github.com/mitmproxy/mitmproxy/pull/7509), EstherRoeth)
- Fixed a bug that caused mitmproxy to crash when loading prior knowledge h2 flows.
([7514](https://github.com/mitmproxy/mitmproxy/pull/7514), sujaldev)
- Fix a bug where mitmproxy would get stuck in secure web proxy mode when using `ignore_hosts` or `allow_hosts`.
([7519](https://github.com/mitmproxy/mitmproxy/pull/7519), mhils)
- Copy request/response data to the clipboard in mitmweb
([7352](https://github.com/mitmproxy/mitmproxy/pull/7352), lups2000)
- Fix a bug where exporting a curl or httpie command with escaped characters would lead to different data being sent.
([7520](https://github.com/mitmproxy/mitmproxy/pull/7520), proteusvacuum)