Vulnerability from csaf_suse
Published
2021-05-31 14:23
Modified
2021-05-31 14:23
Summary
Security update for python-httplib2
Notes
Title of the patch
Security update for python-httplib2
Description of the patch
This update for python-httplib2 contains the following fixes:
Security fixes included in this update:
- CVE-2021-21240: Fixed a regular expression denial of service via malicious header (bsc#1182053).
- CVE-2020-11078: Fixed an issue where an attacker could change request headers and body (bsc#1171998).
Non security fixes included in this update:
- Update in SLE to 0.19.0 (bsc#1182053, CVE-2021-21240)
- update to 0.19.0:
* auth: parse headers using pyparsing instead of regexp
* auth: WSSE token needs to be string not bytes
- update to 0.18.1: (bsc#1171998, CVE-2020-11078)
* explicit build-backend workaround for pip build isolation bug
* IMPORTANT security vulnerability CWE-93 CRLF injection
Force %xx quote of space, CR, LF characters in uri.
* Ship test suite in source dist
- update to 0.17.3:
* bugfixes
- Update to 0.17.1
* python3: no_proxy was not checked with https
* feature: Http().redirect_codes set, works after follow(_all)_redirects check
This allows one line workaround for old gcloud library that uses 308
response without redirect semantics.
* IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects
* proxy: username/password as str compatible with pysocks
* python2: regression in connect() error handling
* add support for password protected certificate files
* feature: Http.close() to clean persistent connections and sensitive data
- Update to 0.14.0:
* Python3: PROXY_TYPE_SOCKS5 with str user/pass raised TypeError
- version update to 0.13.1
0.13.1
* Python3: Use no_proxy
https://github.com/httplib2/httplib2/pull/140
0.13.0
* Allow setting TLS max/min versions
https://github.com/httplib2/httplib2/pull/138
0.12.3
* No changes to library. Distribute py3 wheels.
0.12.1
* Catch socket timeouts and clear dead connection
https://github.com/httplib2/httplib2/issues/18
https://github.com/httplib2/httplib2/pull/111
* Officially support Python 3.7 (package metadata)
https://github.com/httplib2/httplib2/issues/123
0.12.0
* Drop support for Python 3.3
* ca_certs from environment HTTPLIB2_CA_CERTS or certifi
https://github.com/httplib2/httplib2/pull/117
* PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required
https://github.com/httplib2/httplib2/pull/115
* Revert http:443->https workaround
https://github.com/httplib2/httplib2/issues/112
* eliminate connection pool read race
https://github.com/httplib2/httplib2/pull/110
* cache: stronger safename
https://github.com/httplib2/httplib2/pull/101
0.11.3
* No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis.
0.11.2
* proxy: py3 NameError basestring
https://github.com/httplib2/httplib2/pull/100
0.11.1
* Fix HTTP(S)ConnectionWithTimeout AttributeError proxy_info
https://github.com/httplib2/httplib2/pull/97
0.11.0
* Add DigiCert Global Root G2 serial 033af1e6a711a9a0bb2864b11d09fae5
https://github.com/httplib2/httplib2/pull/91
* python3 proxy support
https://github.com/httplib2/httplib2/pull/90
* If no_proxy environment value ends with comma then proxy is not used
https://github.com/httplib2/httplib2/issues/11
* fix UnicodeDecodeError using socks5 proxy
https://github.com/httplib2/httplib2/pull/64
* Respect NO_PROXY env var in proxy_info_from_url
https://github.com/httplib2/httplib2/pull/58
* NO_PROXY=bar was matching foobar (suffix without dot delimiter)
New behavior matches curl/wget:
- no_proxy=foo.bar will only skip proxy for exact hostname match
- no_proxy=.wild.card will skip proxy for any.subdomains.wild.card
https://github.com/httplib2/httplib2/issues/94
* Bugfix for Content-Encoding: deflate
https://stackoverflow.com/a/22311297
- deleted patches
- httplib2 started to use certifi and this is already bent to
use system certificate bundle
Patchnames
HPE-Helion-OpenStack-8-2021-1808,SUSE-2021-1808,SUSE-OpenStack-Cloud-8-2021-1808,SUSE-OpenStack-Cloud-Crowbar-8-2021-1808
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ 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-httplib2", title: "Title of the patch", }, { category: "description", text: "This update for python-httplib2 contains the following fixes:\n\nSecurity fixes included in this update:\n- CVE-2021-21240: Fixed a regular expression denial of service via malicious header (bsc#1182053).\n- CVE-2020-11078: Fixed an issue where an attacker could change request headers and body (bsc#1171998).\n\nNon security fixes included in this update:\n- Update in SLE to 0.19.0 (bsc#1182053, CVE-2021-21240)\n\n- update to 0.19.0:\n * auth: parse headers using pyparsing instead of regexp\n * auth: WSSE token needs to be string not bytes\n\n- update to 0.18.1: (bsc#1171998, CVE-2020-11078)\n * explicit build-backend workaround for pip build isolation bug\n * IMPORTANT security vulnerability CWE-93 CRLF injection\n Force %xx quote of space, CR, LF characters in uri.\n * Ship test suite in source dist\n\n- update to 0.17.3:\n * bugfixes\n\n- Update to 0.17.1\n * python3: no_proxy was not checked with https\n * feature: Http().redirect_codes set, works after follow(_all)_redirects check\n This allows one line workaround for old gcloud library that uses 308\n response without redirect semantics.\n * IMPORTANT cache invalidation change, fix 307 keep method, add 308 Redirects\n * proxy: username/password as str compatible with pysocks\n * python2: regression in connect() error handling\n * add support for password protected certificate files\n * feature: Http.close() to clean persistent connections and sensitive data\n\n- Update to 0.14.0:\n * Python3: PROXY_TYPE_SOCKS5 with str user/pass raised TypeError\n\n- version update to 0.13.1\n 0.13.1\n * Python3: Use no_proxy\n https://github.com/httplib2/httplib2/pull/140\n 0.13.0\n * Allow setting TLS max/min versions\n https://github.com/httplib2/httplib2/pull/138\n 0.12.3\n * No changes to library. Distribute py3 wheels.\n 0.12.1\n * Catch socket timeouts and clear dead connection\n https://github.com/httplib2/httplib2/issues/18\n https://github.com/httplib2/httplib2/pull/111\n * Officially support Python 3.7 (package metadata)\n https://github.com/httplib2/httplib2/issues/123\n 0.12.0\n * Drop support for Python 3.3\n * ca_certs from environment HTTPLIB2_CA_CERTS or certifi\n https://github.com/httplib2/httplib2/pull/117\n * PROXY_TYPE_HTTP with non-empty user/pass raised TypeError: bytes required\n https://github.com/httplib2/httplib2/pull/115\n * Revert http:443->https workaround\n https://github.com/httplib2/httplib2/issues/112\n * eliminate connection pool read race\n https://github.com/httplib2/httplib2/pull/110\n * cache: stronger safename\n https://github.com/httplib2/httplib2/pull/101\n 0.11.3\n * No changes, just reupload of 0.11.2 after fixing automatic release conditions in Travis.\n 0.11.2\n * proxy: py3 NameError basestring\n https://github.com/httplib2/httplib2/pull/100\n 0.11.1\n * Fix HTTP(S)ConnectionWithTimeout AttributeError proxy_info\n https://github.com/httplib2/httplib2/pull/97\n 0.11.0\n * Add DigiCert Global Root G2 serial 033af1e6a711a9a0bb2864b11d09fae5\n https://github.com/httplib2/httplib2/pull/91\n * python3 proxy support\n https://github.com/httplib2/httplib2/pull/90\n * If no_proxy environment value ends with comma then proxy is not used\n https://github.com/httplib2/httplib2/issues/11\n * fix UnicodeDecodeError using socks5 proxy\n https://github.com/httplib2/httplib2/pull/64\n * Respect NO_PROXY env var in proxy_info_from_url\n https://github.com/httplib2/httplib2/pull/58\n * NO_PROXY=bar was matching foobar (suffix without dot delimiter)\n New behavior matches curl/wget:\n - no_proxy=foo.bar will only skip proxy for exact hostname match\n - no_proxy=.wild.card will skip proxy for any.subdomains.wild.card\n https://github.com/httplib2/httplib2/issues/94\n * Bugfix for Content-Encoding: deflate\n https://stackoverflow.com/a/22311297\n- deleted patches\n - httplib2 started to use certifi and this is already bent to\n use system certificate bundle\n ", title: "Description of the patch", }, { category: "details", text: "HPE-Helion-OpenStack-8-2021-1808,SUSE-2021-1808,SUSE-OpenStack-Cloud-8-2021-1808,SUSE-OpenStack-Cloud-Crowbar-8-2021-1808", 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-2021_1808-1.json", }, { category: "self", summary: "URL for SUSE-SU-2021:1808-1", url: "https://www.suse.com/support/update/announcement/2021/suse-su-20211808-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2021:1808-1", url: "https://lists.suse.com/pipermail/sle-updates/2021-May/019148.html", }, { category: "self", summary: "SUSE Bug 1171998", url: "https://bugzilla.suse.com/1171998", }, { category: "self", summary: "SUSE Bug 1182053", url: "https://bugzilla.suse.com/1182053", }, { category: "self", summary: "SUSE CVE CVE-2020-11078 page", url: "https://www.suse.com/security/cve/CVE-2020-11078/", }, { category: "self", summary: "SUSE CVE CVE-2021-21240 page", url: "https://www.suse.com/security/cve/CVE-2021-21240/", }, ], title: "Security update for python-httplib2", tracking: { current_release_date: "2021-05-31T14:23:58Z", generator: { date: "2021-05-31T14:23:58Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2021:1808-1", initial_release_date: "2021-05-31T14:23:58Z", revision_history: [ { date: "2021-05-31T14:23:58Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python-httplib2-0.19.0-7.3.1.noarch", product: { name: "python-httplib2-0.19.0-7.3.1.noarch", product_id: "python-httplib2-0.19.0-7.3.1.noarch", }, }, { category: "product_version", name: "python3-httplib2-0.19.0-7.3.1.noarch", product: { name: "python3-httplib2-0.19.0-7.3.1.noarch", product_id: "python3-httplib2-0.19.0-7.3.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_name", name: "HPE Helion OpenStack 8", product: { name: "HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8", product_identification_helper: { cpe: "cpe:/o:suse:hpe-helion-openstack:8", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud 8", product: { name: "SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud:8", }, }, }, { category: "product_name", name: "SUSE OpenStack Cloud Crowbar 8", product: { name: "SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8", product_identification_helper: { cpe: "cpe:/o:suse:suse-openstack-cloud-crowbar:8", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python-httplib2-0.19.0-7.3.1.noarch as component of HPE Helion OpenStack 8", product_id: "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", }, product_reference: "python-httplib2-0.19.0-7.3.1.noarch", relates_to_product_reference: "HPE Helion OpenStack 8", }, { category: "default_component_of", full_product_name: { name: "python-httplib2-0.19.0-7.3.1.noarch as component of SUSE OpenStack Cloud 8", product_id: "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", }, product_reference: "python-httplib2-0.19.0-7.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud 8", }, { category: "default_component_of", full_product_name: { name: "python-httplib2-0.19.0-7.3.1.noarch as component of SUSE OpenStack Cloud Crowbar 8", product_id: "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", }, product_reference: "python-httplib2-0.19.0-7.3.1.noarch", relates_to_product_reference: "SUSE OpenStack Cloud Crowbar 8", }, ], }, vulnerabilities: [ { cve: "CVE-2020-11078", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2020-11078", }, ], notes: [ { category: "general", text: "In httplib2 before version 0.18.0, an attacker controlling unescaped part of uri for `httplib2.Http.request()` could change request headers and body, send additional hidden requests to same server. This vulnerability impacts software that uses httplib2 with uri constructed by string concatenation, as opposed to proper urllib building with escaping. This has been fixed in 0.18.0.", title: "CVE description", }, ], product_status: { recommended: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2020-11078", url: "https://www.suse.com/security/cve/CVE-2020-11078", }, { category: "external", summary: "SUSE Bug 1171998 for CVE-2020-11078", url: "https://bugzilla.suse.com/1171998", }, ], 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: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N", version: "3.1", }, products: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", ], }, ], threats: [ { category: "impact", date: "2021-05-31T14:23:58Z", details: "moderate", }, ], title: "CVE-2020-11078", }, { cve: "CVE-2021-21240", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2021-21240", }, ], notes: [ { category: "general", text: "httplib2 is a comprehensive HTTP client library for Python. In httplib2 before version 0.19.0, a malicious server which responds with long series of \"\\xa0\" characters in the \"www-authenticate\" header may cause Denial of Service (CPU burn while parsing header) of the httplib2 client accessing said server. This is fixed in version 0.19.0 which contains a new implementation of auth headers parsing using the pyparsing library.", title: "CVE description", }, ], product_status: { recommended: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2021-21240", url: "https://www.suse.com/security/cve/CVE-2021-21240", }, { category: "external", summary: "SUSE Bug 1182053 for CVE-2021-21240", url: "https://bugzilla.suse.com/1182053", }, ], 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: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.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:N/I:N/A:H", version: "3.1", }, products: [ "HPE Helion OpenStack 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud 8:python-httplib2-0.19.0-7.3.1.noarch", "SUSE OpenStack Cloud Crowbar 8:python-httplib2-0.19.0-7.3.1.noarch", ], }, ], threats: [ { category: "impact", date: "2021-05-31T14:23:58Z", details: "moderate", }, ], title: "CVE-2021-21240", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.