Update dependency tornado to v6.5.5 [SECURITY]#12174
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
9b6185a to
10621c5
Compare
10621c5 to
8c8f31d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==6.5.2→==6.5.5Tornado has incomplete validation of cookie attributes
GHSA-78cv-mqj4-43f7
More information
Details
Values passed to the
domain,path, andsamesitearguments ofRequestHandler.set_cookiewere not completely validated in versions of Tornado prior to 6.5.5. In particular, semicolons would be allowed, which could be used to inject attacker-controlled values for other cookie attributes.Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Tornado is vulnerable to DoS due to too many multipart parts
CVE-2026-31958 / GHSA-qjxf-f2mg-c6mc
More information
Details
In versions of Tornado prior to 6.5.5, the only limit on the number of parts in
multipart/form-datais themax_body_sizesetting (default 100MB). Since parsing occurs synchronously on the main thread, this creates the possibility of denial-of-service due to the cost of parsing very large multipart bodies with many parts.Tornado 6.5.5 introduces new limits on the size and complexity of multipart bodies, including a default limit of 100 parts per request. These limits are configurable if needed; see
tornado.httputil.ParseMultipartConfig. It is also now possible to disablemultipart/form-dataparsing entirely if it is not required for the application.Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Tornado has cookie attribute injection via .RequestHandler.set_cookie
CVE-2026-35536 / GHSA-fqwm-6jpj-5wxc
More information
Details
In Tornado before 6.5.5, cookie attribute injection could occur because the domain, path, and samesite arguments to
.RequestHandler.set_cookiewere not checked for crafted characters.Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
tornadoweb/tornado (tornado)
v6.5.5Compare Source
v6.5.4Compare Source
v6.5.3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.