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-7212 @ Pip-urllib3-1.25.7 #1

Open
CxFerris opened this issue Apr 26, 2022 · 0 comments
Open

CVE-2020-7212 @ Pip-urllib3-1.25.7 #1

CxFerris opened this issue Apr 26, 2022 · 0 comments

Comments

@CxFerris
Copy link
Owner

CxFerris commented Apr 26, 2022

Vulnerable Package issue exists @ Pip-urllib3-1.25.7 in branch main

The _encode_invalid_chars function in util/url.py in the urllib3 library 1.24 through 1.25.7 for Python allows a denial of service (CPU consumption) because of an inefficient algorithm. The percent_encodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length N, the size of percent_encodings may be up to O(N). The next step (normalize existing percent-encoded bytes) also takes up to O(N) for each step, so the total time is O(N^2). If percent_encodings were deduplicated, the time to compute _encode_invalid_chars would be O(kN), where k is at most 484 ((10+6*2)^2).

Namespace: CxFerris
Repository: ast-advanced-lab
Repository Url: https://github.com/CxFerris/ast-advanced-lab
CxAST-Project: CxFerris/ast-advanced-lab
CxAST platform scan: 5484cc56-d08d-4bc3-b35a-e63a1ba28278
Branch: main
Application: ast-advanced-lab
Severity: HIGH
State: NOT_IGNORED
Status: RECURRENT
CWE: CWE-400


Addition Info
Attack vector: NETWORK
Attack complexity: LOW
Confidentiality impact: NONE
Availability impact: HIGH
Remediation Upgrade Recommendation: 1.26.5


References
Release Note
Commit
Pull request
Advisory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant