Bug 1202904 (CVE-2015-2296) - CVE-2015-2296 python-requests: session fixation and cookie stealing vulnerability
Summary: CVE-2015-2296 python-requests: session fixation and cookie stealing vulnerabi...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2015-2296
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1202906 1778140
Blocks: 1202909
TreeView+ depends on / blocked
 
Reported: 2015-03-17 16:39 UTC by Martin Prpič
Modified: 2019-11-29 11:43 UTC (History)
42 users (show)

Fixed In Version: python-requests 2.6.0
Doc Type: Bug Fix
Doc Text:
A flaw was found in the way python-requests set the domain cookie parameter for certain HTTP responses. A remote attacker could use this flaw to modify a cookie to be sent to an arbitrary URL.
Clone Of:
Environment:
Last Closed: 2016-04-08 19:31:57 UTC
Embargoed:


Attachments (Terms of Use)

Description Martin Prpič 2015-03-17 16:39:06 UTC
The following flaw was found in python-requests:

The issue occurs when Requests is handling a HTTP response that is a redirection and that also sets cookies without an explicit domain parameter. Instead of the cookies only being set for the domain which sent the HTTP response, they are also sent to the redirection target, regardless of its domain.

The issue could be exploited in the following ways:

* If you are the redirection source (ie. you can make Requests hit your URL), you can make Requests perform a request to any third-party domain with cookies of your choosing. This may be useful in performing a session fixation attack.

* If you are the redirection target (ie. you can make a third-party site redirect to your URL), you are able to steal any cookies set by the third-party redirection.

This issue affects versions 2.1.0 and later, and is fixed in version 2.6.0:

https://warehouse.python.org/project/requests/2.6.0/

Upstream patch:

https://github.com/kennethreitz/requests/commit/3bd8afbff29e50b38f889b2f688785a669b9aafc

Comment 1 Martin Prpič 2015-03-17 16:44:02 UTC
Created python-requests tracking bugs for this issue:

Affects: fedora-21 [bug 1202906]

Comment 2 Fedora Update System 2015-03-29 04:51:29 UTC
python-requests-2.5.3-2.fc21, python-urllib3-1.10.2-1.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Ralph Bean 2015-09-19 01:12:21 UTC
I think this one can be closed now.  python-requests-2.6.0 is available in all active Fedora releases as well as rhel6-base and rhel7-base.

Comment 5 Tomas Hoger 2019-11-29 11:43:46 UTC
Created python-virtualenv tracking bugs for this issue:

Affects: epel-6 [bug 1778140]


Note You need to log in before you can comment on or make changes to this bug.