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

chore(deps): update dependency werkzeug to v2.3.8 [security] #142

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
werkzeug (changelog) ==2.3.7 -> ==2.3.8 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-46136

Werkzeug multipart data parser needs to find a boundary that may be between consecutive chunks. That's why parsing is based on looking for newline characters. Unfortunately, code looking for partial boundary in the buffer is written inefficiently, so if we upload a file that starts with CR or LF and then is followed by megabytes of data without these characters: all of these bytes are appended chunk by chunk into internal bytearray and lookup for boundary is performed on growing buffer.

This allows an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests. The amount of RAM required can trigger an out of memory kill of the process. If many concurrent requests are sent continuously, this can exhaust or kill all available workers.


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot assigned arska Oct 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency werkzeug to v3 [security] chore(deps): update dependency werkzeug to v3 [security] - autoclosed Nov 13, 2023
@renovate renovate bot closed this Nov 13, 2023
@renovate renovate bot deleted the renovate/pypi-werkzeug-vulnerability branch November 13, 2023 22:54
@renovate renovate bot changed the title chore(deps): update dependency werkzeug to v3 [security] - autoclosed chore(deps): update dependency werkzeug to v3 [security] Nov 14, 2023
@renovate renovate bot reopened this Nov 14, 2023
@renovate renovate bot restored the renovate/pypi-werkzeug-vulnerability branch November 14, 2023 02:19
@renovate renovate bot changed the title chore(deps): update dependency werkzeug to v3 [security] chore(deps): update dependency werkzeug to v2.3.8 [security] Nov 14, 2023
@renovate renovate bot force-pushed the renovate/pypi-werkzeug-vulnerability branch from 3ad7b79 to b9b454e Compare November 14, 2023 02:19
@renovate renovate bot merged commit 639033b into master Nov 14, 2023
2 checks passed
@renovate renovate bot deleted the renovate/pypi-werkzeug-vulnerability branch November 14, 2023 05:19
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

Successfully merging this pull request may close these issues.

1 participant