First published: Mon Jan 18 2021(Updated: )
The package bottle before 0.12.19 are vulnerable to Web Cache Poisoning by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.
Credit: report@snyk.io
Affected Software | Affected Version | How to fix |
---|---|---|
pip/bottle | <0.12.19 | 0.12.19 |
Bottle | <0.12.19 | |
Debian | =9.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-28473 is classified as a moderate severity vulnerability due to its potential for web cache poisoning.
CVE-2020-28473 affects Bottle versions prior to 0.12.19.
To fix CVE-2020-28473, upgrade the Bottle package to version 0.12.19 or later.
CVE-2020-28473 can facilitate web cache poisoning attacks through parameter cloaking.
CVE-2020-28473 is relevant primarily on systems using the Bottle package and affected Debian distributions.