• CVE-2022-41915

发布时间: 2023年1月5日

修改时间: 2023年1月6日

概要

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<?&gt;)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values.

CVSS v3 指标

NVD openEuler
CVSS评分 6.5 6.5
Attack Vector Network Network
Attack Complexity Low Low
Privileges Required None None
User Interaction None None
Scope Unchanged Unchanged
Confidentiality Low Low
Integrity Low Low
Availability None None

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1005 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<?&gt;)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values. 2023年1月5日

影响产品

产品 状态
KY3.4-4A netty3 Unaffected
KY3.4-5 netty3 Unaffected
KY3.5.1 netty3 Unaffected