In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about HTTP Request Redirection vulnerabilities in an interactive lesson.
Start learningAccording to the vendor, setting the Session.trust_env
to False completely mitigates this risk.
requests
is a Python HTTP for Humans.
Affected versions of this package are vulnerable to HTTPoxy attacks. The Python CGIHandler
class did not properly protect against the HTTP_PROXY
variable. A remote attacker could possibly use this flaw to redirect HTTP requests performed by a Python CGI script to an attacker-controlled proxy via a malicious HTTP request.