summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-01-10 13:17:57 +0000
committerArmin Kuster <akuster808@gmail.com>2025-01-22 19:20:15 -0500
commit46701493ac4201c76aad1aeaf28e9b35851398ec (patch)
tree7d5cb5fc2f251532dcf64dc492e83a74963ecf7e /meta-python/recipes-devtools/python/python3-django_2.2.28.bb
parent91d60c9b0aafc368acdc034cc5f86fdf7d0a3343 (diff)
downloadmeta-openembedded-46701493ac4201c76aad1aeaf28e9b35851398ec.tar.gz
python3-django: Fix CVE-2024-41989
An issue was discovered in Django 5.0 before 5.0.8 and 4.2 before 4.2.15. The floatformat template filter is subject to significant memory consumption when given a string representation of a number in scientific notation with a large exponent. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-41989 Upstream-patches: https://github.com/django/django/commit/08c5a787262c1ae57f6517d4574b54a5fcaad124 https://github.com/django/django/commit/4b066bde692078b194709d517b27e55defae787c https://github.com/django/django/commit/dcd974698301a38081c141ccba6dcafa5ed2c80e https://github.com/django/django/commit/fc76660f589ac07e45e9cd34ccb8087aeb11904b 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-django_2.2.28.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_2.2.28.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
index d06f48b1b7..dc7e12ad73 100644
--- a/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
+++ b/meta-python/recipes-devtools/python/python3-django_2.2.28.bb
@@ -15,6 +15,10 @@ SRC_URI += "file://CVE-2023-31047.patch \
15 file://CVE-2024-38875.patch \ 15 file://CVE-2024-38875.patch \
16 file://CVE-2023-23969.patch \ 16 file://CVE-2023-23969.patch \
17 file://CVE-2024-39614.patch \ 17 file://CVE-2024-39614.patch \
18 file://CVE-2024-41989-0001.patch \
19 file://CVE-2024-41989-0002.patch \
20 file://CVE-2024-41989-0003.patch \
21 file://CVE-2024-41989-0004.patch \
18 " 22 "
19 23
20SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413" 24SRC_URI[sha256sum] = "0200b657afbf1bc08003845ddda053c7641b9b24951e52acd51f6abda33a7413"