Skip to content

Commit

Permalink
Mitigation for US-CERT VU#797896
Browse files Browse the repository at this point in the history
  • Loading branch information
abrander committed Jul 19, 2016
1 parent 265f864 commit 8e82202
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/vhost/fastcgi_params.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ fastcgi_param HTTPS $https;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param REDIRECT_STATUS 200;

# Workaround for US-CERT VU#797896. There appear to be no real reason
# to forward the Proxy: header to FastCGI backends. We simply remove it
# if it exists. Please see https://www.kb.cert.org/vuls/id/797896
fastcgi_param HTTP_PROXY "";

0 comments on commit 8e82202

Please sign in to comment.