{"document":{"aggregate_severity":{"namespace":"https://www.suse.com/support/security/rating/","text":"moderate"},"category":"csaf_security_advisory","csaf_version":"2.0","distribution":{"text":"Copyright 2024 SUSE LLC. All rights reserved.","tlp":{"label":"WHITE","url":"https://www.first.org/tlp/"}},"lang":"en","notes":[{"category":"summary","text":"Security update for python-treq","title":"Title of the patch"},{"category":"description","text":"This update for python-treq fixes the following issues:\n\n- Fixed CVE-2022-23607 (boo#1195432) binding cookies to the domain.\n","title":"Description of the patch"},{"category":"details","text":"openSUSE-2022-10098","title":"Patchnames"},{"category":"legal_disclaimer","text":"CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).","title":"Terms of use"}],"publisher":{"category":"vendor","contact_details":"https://www.suse.com/support/security/contact/","name":"SUSE Product Security Team","namespace":"https://www.suse.com/"},"references":[{"category":"external","summary":"SUSE ratings","url":"https://www.suse.com/support/security/rating/"},{"category":"self","summary":"URL of this CSAF notice","url":"https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2022_10098-1.json"},{"category":"self","summary":"URL for openSUSE-SU-2022:10098-1","url":"https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZTECPNLPX6QR5JLJ2KQYTBYWNU6ZRUSG/"},{"category":"self","summary":"E-Mail link for openSUSE-SU-2022:10098-1","url":"https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZTECPNLPX6QR5JLJ2KQYTBYWNU6ZRUSG/"},{"category":"self","summary":"SUSE Bug 1195432","url":"https://bugzilla.suse.com/1195432"},{"category":"self","summary":"SUSE CVE CVE-2022-23607 page","url":"https://www.suse.com/security/cve/CVE-2022-23607/"}],"title":"Security update for python-treq","tracking":{"current_release_date":"2022-08-24T04:01:23Z","generator":{"date":"2022-08-24T04:01:23Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"openSUSE-SU-2022:10098-1","initial_release_date":"2022-08-24T04:01:23Z","revision_history":[{"date":"2022-08-24T04:01:23Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"python2-treq-20.3.0-bp153.2.3.1.noarch","product":{"name":"python2-treq-20.3.0-bp153.2.3.1.noarch","product_id":"python2-treq-20.3.0-bp153.2.3.1.noarch"}},{"category":"product_version","name":"python3-treq-20.3.0-bp153.2.3.1.noarch","product":{"name":"python3-treq-20.3.0-bp153.2.3.1.noarch","product_id":"python3-treq-20.3.0-bp153.2.3.1.noarch"}}],"category":"architecture","name":"noarch"},{"branches":[{"category":"product_name","name":"SUSE Package Hub 15 SP3","product":{"name":"SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3"}},{"category":"product_name","name":"openSUSE Leap 15.3","product":{"name":"openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3","product_identification_helper":{"cpe":"cpe:/o:opensuse:leap:15.3"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"python2-treq-20.3.0-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:python2-treq-20.3.0-bp153.2.3.1.noarch"},"product_reference":"python2-treq-20.3.0-bp153.2.3.1.noarch","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"python3-treq-20.3.0-bp153.2.3.1.noarch as component of SUSE Package Hub 15 SP3","product_id":"SUSE Package Hub 15 SP3:python3-treq-20.3.0-bp153.2.3.1.noarch"},"product_reference":"python3-treq-20.3.0-bp153.2.3.1.noarch","relates_to_product_reference":"SUSE Package Hub 15 SP3"},{"category":"default_component_of","full_product_name":{"name":"python2-treq-20.3.0-bp153.2.3.1.noarch as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:python2-treq-20.3.0-bp153.2.3.1.noarch"},"product_reference":"python2-treq-20.3.0-bp153.2.3.1.noarch","relates_to_product_reference":"openSUSE Leap 15.3"},{"category":"default_component_of","full_product_name":{"name":"python3-treq-20.3.0-bp153.2.3.1.noarch as component of openSUSE Leap 15.3","product_id":"openSUSE Leap 15.3:python3-treq-20.3.0-bp153.2.3.1.noarch"},"product_reference":"python3-treq-20.3.0-bp153.2.3.1.noarch","relates_to_product_reference":"openSUSE Leap 15.3"}]},"vulnerabilities":[{"cve":"CVE-2022-23607","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-23607"}],"notes":[{"category":"general","text":"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.","title":"CVE description"}],"product_status":{"recommended":["SUSE Package Hub 15 SP3:python2-treq-20.3.0-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:python3-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python2-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python3-treq-20.3.0-bp153.2.3.1.noarch"]},"references":[{"category":"external","summary":"CVE-2022-23607","url":"https://www.suse.com/security/cve/CVE-2022-23607"},{"category":"external","summary":"SUSE Bug 1195432 for CVE-2022-23607","url":"https://bugzilla.suse.com/1195432"}],"remediations":[{"category":"vendor_fix","details":"To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n","product_ids":["SUSE Package Hub 15 SP3:python2-treq-20.3.0-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:python3-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python2-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python3-treq-20.3.0-bp153.2.3.1.noarch"]}],"scores":[{"cvss_v3":{"baseScore":6.5,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N","version":"3.1"},"products":["SUSE Package Hub 15 SP3:python2-treq-20.3.0-bp153.2.3.1.noarch","SUSE Package Hub 15 SP3:python3-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python2-treq-20.3.0-bp153.2.3.1.noarch","openSUSE Leap 15.3:python3-treq-20.3.0-bp153.2.3.1.noarch"]}],"threats":[{"category":"impact","date":"2022-08-24T04:01:23Z","details":"moderate"}],"title":"CVE-2022-23607"}]}