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 @ Python-urllib3-1.25.7 #90

Closed
Yoavast opened this issue Feb 27, 2023 · 0 comments
Closed

CVE-2020-7212 @ Python-urllib3-1.25.7 #90

Yoavast opened this issue Feb 27, 2023 · 0 comments

Comments

@Yoavast
Copy link
Owner

Yoavast commented Feb 27, 2023

Vulnerable Package issue exists @ Python-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: Yoavast
Repository: CX-AST
Repository Url: https://github.com/Yoavast/CX-AST
CxAST-Project: Yoavast/CX-AST
CxAST platform scan: bab150cb-39a8-4b7b-832e-7d0f634f8d37
Branch: main
Application: CX-AST
Severity: HIGH
State: NOT_IGNORED
Status: RECURRENT
CWE: CWE-400


Additional 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

@Yoavast Yoavast closed this as completed Aug 27, 2023
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