-
Notifications
You must be signed in to change notification settings - Fork 614
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
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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은 처리에 긴 시간이 걸립니다. | ||
|
||
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) 최초 공개 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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, ;)
There was a problem hiding this comment.
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)