Skip to content

Commit bcc7cdb

Browse files
timfanda35bugtender
authored andcommitted
Translate CVE 2024 43398 (zh_tw)
1 parent 92ea9b2 commit bcc7cdb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: news_post
3+
title: "CVE-2024-43398: DoS vulnerability in REXML"
4+
author: "kou"
5+
translator: "Bear Su"
6+
date: 2024-08-22 03:00:00 +0000
7+
tags: security
8+
lang: zh_tw
9+
---
10+
11+
在 REXML gem 發現了一個 DoS 漏洞。
12+
該漏洞的 CVE 編號為 [CVE-2024-43398](https://www.cve.org/CVERecord?id=CVE-2024-43398)
13+
我們強烈建議您升級 REXML gem。
14+
15+
## 風險細節
16+
17+
當解析的 XML 擁有許多深層級的元素,並且這些元素有相同的名稱屬性時。
18+
19+
此風險只有影響到 Tree 解析 API。如果您正在使用 `REXML::Document.new` 解析 XML,您可能會受到影響。
20+
21+
請更新 REXML gem 至 3.3.6 或更新的版本。
22+
23+
## 受影響版本
24+
25+
* REXML gem 3.3.5 及更早版本
26+
27+
## 致謝
28+
29+
感謝 [l33thaxor](https://hackerone.com/l33thaxor) 發現此問題。
30+
31+
## 歷史
32+
33+
* 最初發布於 2024-08-22 03:00:00 (UTC)

0 commit comments

Comments
 (0)