pysec-2021-16
Vulnerability from pysec
Published
2021-02-08 20:15
Modified
2021-02-12 14:56
Details
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.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "httplib2", "purl": "pkg:pypi/httplib2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "bd9ee252c8f099608019709e22c0d705e98d26bc" } ], "repo": "https://github.com/httplib2/httplib2", "type": "GIT" }, { "events": [ { "introduced": "0" }, { "fixed": "0.19.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.7.0", "0.7.1", "0.7.2", "0.7.3", "0.7.4", "0.7.5", "0.7.6", "0.7.7", "0.8", "0.9", "0.9.1", "0.9.2", "0.10.3", "0.11.0", "0.11.1", "0.11.3", "0.12.0", "0.12.1", "0.12.3", "0.13.0", "0.13.1", "0.14.0", "0.15.0", "0.16.0", "0.17.0", "0.17.1", "0.17.2", "0.17.3", "0.17.4", "0.18.0", "0.18.1" ] } ], "aliases": [ "CVE-2021-21240", "GHSA-93xj-8mrv-444m" ], "details": "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.", "id": "PYSEC-2021-16", "modified": "2021-02-12T14:56:00Z", "published": "2021-02-08T20:15:00Z", "references": [ { "type": "FIX", "url": "https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc" }, { "type": "WEB", "url": "https://github.com/httplib2/httplib2/pull/182" }, { "type": "ADVISORY", "url": "https://github.com/httplib2/httplib2/security/advisories/GHSA-93xj-8mrv-444m" }, { "type": "PACKAGE", "url": "https://pypi.org/project/httplib2" } ] }
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.