Lack of data validation In python-httplib2
Description
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 12 | 0.18.1-1 | ||
pypi | 0.18.0 | ||
debian 14 | 0.18.1-1 | ||
debian 13 | 0.18.1-1 | ||
debian 11 | 0.18.1-1 | ||
rpm rhel8 | - | - | |
rpm rhel7 | 0:4.2.1-41.el7_9.2 | ||
rpm rhel7 | 0:4.1.1-61.el7_9.4 | ||
rpm rhel8 | 0:4.1.1-68.el8 |
Aliases
1. 2. 3. 4. 5. 6. 7. 8.
References
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11.