Bug 2049577 (CVE-2022-23607) - CVE-2022-23607 python-treq: Exposure of Sensitive Information to an Unauthorized Actor
Summary: CVE-2022-23607 python-treq: Exposure of Sensitive Information to an Unautho...
Keywords:
Status: CLOSED UPSTREAM
Alias: CVE-2022-23607
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2049578 2049579
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-02 12:03 UTC by Marian Rehak
Modified: 2022-02-02 13:03 UTC (History)
1 user (show)

Fixed In Version: python-treq 22.2.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-02 13:03:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Marian Rehak 2022-02-02 12:03:11 UTC
Treq's request methods (`treq.get`, `treq.post`, etc.) and `treq.client.HTTPClient` constructor accept cookies as a dictionary. Such cookies are not bound to a single domain, and are therefore sent to *every* domain ("supercookies"). This can potentially cause sensitive information to leak upon an HTTP redirect to a different domain., e.g. should `https://example.com` redirect to `http://cloudstorageprovider.com` the latter will receive the cookie `session`. Treq 2021.1.0 and later bind cookies given to request methods (`treq.request`, `treq.get`, `HTTPClient.request`, `HTTPClient.get`, etc.) to the origin of the *url* parameter. Users are advised to upgrade. For users unable to upgrade Instead of passing a dictionary as the *cookies* argument, pass a `http.cookiejar.CookieJar` instance with properly domain- and scheme-scoped cookies in it.

Reference:

https://github.com/twisted/treq/security/advisories/GHSA-fhpf-pp6p-55qc

Comment 1 Marian Rehak 2022-02-02 12:03:30 UTC
Created python-treq tracking bugs for this issue:

Affects: epel-8 [bug 2049579]
Affects: fedora-all [bug 2049578]

Comment 2 Product Security DevOps Team 2022-02-02 13:03:09 UTC
This CVE Bugzilla entry is for community support informational purposes only as it does not affect a package in a commercially supported Red Hat product. Refer to the dependent bugs for status of those individual community products.


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