CVE-2021-21240

Severity CVSS v4.0:
Pending analysis
Type:
CWE-400 Uncontrolled Resource Consumption ('Resource Exhaustion')
Publication date:
08/02/2021
Last modified:
12/02/2021

Description

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.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:httplib2_project:httplib2:*:*:*:*:*:python:*:* 0.19.0 (excluding)