{"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-urllib3","title":"Title of the patch"},{"category":"description","text":"This update for python-urllib3 fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2019-9740: Fixed CRLF injection issue (bsc#1129071).\n- CVE-2019-11236: Fixed CRLF injection via request parameter (bsc#1132663).\n- CVE-2018-20060: Remove Authorization header when redirecting cross-host (bsc#1119376).\n","title":"Description of the patch"},{"category":"details","text":"SUSE-2019-2399,SUSE-OpenStack-Cloud-7-2019-2399","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/suse-su-2019_2399-1.json"},{"category":"self","summary":"URL for SUSE-SU-2019:2399-1","url":"https://www.suse.com/support/update/announcement/2019/suse-su-20192399-1/"},{"category":"self","summary":"E-Mail link for SUSE-SU-2019:2399-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2019-September/005931.html"},{"category":"self","summary":"SUSE Bug 1119376","url":"https://bugzilla.suse.com/1119376"},{"category":"self","summary":"SUSE Bug 1129071","url":"https://bugzilla.suse.com/1129071"},{"category":"self","summary":"SUSE Bug 1132663","url":"https://bugzilla.suse.com/1132663"},{"category":"self","summary":"SUSE CVE CVE-2018-20060 page","url":"https://www.suse.com/security/cve/CVE-2018-20060/"},{"category":"self","summary":"SUSE CVE CVE-2019-11236 page","url":"https://www.suse.com/security/cve/CVE-2019-11236/"},{"category":"self","summary":"SUSE CVE CVE-2019-9740 page","url":"https://www.suse.com/security/cve/CVE-2019-9740/"}],"title":"Security update for python-urllib3","tracking":{"current_release_date":"2019-09-18T10:53:50Z","generator":{"date":"2019-09-18T10:53:50Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"SUSE-SU-2019:2399-1","initial_release_date":"2019-09-18T10:53:50Z","revision_history":[{"date":"2019-09-18T10:53:50Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"python-urllib3-1.16-3.6.1.noarch","product":{"name":"python-urllib3-1.16-3.6.1.noarch","product_id":"python-urllib3-1.16-3.6.1.noarch"}}],"category":"architecture","name":"noarch"},{"branches":[{"category":"product_name","name":"SUSE OpenStack Cloud 7","product":{"name":"SUSE OpenStack Cloud 7","product_id":"SUSE OpenStack Cloud 7","product_identification_helper":{"cpe":"cpe:/o:suse:suse-openstack-cloud:7"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"python-urllib3-1.16-3.6.1.noarch as component of SUSE OpenStack Cloud 7","product_id":"SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"},"product_reference":"python-urllib3-1.16-3.6.1.noarch","relates_to_product_reference":"SUSE OpenStack Cloud 7"}]},"vulnerabilities":[{"cve":"CVE-2018-20060","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2018-20060"}],"notes":[{"category":"general","text":"urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.","title":"CVE description"}],"product_status":{"recommended":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]},"references":[{"category":"external","summary":"CVE-2018-20060","url":"https://www.suse.com/security/cve/CVE-2018-20060"},{"category":"external","summary":"SUSE Bug 1119376 for CVE-2018-20060","url":"https://bugzilla.suse.com/1119376"},{"category":"external","summary":"SUSE Bug 1216275 for CVE-2018-20060","url":"https://bugzilla.suse.com/1216275"}],"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 OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"scores":[{"cvss_v3":{"baseScore":2.6,"baseSeverity":"LOW","vectorString":"CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N","version":"3.0"},"products":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"threats":[{"category":"impact","date":"2019-09-18T10:53:50Z","details":"moderate"}],"title":"CVE-2018-20060"},{"cve":"CVE-2019-11236","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2019-11236"}],"notes":[{"category":"general","text":"In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.","title":"CVE description"}],"product_status":{"recommended":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]},"references":[{"category":"external","summary":"CVE-2019-11236","url":"https://www.suse.com/security/cve/CVE-2019-11236"},{"category":"external","summary":"SUSE Bug 1129071 for CVE-2019-11236","url":"https://bugzilla.suse.com/1129071"},{"category":"external","summary":"SUSE Bug 1132663 for CVE-2019-11236","url":"https://bugzilla.suse.com/1132663"}],"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 OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"scores":[{"cvss_v3":{"baseScore":6.1,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N","version":"3.0"},"products":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"threats":[{"category":"impact","date":"2019-09-18T10:53:50Z","details":"low"}],"title":"CVE-2019-11236"},{"cve":"CVE-2019-9740","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2019-9740"}],"notes":[{"category":"general","text":"An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.","title":"CVE description"}],"product_status":{"recommended":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]},"references":[{"category":"external","summary":"CVE-2019-9740","url":"https://www.suse.com/security/cve/CVE-2019-9740"},{"category":"external","summary":"SUSE Bug 1129071 for CVE-2019-9740","url":"https://bugzilla.suse.com/1129071"},{"category":"external","summary":"SUSE Bug 1130840 for CVE-2019-9740","url":"https://bugzilla.suse.com/1130840"},{"category":"external","summary":"SUSE Bug 1132663 for CVE-2019-9740","url":"https://bugzilla.suse.com/1132663"}],"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 OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"scores":[{"cvss_v3":{"baseScore":5.4,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","version":"3.0"},"products":["SUSE OpenStack Cloud 7:python-urllib3-1.16-3.6.1.noarch"]}],"threats":[{"category":"impact","date":"2019-09-18T10:53:50Z","details":"moderate"}],"title":"CVE-2019-9740"}]}