From d6023eff710e91d707886fb75fd634d681c5cf0a Mon Sep 17 00:00:00 2001 From: dGauss Date: Mon, 12 Dec 2022 13:47:21 -0800 Subject: [PATCH] Update CVE-2022-41881.json Corrected description typos --- 2022/41xxx/CVE-2022-41881.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/41xxx/CVE-2022-41881.json b/2022/41xxx/CVE-2022-41881.json index 4d210323e9c..c77f6ca0a9c 100644 --- a/2022/41xxx/CVE-2022-41881.json +++ b/2022/41xxx/CVE-2022-41881.json @@ -11,7 +11,7 @@ "description_data": [ { "lang": "eng", - "value": "Netty project is an event-driven asynchronous network application framework. In versions prior 4.1.8.6.Final, a StackOverflowError can be raised when parsing a malformed crafted message due to an infinite recursion. This issue is patched in version 4.1.85.Final. There is no workaround, except using a custom HaProxyMessageDecoder." + "value": "Netty project is an event-driven asynchronous network application framework. In versions prior to 4.1.86.Final, a StackOverflowError can be raised when parsing a malformed crafted message due to an infinite recursion. This issue is patched in version 4.1.86.Final. There is no workaround, except using a custom HaProxyMessageDecoder." } ] },