Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Created February 14, 2023 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haproxytechblog/a8aa248b04b0fcef9b6882a997b51b46 to your computer and use it in GitHub Desktop.
Save haproxytechblog/a8aa248b04b0fcef9b6882a997b51b46 to your computer and use it in GitHub Desktop.
CVE-2023-25725
frontend myfrontend
http-request deny if { fc_http_major 1 } !{ req.body_size 0 } !{ req.hdr(content-length) -m found } !{ req.hdr(transfer-encoding) -m found } !{ method CONNECT }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment