6.5
MEDIUM
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 :

March 1, 2023, 3:09 p.m.

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.

Affected Products

The following products are affected by CVE-2022-41915 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Netty netty
1 Debian debian_linux
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.

URL Resource
https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4 Patch Third Party Advisory
https://github.com/netty/netty/issues/13084 Exploit Issue Tracking Third Party Advisory
https://github.com/netty/netty/pull/12760 Patch Third Party Advisory
https://github.com/netty/netty/security/advisories/GHSA-hh82-3pmq-7frp Mitigation Third Party Advisory
https://lists.debian.org/debian-lts-announce/2023/01/msg00008.html Mailing List Third Party Advisory
https://security.netapp.com/advisory/ntap-20230113-0004/ Third Party Advisory
https://www.debian.org/security/2023/dsa-5316 Third Party Advisory

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

Updated: 1 year, 7 months ago
0 stars 0 fork 0 watcher
Born at : Feb. 22, 2023, 5:27 p.m. This repo has been linked 21 different CVEs too.

Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.

Java

Updated: 1 month, 2 weeks ago
141 stars 64 fork 64 watcher
Born at : Sept. 1, 2020, 4:42 p.m. This repo has been linked 10 different CVEs too.

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 [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:*:*:*:*:*:*:*
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
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:

Exploit Prediction

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.

0.22 }} 0.02%

score

0.60957

percentile

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability