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

Python Vulnerabilities #557

Open
MikeNikolayev opened this issue Jul 22, 2024 Discussed in #555 · 1 comment
Open

Python Vulnerabilities #557

MikeNikolayev opened this issue Jul 22, 2024 Discussed in #555 · 1 comment

Comments

@MikeNikolayev
Copy link

Discussed in #555

Originally posted by MikeNikolayev July 21, 2024
I installed latest tag (built 6 month ago) and found vulnerabilities list.
All of them are already fixed in requirements file. Do you mind building a new tag with fixes?
The list

  1. Library: idna (METADATA)

    • Vulnerability: CVE-2024-3651
    • Severity: MEDIUM
    • Status: fixed
    • Installed Version: 3.6
    • Fixed Version: 3.7
    • Title: python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()
    • More info: CVE-2024-3651
  2. Library: requests (METADATA)

    • Vulnerability: CVE-2024-35195
    • Severity: MEDIUM
    • Installed Version: 2.31.0
    • Fixed Version: 2.32.0
    • Title: requests: subsequent requests to the same host ignore cert verification
    • More info: CVE-2024-35195
  3. Library: sqlparse (METADATA)

    • Vulnerability: CVE-2024-4340
    • Severity: HIGH
    • Installed Version: 0.4.4
    • Fixed Version: 0.5.0
    • Title: sqlparse: parsing heavily nested list leads to denial of service
    • More info: CVE-2024-4340
  4. Library: urllib3 (METADATA)

    • Vulnerability: CVE-2024-37891
    • Severity: MEDIUM
    • Installed Version: 1.26.18
    • Fixed Version: 1.26.19, 2.2.2
    • Title: urllib3: proxy-authorization request header is not stripped during cross-origin redirects
    • More info: CVE-2024-37891
@toluaina
Copy link
Owner

all done and thanks for pointing this out. A new version has been published.

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

No branches or pull requests

2 participants