Update dependency flask to v0.12.3 [SECURITY] - #35
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
August 14, 2025 20:00
eecff50 to
6b80b76
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
October 25, 2025 23:16
6b80b76 to
50a57a7
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
November 15, 2025 19:57
50a57a7 to
5dcf159
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
February 3, 2026 00:12
5dcf159 to
cf0a38e
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
March 14, 2026 14:11
cf0a38e to
ab4a8bb
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
May 23, 2026 08:16
ab4a8bb to
a292e73
Compare
renovate
Bot
force-pushed
the
renovate/pypi-flask-vulnerability
branch
from
July 25, 2026 18:57
a292e73 to
581c523
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
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:
==0.12.2→==0.12.3Flask is vulnerable to Denial of Service via incorrect encoding of JSON data
CVE-2018-1000656 / GHSA-562c-5r94-xh97
More information
Details
The Pallets Project flask version Before 0.12.3 contains a CWE-20: Improper Input Validation vulnerability in flask that can result in Large amount of memory usage possibly leading to denial of service. This attack appear to be exploitable via Attacker provides JSON data in incorrect encoding. This vulnerability appears to have been fixed in 0.12.3.
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).
Release Notes
pallets/flask (flask)
v0.12.3Compare Source
Released 2018-04-26
Request.get_jsonno longer accepts arbitrary encodings.Incoming JSON should be encoded using UTF-8 per :rfc:
8259, butFlask will autodetect UTF-8, -16, or -32. :issue:
2692python -m flask.:issue:
2666ValueErrorcaused by invalidRangerequests in somecases.
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.