Skip to content

Update dependency tornado to v6.5.5 [SECURITY]#217

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pypi-tornado-vulnerability
Mar 13, 2026
Merged

Update dependency tornado to v6.5.5 [SECURITY]#217
renovate[bot] merged 1 commit intomainfrom
renovate/pypi-tornado-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence
tornado (source) ==6.5.4==6.5.5 age confidence

GitHub Vulnerability Alerts

GHSA-78cv-mqj4-43f7

Values passed to the domain, path, and samesite arguments of RequestHandler.set_cookie were 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.

CVE-2026-31958

In versions of Tornado prior to 6.5.5, the only limit on the number of parts in multipart/form-data is the max_body_size setting (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 disable multipart/form-data parsing entirely if it is not required for the application.


Release Notes

tornadoweb/tornado (tornado)

v6.5.5

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone UTC, 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from ValentaTomas and jakubno as code owners March 12, 2026 00:32
@renovate renovate bot enabled auto-merge (squash) March 12, 2026 00:32
@renovate renovate bot requested a review from mishushakov as a code owner March 12, 2026 00:32
@ValentaTomas ValentaTomas removed their request for review March 12, 2026 02:16
@renovate renovate bot force-pushed the renovate/pypi-tornado-vulnerability branch 3 times, most recently from babfb70 to 1d4f6b9 Compare March 12, 2026 17:00
@renovate renovate bot force-pushed the renovate/pypi-tornado-vulnerability branch from 1d4f6b9 to b641430 Compare March 12, 2026 17:01
@renovate renovate bot merged commit 77d722a into main Mar 13, 2026
13 checks passed
@renovate renovate bot deleted the renovate/pypi-tornado-vulnerability branch March 13, 2026 07:29
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