Speaking of httpoxy
May 27, 2020 · backend
original post date: July 20, 2016
- Service who get HTTP_PROXY from environment
PATH
could be infected (wget/curl will be fine). - Service data could be stolen while connecting outbound destination by attackers' given
HTTP_PROXY
. - Under CGI/FPM mode.
- Fix for nginx: add these to
fastcgi.conf
:1
fastcgi_param HTTP_PROXY "";
- Apache has official update.
References:
[1] https://httpoxy.org/
[2] http://www.laruence.com/2016/07/19/3101.html