[PR #235] [MERGED] Update dependency python-multipart to ^0.0.18 [SECURITY] #232
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#232
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/235
Author: @renovate[bot]
Created: 12/2/2024
Status: ✅ Merged
Merged: 12/3/2024
Merged by: @renovate[bot]
Base:
master← Head:renovate/pypi-python-multipart-vulnerability📝 Commits (1)
294c27aUpdate dependency python-multipart to ^0.0.18 [SECURITY]📊 Changes
2 files changed (+5 additions, -8 deletions)
View changed files
📝
poetry.lock(+4 -7)📝
pyproject.toml(+1 -1)📄 Description
This PR contains the following updates:
^0.0.9->^0.0.18GitHub Vulnerability Alerts
CVE-2024-53981
Summary
When parsing form data,
python-multipartskips line breaks (CR\ror LF\n) in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause excessive logging for certain inputs.An attacker could abuse this by sending a malicious request with lots of data before the first or after the last boundary, causing high CPU load and stalling the processing thread for a significant amount of time. In case of ASGI application, this could stall the event loop and prevent other requests from being processed, resulting in a denial of service (DoS).
Impact
Applications that use
python-multipartto parse form data (or use frameworks that do so) are affected.Original Report
This security issue was reported by:
python-multipartmaintainer on October 3 by @mnqaziRelease Notes
Kludex/python-multipart (python-multipart)
v0.0.18Compare Source
MultipartParser#189.v0.0.17Compare Source
v0.0.16Compare Source
multipartpackage #177.v0.0.15Compare Source
FutureWarningtoPendingDeprecationWarning#174.v0.0.14Compare Source
multipartmodule (#168).v0.0.13Compare Source
python_multipart#166.v0.0.12Compare Source
v0.0.11Compare Source
v0.0.10Compare Source
on_header_begin#103.FormParser#104.OnFileCallbacktype #106.File#111.Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.