Ticket #921 (closed maintenance: fixed)
HTTP_PROXY env var vulnerability
Reported by: | chris | Owned by: | chris |
---|---|---|---|
Priority: | major | Milestone: | Maintenance |
Component: | Parrot server | Keywords: | |
Cc: | sam, paul | Estimated Number of Hours: | 0.0 |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0.4 |
Description
Change History
Note: See
TracTickets for help on using
tickets.
This vulnerability can be tested with using the Firefox Modify Headers and livehttpheaders add ons.
I assume it isn't worth fixing PuffinServer as this is probably due to be switched off as the site has been migrated off it?
On PenguinServer, this needs adding to all ngnix config for php:
And for Trac:
And testing via https://penguin.transitionnetwork.org/info/php-info.php and all is good.
On ParrotServer the vulnerability was tested and was present so the following was added to /etc/apache2/apache2.conf:
And that fixed it.