mpulsemobile / doccano

Open source text annotation tool for machine learning practitioner.
https://doccano.herokuapp.com
MIT License
0 stars 0 forks source link

CVE-2020-28476 (Medium) detected in tornado-5.0.2.tar.gz - autoclosed #94

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 3 years ago

CVE-2020-28476 - Medium Severity Vulnerability

Vulnerable Library - tornado-5.0.2.tar.gz

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.

Library home page: https://files.pythonhosted.org/packages/cf/d1/3be271ae5eba9fb59df63c9891fdc7d8044b999e8ac145994cdbfd2ae66a/tornado-5.0.2.tar.gz

Path to dependency file: doccano/requirements.txt

Path to vulnerable library: doccano/requirements.txt

Dependency Hierarchy: - :x: **tornado-5.0.2.tar.gz** (Vulnerable Library)

Vulnerability Details

All versions of package tornado 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-28476

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.

mend-for-github-com[bot] commented 2 years ago

:heavy_check_mark: This issue was automatically closed by WhiteSource because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the WhiteSource inventory.