We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddb270 commit 6f92981Copy full SHA for 6f92981
zh_cn/news/_posts/2025-02-10-dos-net-imap-cve-2025-25186.md
@@ -0,0 +1,30 @@
1
+---
2
+layout: news_post
3
+title: "CVE-2025-25186: net-imap 中的 DoS 漏洞"
4
+author: "nevans"
5
+translator: "GAO Jun"
6
+date: 2025-02-10 03:00:00 +0000
7
+tags: security
8
+lang: zh_cn
9
10
+
11
+在 net-imap gem 中存在一个可能造成 DoS 的漏洞。此漏洞的 CVE 编号为[CVE-2025-25186](https://www.cve.org/CVERecord?id=CVE-2025-25186)。
12
+我们建议您更新 net-imap gem。
13
14
+## 详情
15
16
+恶意服务器可以发送高度压缩的 uid-set 数据,这些数据会由客户端的接收线程自动读取。响应解析器会使用 Range#to_a 将 uid-set 数据转换为整数数组,但不会对 Range 实例展开后的大小进行任何限制。
17
18
+请更新 net-imap gem 至 0.3.8,0.4.19,0.5.6,或更高版本。
19
20
+## 受影响版本
21
22
+* net-imap gem 版本 0.3.2 至 0.3.7, 0.4.0 至 0.4.18,以及 0.5.0 至 0.5.5。
23
24
+## 致谢
25
26
+感谢 [manun](https://hackerone.com/manun) 发现此问题。
27
28
+## 历史
29
30
+* 最初发布于 2025-02-10 03:00:00 (UTC)
0 commit comments