CVE-2022-41915
Netty HTTP Response Splitting Iterator vulnerability
Description
Netty project is an event-driven asynchronous network application framework. Starting in version 4.1.83.Final and prior to 4.1.86.Final, when calling `DefaultHttpHeadesr.set` with an _iterator_ of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the `DefaultHttpHeaders.set(CharSequence, Iterator<?>)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values.
INFO
Published Date :
Dec. 13, 2022, 7:15 a.m.
Last Modified :
Nov. 21, 2024, 7:24 a.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
2.5
Exploitability Score :
3.9
Public PoC/Exploit Available at Github
CVE-2022-41915 has a 2 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2022-41915
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
None
Kotlin
Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.
Java
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2022-41915
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2022-41915
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4 Added Reference https://github.com/netty/netty/issues/13084 Added Reference https://github.com/netty/netty/pull/12760 Added Reference https://github.com/netty/netty/security/advisories/GHSA-hh82-3pmq-7frp Added Reference https://lists.debian.org/debian-lts-announce/2023/01/msg00008.html Added Reference https://security.netapp.com/advisory/ntap-20230113-0004/ Added Reference https://www.debian.org/security/2023/dsa-5316 -
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Modified Analysis by [email protected]
Mar. 01, 2023
Action Type Old Value New Value Changed Reference Type https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4 No Types Assigned https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4 Patch, Third Party Advisory Changed Reference Type https://github.com/netty/netty/issues/13084 No Types Assigned https://github.com/netty/netty/issues/13084 Exploit, Issue Tracking, Third Party Advisory Changed Reference Type https://github.com/netty/netty/pull/12760 No Types Assigned https://github.com/netty/netty/pull/12760 Patch, Third Party Advisory Changed Reference Type https://lists.debian.org/debian-lts-announce/2023/01/msg00008.html No Types Assigned https://lists.debian.org/debian-lts-announce/2023/01/msg00008.html Mailing List, Third Party Advisory Changed Reference Type https://security.netapp.com/advisory/ntap-20230113-0004/ No Types Assigned https://security.netapp.com/advisory/ntap-20230113-0004/ Third Party Advisory Changed Reference Type https://www.debian.org/security/2023/dsa-5316 No Types Assigned https://www.debian.org/security/2023/dsa-5316 Third Party Advisory Changed CPE Configuration OR *cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* versions up to (excluding) 4.1.86 OR *cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* versions from (including) 4.1.83 up to (excluding) 4.1.86 Added CPE Configuration OR *cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* *cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* -
CVE Modified by [email protected]
Jan. 13, 2023
Action Type Old Value New Value Added Reference https://security.netapp.com/advisory/ntap-20230113-0004/ [No Types Assigned] -
CVE Modified by [email protected]
Jan. 12, 2023
Action Type Old Value New Value Added Reference https://www.debian.org/security/2023/dsa-5316 [No Types Assigned] -
CVE Modified by [email protected]
Jan. 12, 2023
Action Type Old Value New Value Added Reference https://lists.debian.org/debian-lts-announce/2023/01/msg00008.html [No Types Assigned] -
CVE Modified by [email protected]
Jan. 10, 2023
Action Type Old Value New Value Changed Description Netty project is an event-driven asynchronous network application framework. In versions prior to 4.1.86.Final, when calling `DefaultHttpHeadesr.set` with an _iterator_ of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the `DefaultHttpHeaders.set(CharSequence, Iterator<?>)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values. Netty project is an event-driven asynchronous network application framework. Starting in version 4.1.83.Final and prior to 4.1.86.Final, when calling `DefaultHttpHeadesr.set` with an _iterator_ of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the `DefaultHttpHeaders.set(CharSequence, Iterator<?>)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values. Added Reference https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4 [No Types Assigned] Added Reference https://github.com/netty/netty/pull/12760 [No Types Assigned] Added Reference https://github.com/netty/netty/issues/13084 [No Types Assigned] -
Reanalysis by [email protected]
Dec. 21, 2022
Action Type Old Value New Value Changed CPE Configuration OR *cpe:2.3:a:netty:netty:4.1.86:*:*:*:*:*:*:* OR *cpe:2.3:a:netty:netty:*:*:*:*:*:*:*:* versions up to (excluding) 4.1.86 -
Initial Analysis by [email protected]
Dec. 19, 2022
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N Changed Reference Type https://github.com/netty/netty/security/advisories/GHSA-hh82-3pmq-7frp No Types Assigned https://github.com/netty/netty/security/advisories/GHSA-hh82-3pmq-7frp Mitigation, Third Party Advisory Added CWE NIST CWE-436 Added CPE Configuration OR *cpe:2.3:a:netty:netty:4.1.86:*:*:*:*:*:*:*
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2022-41915
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2022-41915
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.26 }} 0.04%
score
0.64692
percentile