Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2020-28473 (Medium) detected in bottle-0.12.18-py3-none-any.whl #2

Open
1 task
mend-for-github-com bot opened this issue May 31, 2021 · 0 comments
Open
1 task
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented May 31, 2021

CVE-2020-28473 - Medium Severity Vulnerability

Vulnerable Library - bottle-0.12.18-py3-none-any.whl

Fast and simple WSGI-framework for small web-applications.

Library home page: https://files.pythonhosted.org/packages/e9/39/2bf3a1fd963e749cdbe5036a184eda8c37d8af25d1297d94b8b7aeec17c4/bottle-0.12.18-py3-none-any.whl

Path to dependency file: /mgmtworker

Path to vulnerable library: /mgmtworker,/rest-service,/amqp-postgres/test-requirements.txt,/rest-service/dev-requirements.txt,/cloudify_types/dev-requirements.txt,/workflows,/amqp-postgres,/cloudify_types

Dependency Hierarchy:

  • bottle-0.12.18-py3-none-any.whl (Vulnerable Library)

Found in HEAD commit: 203fcf9f96b1849f0840fc2235bfef38a3ff706c

Found in base branch: master

Vulnerability Details

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.

Publish Date: 2021-01-18

URL: CVE-2020-28473

CVSS 3 Score Details (6.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28473

Release Date: 2021-01-18

Fix Resolution: 0.12.19


  • Check this box to open an automated fix PR
@mend-for-github-com mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by WhiteSource label May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants