Staging Environment: Content and features may be unstable or change without notice.

Advisory Weakness Curation

CVE-2016-5385

Progress 0 / 0

Advisory Summaries

gitlab/packagist/amphp/artax/CVE-2016-5385

HTTP Proxy header vulnerability httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. See provided link.

gitlab/packagist/bugsnag/bugsnag-laravel/CVE-2016-5385

HTTP Proxy header vulnerability httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. See provided link.

gitlab/packagist/drupal/core/CVE-2016-5385

Improper Access Control PHP does not attempt to address RFC section namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the `HTTP_PROXY` environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv('HTTP_PROXY') call or (2) a CGI configuration of PHP, aka an `httpoxy` issue.

gitlab/packagist/drupal/drupal/CVE-2016-5385

Improper Access Control PHP does not attempt to address RFC section namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the `HTTP_PROXY` environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv('HTTP_PROXY') call or (2) a CGI configuration of PHP, aka an `httpoxy` issue.

gitlab/packagist/guzzlehttp/guzzle/CVE-2016-5385

Vulnerability in CGI applications httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. It comes down to a simple namespace conflict: RFC (CGI) puts the HTTP Proxy header from a request into the environment variables as `HTTP_PROXY` and `HTTP_PROXY` is a popular environment variable used to configure an outgoing proxy. This leads to a remotely exploitable vulnerability.

gitlab/packagist/padraic/humbug_get_contents/CVE-2016-5385

httpoxy vulnerability `humbug_get_contents ` is affected by httpoxy, a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. If a vulnerable HTTP client makes an outgoing HTTP connection, while running in a server-side CGI application, an attacker may be able to: * Proxy the outgoing HTTP requests made by the web application * Direct the server to open outgoing connections to an address and port of their choosing * Tie up server resources by forcing the vulnerable software to use a malicious proxy

gitlab/packagist/typo3/cms/CVE-2016-5385

URL Redirection to Untrusted Site ('Open Redirect') PHP through 7.0.8 does not attempt to address RFC 3875 section 4.1.18 namespace conflicts and therefore does not protect applications from the presence of untrusted client data in the HTTP_PROXY environment variable, which might allow remote attackers to redirect an application's outbound HTTP traffic to an arbitrary proxy server via a crafted Proxy header in an HTTP request, as demonstrated by (1) an application that makes a getenv('HTTP_PROXY') call or (2) a CGI configuration of PHP, aka an "httpoxy" issue.