summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
diff options
context:
space:
mode:
authorSoumya Sambu <soumya.sambu@windriver.com>2025-09-16 18:26:20 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-18 09:53:56 +0200
commit84206e79174136ba060e63388072d513df7b4274 (patch)
treea84979c9c569b88caef0ea237e41d74d20ee0f1d /meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
parent7ca4d7761b546524fc7777eac79a8e058701ebda (diff)
downloadmeta-openembedded-84206e79174136ba060e63388072d513df7b4274.tar.gz
python3-twisted: Fix CVE-2023-46137
Twisted is an event-based framework for internet applications. Prior to version 23.10.0rc1, when sending multiple HTTP requests in one TCP packet, twisted.web will process the requests asynchronously without guaranteeing the response order. If one of the endpoints is controlled by an attacker, the attacker can delay the response on purpose to manipulate the response of the second request when a victim launched two requests using HTTP pipeline. Version 23.10.0rc1 contains a patch for this issue. References: https://nvd.nist.gov/vuln/detail/CVE-2023-46137 https://security-tracker.debian.org/tracker/CVE-2023-46137 Upstream patch: https://github.com/twisted/twisted/commit/1e6e9d23cac59689760558dcb6634285e694b04c Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
index ef602890ea..5b23ceeb91 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
@@ -13,7 +13,8 @@ PYPI_PACKAGE = "Twisted"
13 13
14SRC_URI += "file://CVE-2024-41671-0001.patch \ 14SRC_URI += "file://CVE-2024-41671-0001.patch \
15 file://CVE-2024-41671-0002.patch \ 15 file://CVE-2024-41671-0002.patch \
16 file://CVE-2024-41810.patch" 16 file://CVE-2024-41810.patch \
17 file://CVE-2023-46137.patch"
17 18
18inherit pypi python_setuptools_build_meta 19inherit pypi python_setuptools_build_meta
19 20