Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
httpd24:EL7
:
2.4.41
>
httpd-2.4.41
> httpd-2.4.18-CVE-2016-5387.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File httpd-2.4.18-CVE-2016-5387.patch of Package httpd-2.4.41
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-5387 --- httpd-2.4.18/server/util_script.c.cve5387 +++ httpd-2.4.18/server/util_script.c @@ -195,6 +195,10 @@ } } #endif + else if (!strcasecmp(hdrs[i].key, "Proxy")) { + /* Don't pass through HTTP_PROXY */ + continue; + } else add_unless_null(e, http2env(r, hdrs[i].key), hdrs[i].val); }