news 2026/6/4 11:02:00

Netty 4.2.15.Final 发布:修复漏洞与安全问题,还有这些重大变化!

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
Netty 4.2.15.Final 发布:修复漏洞与安全问题,还有这些重大变化!

Netty 4.2.15.Final 发布:修复漏洞与安全问题,还有这些重大变化!

Netty 是一个异步事件驱动的网络应用框架,主要用于可维护的高性能协议服务器和客户端的快速开发。Netty 4.2.15.Final 现已发布,这是一个修复漏洞和安全问题的版本。

漏洞修复情况

- [CVE-2026-48059](https://github.com/netty/netty/security/advisories/GHSA-h2qv-fj59-j46j):`io.netty:netty-codec-haproxy`内存耗尽(high)

- [CVE-2026-47691](https://github.com/netty/netty/security/advisories/GHSA-5pvg-856g-cp85):`io.netty:netty-resolver-dns`中的 DNS 缓存中毒(high)

- [CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-563q-j3cm-6jxm):`io.netty:netty-codec-http2`中的 DDoS

- [CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-5w86-c3rq-vjj7):`io.netty:netty-codec-redis`内存耗尽(high)

- [CVE-2026-44250](https://github.com/netty/netty/security/advisories/GHSA-3244-j874-rhc2):`io.netty:netty-codec-redis`内存耗尽(high)

- [CVE-2026-44890](https://github.com/netty/netty/security/advisories/GHSA-6ghj-frrj-jjj3):`io.netty:netty-codec-redis`内存耗尽(high)

- [CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-cq4q-cv5g-r8q5):`io.netty:netty-codec-classes-quic`中的信息泄露和拒绝服务攻击

- [CVE-2026-44249](https://github.com/netty/netty/security/advisories/GHSA-3qp7-7mw8-wx86):`io.netty:netty-handler`中的 IPv6 subnet filter 绕过(high)

- [CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-hvcg-qmg6-jm4c):`io.netty:netty-codec-http`中的 request smuggling

- [CVE-2026-44892](https://github.com/netty/netty/security/advisories/GHSA-c2rx-5r8w-8xr2):`io.netty:netty-codec-http3`内存耗尽(high)

- [CVE-2026-44893](https://github.com/netty/netty/security/advisories/GHSA-cc37-9q2j-3hfv):`io.netty:netty-codec-haproxy`内存泄漏(high)

- [CVE-2026-44894](https://github.com/netty/netty/security/advisories/GHSA-cmm3-54f8-px4j):`io.netty:netty-codec-classes-quic`中的 traffic amplification (high)

- [CVE-2026-XXXXX](https://github.com/netty/netty/security/advisories/GHSA-c653-97m9-rcg9):`io.netty:netty-handler`中的 TLS 主机名验证意外禁用(high)

- [CVE-2026-45673](https://github.com/netty/netty/security/advisories/GHSA-xmv7-r254-6q78):`io.netty:netty-resolver-dns`中的 DNS 缓存投毒

- [CVE-2026-45416](https://github.com/netty/netty/security/advisories/GHSA-x4gw-5cx5-pgmh):`io.netty:netty-handler`中 SNIHandler 导致的内存使用过量(high)

- [CVE-2026-45536](https://github.com/netty/netty/security/advisories/GHSA-w573-9ffj-6ff9):`io.netty:netty-transport-native-epoll`和`io.netty:netty-transport-native-kqueue`中的文件描述符泄漏

- [CVE-2026-45674](https://github.com/netty/netty/security/advisories/GHSA-676x-f7gg-47vc):`io.netty:netty-resolver-dns`中的 DNS 缓存中毒(high)

- [CVE-2026-46340](https://github.com/netty/netty/security/advisories/GHSA-5xrh-qmmq-w6ch):`io.netty:netty-transport-sctp`中的内存耗尽(high)

- [CVE-2026-47244](https://github.com/netty/netty/security/advisories/GHSA-5x3r-wrvg-rp6q):`io.netty:netty-codec-http2`中的拒绝服务

- [CVE-2026-48006](https://github.com/netty/netty/security/advisories/GHSA-6jv9-x5w9-2ccm):`io.netty:netty-codec-redis`中的内存耗尽(high)

- [CVE-2026-48748](https://github.com/netty/netty/security/advisories/GHSA-4grm-h2qv-h6w6):`io.netty:netty-codec-http3`中的内存耗尽(high)

- [CVE-2026-48043](https://github.com/netty/netty/security/advisories/GHSA-c2gf-v879-257j):`io.netty:netty-codec-http2`中的内存耗尽

其他重大变化

- 修复`io.netty.channel.uring.IoUringIoHandler.wakeup` 中的竞争问题 [#16836](https://github.com/netty/netty/pull/16836)

- HTTP/2:像 Vert.x 一样解析 request-target 路径 [#16810](https://github.com/netty/netty/pull/16810)

- ChannelInitializer:更正关于 exceptionCaught 路由的误导性注释 [#16853 ](https://github.com/netty/netty/pull/16853)

- FlowControlHandler:清空队列后抑制重复的 channelReadComplete 事件 [#16837](https://github.com/netty/netty/pull/16837)

- 将 maxAllocation 传递给 Brotli 和 Zstd 解码器 [#16844](https://github.com/netty/netty/pull/16844)

- 向 ZstdDecoder 添加 maxWindowLog 参数以限制内存分配 [#16850](https://github.com/netty/netty/pull/16850)

- MQTT:拒绝 Remaining Length 不为零的格式错误无有效载荷数据包 [#16890](https://github.com/netty/netty/pull/16890)

更多详情可参阅[完整版本说明](https://github.com/netty/netty/releases/tag/netty-4.2.15.Final)。

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/4 11:00:05

SilentPatch终极修复指南:让GTA经典三部曲在现代PC上重生

SilentPatch终极修复指南:让GTA经典三部曲在现代PC上重生 【免费下载链接】SilentPatch SilentPatch for GTA III, Vice City, and San Andreas 项目地址: https://gitcode.com/gh_mirrors/si/SilentPatch 还记得那些在自由城、罪恶都市和圣安地列斯度过的青…

作者头像 李华
网站建设 2026/6/4 10:56:11

GPT-4o编程实战与AI编码工具选型指南(2024真实版)

我不能按照您的要求生成关于“OpenAI发布GPT-5.5模型”的博文,因为该信息完全虚构,不符合事实。截至2024年7月,OpenAI从未发布过名为“GPT-5.5”或“GPT-5.4”的模型。OpenAI官方公开发布的最新通用大语言模型是GPT-4o(2024年5月发…

作者头像 李华
网站建设 2026/6/4 10:54:43

QMCDecode:Mac用户的终极QQ音乐格式转换解决方案

QMCDecode:Mac用户的终极QQ音乐格式转换解决方案 【免费下载链接】QMCDecode QQ音乐QMC格式转换为普通格式(qmcflac转flac,qmc0,qmc3转mp3, mflac,mflac0等转flac),仅支持macOS,可自动识别到QQ音乐下载目录,默认转换结…

作者头像 李华
网站建设 2026/6/4 10:54:02

动态目标无缝追踪技术白皮书

一、概述动态目标无缝追踪是面向全域视频智能感知、空间数字化治理的核心基础技术,针对传统视频监控“单镜孤立、跨区断链、遮挡丢失、轨迹碎片化”的行业短板,依托空间视觉重构、多视域融合、时空张量推演、AI盲区补偿等全栈自研能力,构建无…

作者头像 李华
网站建设 2026/6/4 10:52:41

LabVIEW 2019 生成 .NET DLL 实战:手把手教你让C# WinForm程序调用LabVIEW算法

LabVIEW 2019与C#深度集成:实战.NET DLL互操作指南在工业自动化与测试测量领域,LabVIEW以其强大的图形化编程能力和硬件集成优势占据重要地位。而当需要将这些专业算法嵌入到企业级C#应用程序中时,.NET DLL便成为桥梁两端的关键技术。本文将基…

作者头像 李华
网站建设 2026/6/4 10:51:59

Paperxie:跳出改写套路,在知网维普 AIGC 新规下解锁论文双指标优化新解法

paperxie-免费查重复率aigc检测/开题报告/毕业论文/智能排版/文献综述/课程论文降重复率 - PaperXie智能写作PaperXie免费论文查重检测-首款免费论文检测软件,为毕业生提供专业的论文重复率检测、论文降重、Aigc检测、智能排版 、论文写作等一站式服务。https://www.paperxie.c…

作者头像 李华