CVE-2020-28473: Web Cache Poisoning
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.
Other sources
The package bottle from 0 and 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2020-28473?
CVE-2020-28473 is classified as a moderate severity vulnerability due to its potential for web cache poisoning.
What versions of the Bottle package are affected by CVE-2020-28473?
CVE-2020-28473 affects Bottle versions prior to 0.12.19.
How do I fix CVE-2020-28473?
To fix CVE-2020-28473, upgrade the Bottle package to version 0.12.19 or later.
What kind of attacks can CVE-2020-28473 facilitate?
CVE-2020-28473 can facilitate web cache poisoning attacks through parameter cloaking.
On which platforms is CVE-2020-28473 relevant?
CVE-2020-28473 is relevant primarily on systems using the Bottle package and affected Debian distributions.