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 5295136 commit 1b3c544Copy full SHA for 1b3c544
zh_cn/news/_posts/2024-08-22-dos-rexml-cve-2024-43398.md
@@ -0,0 +1,31 @@
1
+---
2
+layout: news_post
3
+title: "CVE-2024-43398: REXML 中的 DoS 漏洞"
4
+author: "kou"
5
+translator: "GAO Jun"
6
+date: 2024-08-22 03:00:00 +0000
7
+tags: security
8
+lang: zh_cn
9
10
+
11
+REXML gem 中存在 DoS 漏洞。此漏洞的 CVE 编号为 [CVE-2024-43398](https://www.cve.org/CVERecord?id=CVE-2024-43398)。我们强烈建议您更新 REXML gem。
12
13
+## 详情
14
15
+问题触发场景:当解析的 XML 中存在很多深层元素,且这些元素有同名本地属性时。
16
17
+此问题仅影响树解析 API。如果您使用 `REXML::Document.new` 来解析 XML,就有可能受到影响。
18
19
+请更新 REXML gem 至 3.3.6 或更高版本。
20
21
+## 受影响版本
22
23
+* REXML gem 3.3.5 或更低版本
24
25
+## 致谢
26
27
+感谢 [l33thaxor](https://hackerone.com/l33thaxor) 发现此问题。
28
29
+## 历史
30
31
+* 最初发布于 2024-08-22 03:00:00 (UTC)
0 commit comments