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.
References
Link | Resource |
---|---|
https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc | Patch Third Party Advisory |
https://github.com/httplib2/httplib2/pull/182 | Patch Third Party Advisory |
https://github.com/httplib2/httplib2/security/advisories/GHSA-93xj-8mrv-444m | Exploit Mitigation Third Party Advisory |
https://pypi.org/project/httplib2 | Product Third Party Advisory |
https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc | Patch Third Party Advisory |
https://github.com/httplib2/httplib2/pull/182 | Patch Third Party Advisory |
https://github.com/httplib2/httplib2/security/advisories/GHSA-93xj-8mrv-444m | Exploit Mitigation Third Party Advisory |
https://pypi.org/project/httplib2 | Product Third Party Advisory |
Configurations
History
21 Nov 2024, 05:47
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/httplib2/httplib2/commit/bd9ee252c8f099608019709e22c0d705e98d26bc - Patch, Third Party Advisory | |
References | () https://github.com/httplib2/httplib2/pull/182 - Patch, Third Party Advisory | |
References | () https://github.com/httplib2/httplib2/security/advisories/GHSA-93xj-8mrv-444m - Exploit, Mitigation, Third Party Advisory | |
References | () https://pypi.org/project/httplib2 - Product, Third Party Advisory |
Information
Published : 2021-02-08 20:15
Updated : 2024-11-21 05:47
NVD link : CVE-2021-21240
Mitre link : CVE-2021-21240
CVE.ORG link : CVE-2021-21240
JSON object : View
Products Affected
httplib2_project
- httplib2
CWE
CWE-400
Uncontrolled Resource Consumption