summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2024-12-27 08:33:32 +0000
committerArmin Kuster <akuster808@gmail.com>2024-12-31 09:04:08 -0500
commitc59e8e9dbcec838eb7699f40a1768bbe7adb3288 (patch)
treea410ecdeaab3ad1ccb8c110365f9be86bf81c47f /meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
parentc3deda05a749f484a68666ad6de03f690f7bc84b (diff)
downloadmeta-openembedded-c59e8e9dbcec838eb7699f40a1768bbe7adb3288.tar.gz
python3-werkzeug: Fix CVE-2024-49767
Werkzeug is a Web Server Gateway Interface web application library. Applications using `werkzeug.formparser.MultiPartParser` corresponding to a version of Werkzeug prior to 3.0.6 to parse `multipart/form-data` requests (e.g. all flask applications) are vulnerable to a relatively simple but effective resource exhaustion (denial of service) attack. A specifically crafted form submission request can cause the parser to allocate and block 3 to 8 times the upload size in main memory. There is no upper limit; a single upload at 1 Gbit/s can exhaust 32 GB of RAM in less than 60 seconds. Werkzeug version 3.0.6 fixes this issue. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-49767 Upstream-patch: https://github.com/pallets/werkzeug/commit/8760275afb72bd10b57d92cb4d52abf759b2f3a7 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
index 12f6dff17d..5529686aac 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.1.1.bb
@@ -15,7 +15,8 @@ PYPI_PACKAGE = "Werkzeug"
15SRC_URI += "file://CVE-2023-25577.patch \ 15SRC_URI += "file://CVE-2023-25577.patch \
16 file://CVE-2023-23934.patch \ 16 file://CVE-2023-23934.patch \
17 file://CVE-2024-34069-0001.patch \ 17 file://CVE-2024-34069-0001.patch \
18 file://CVE-2024-34069-0002.patch" 18 file://CVE-2024-34069-0002.patch \
19 file://CVE-2024-49767.patch"
19 20
20SRC_URI[sha256sum] = "f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74" 21SRC_URI[sha256sum] = "f8e89a20aeabbe8a893c24a461d3ee5dad2123b05cc6abd73ceed01d39c3ae74"
21 22