You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "CVE-2024-43398: DoS vulnerability in REXML"
3
+
title: "CVE-2024-43398: REXML의 DoS 취약점"
4
4
author: "kou"
5
-
translator:
5
+
translator:"shia"
6
6
date: 2024-08-22 03:00:00 +0000
7
7
tags: security
8
-
lang: en
8
+
lang: ko
9
9
---
10
10
11
-
There is a DoS vulnerability in REXML gem. This vulnerability has been assigned the CVE identifier[CVE-2024-43398](https://www.cve.org/CVERecord?id=CVE-2024-43398). We strongly recommend upgrading the REXML gem.
11
+
REXML gem에서 DoS 취약점이 발견되었습니다. 이 취약점은 CVE 번호[CVE-2024-43398](https://www.cve.org/CVERecord?id=CVE-2024-43398)로 등록되었습니다. REXML gem 업그레이드를 강하게 추천합니다.
12
12
13
-
## Details
13
+
## 세부 내용
14
14
15
-
When parsing an XML that has many deep elements that have same local name attributes.
15
+
동일한 지역 이름 속성을 가진 여러 깊은 요소를 포함하는 XML을 파싱할 때, REXML gem은 처리에 긴 시간이 걸립니다.
16
16
17
-
It's only affected with the tree parser API. If you're using`REXML::Document.new` to parse an XML, you may be affected.
17
+
해당 취약점은 트리 파서 API에만 영향을 줍니다. XML을 파싱하기 위해`REXML::Document.new`를 사용한다면 영향을 받을 수 있습니다.
18
18
19
-
Please update REXML gem to version 3.3.6 or later.
19
+
REXML gem을 3.3.6이나 그 이상으로 업데이트하세요.
20
20
21
-
## Affected versions
21
+
## 해당 버전
22
22
23
-
* REXML gem 3.3.5 or prior
23
+
* REXML gem 3.3.5와 그 이하
24
24
25
-
## Credits
25
+
## 도움을 준 사람
26
26
27
-
Thanks to [l33thaxor](https://hackerone.com/l33thaxor) for discovering this issue.
27
+
이 문제를 발견해 준 [l33thaxor](https://hackerone.com/l33thaxor)에게 감사를 표합니다.
28
28
29
-
## History
29
+
## 수정 이력
30
30
31
-
*Originally published at 2024-08-22 03:00:00 (UTC)
0 commit comments