CVE-2022-23607

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-23607
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-23607.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-23607
Aliases
Related
Published
2022-02-01T11:15:11Z
Modified
2024-09-18T03:20:14.978349Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N CVSS Calculator
Summary
[none]
Details

treq is an HTTP library inspired by requests but written on top of Twisted's Agents. 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.

References

Affected packages

Debian:11 / python-treq

Package

Name
python-treq
Purl
pkg:deb/debian/python-treq?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

18.*

18.6.0-0.2

22.*

22.2.0-0.1

23.*

23.11.0-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:12 / python-treq

Package

Name
python-treq
Purl
pkg:deb/debian/python-treq?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
22.2.0-0.1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:13 / python-treq

Package

Name
python-treq
Purl
pkg:deb/debian/python-treq?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
22.2.0-0.1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Git / github.com/twisted/treq

Affected ranges

Type
GIT
Repo
https://github.com/twisted/treq
Events

Affected versions

release-21.*

release-21.1.0
release-21.5.0