Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate "CVE-2024-43398: DoS vulnerability in REXML" (ko) #3353

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions ko/news/_posts/2024-08-22-dos-rexml-cve-2024-43398.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
---
layout: news_post
title: "CVE-2024-43398: DoS vulnerability in REXML"
title: "CVE-2024-43398: REXML의 DoS 취약점"
author: "kou"
translator:
translator: "shia"
date: 2024-08-22 03:00:00 +0000
tags: security
lang: en
lang: ko
---

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.
REXML gem에서 DoS 취약점이 발견되었습니다. 이 취약점은 CVE 번호 [CVE-2024-43398](https://www.cve.org/CVERecord?id=CVE-2024-43398)로 등록되었습니다. REXML gem 업그레이드를 강하게 추천합니다.

## Details
## 세부 내용

When parsing an XML that has many deep elements that have same local name attributes.
동일한 지역 이름 속성을 가진 여러 깊은 요소를 포함하는 XML을 파싱할 때, REXML gem은 처리에 긴 시간이 걸립니다.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Origin text doesn't include "may take long time", but It's so weird without this in korean, imo, ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a comment. #3348 (comment)


It's only affected with the tree parser API. If you're using `REXML::Document.new` to parse an XML, you may be affected.
해당 취약점은 트리 파서 API에만 영향을 줍니다. XML을 파싱하기 위해 `REXML::Document.new`를 사용한다면 영향을 받을 수 있습니다.

Please update REXML gem to version 3.3.6 or later.
REXML gem을 3.3.6이나 그 이상으로 업데이트하세요.

## Affected versions
## 해당 버전

* REXML gem 3.3.5 or prior
* REXML gem 3.3.5와 그 이하

## Credits
## 도움을 준 사람

Thanks to [l33thaxor](https://hackerone.com/l33thaxor) for discovering this issue.
이 문제를 발견해 준 [l33thaxor](https://hackerone.com/l33thaxor)에게 감사를 표합니다.

## History
## 수정 이력

* Originally published at 2024-08-22 03:00:00 (UTC)
* 2024-08-22 03:00:00 (UTC) 최초 공개