Skip to content

Commit

Permalink
Translate "DoS vulnerabilities in REXML" (ko) (#3334)
Browse files Browse the repository at this point in the history
* cp from origin posts

* Tranlates 2024-08-01 dos rexml (ko)

* Apply suggestions from code review

Co-authored-by: Chayoung You <yousbe@gmail.com>

---------

Co-authored-by: Chayoung You <yousbe@gmail.com>
  • Loading branch information
riseshia and yous committed Aug 3, 2024
1 parent b799fd6 commit feaf940
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ko/news/_posts/2024-08-01-dos-rexml-cve-2024-41123.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: news_post
title: "CVE-2024-41123: REXML의 DoS 취약점"
author: "kou"
translator: "shia"
date: 2024-08-01 03:00:00 +0000
tags: security
lang: ko
---

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

## 세부 내용

공백 문자, `>]`, `]>`와 같은 특정 문자가 많이 포함된 XML 문서를 파싱할 때, REXML gem은 처리에 긴 시간이 걸립니다.

REXML gem을 3.3.3이나 그 이상으로 업데이트하세요.

## 해당 버전

* REXML gem 3.3.2와 그 이하

## 도움을 준 사람

이 문제를 발견해 준 [mprogrammer](https://hackerone.com/mprogrammer)[scyoon](https://hackerone.com/scyoon)에게 감사를 표합니다.

## 수정 이력

* 2024-08-01 03:00:00 (UTC) 최초 공개
29 changes: 29 additions & 0 deletions ko/news/_posts/2024-08-01-dos-rexml-cve-2024-41946.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: news_post
title: "CVE-2024-41946: REXML의 DoS 취약점"
author: "kou"
translator: "shia"
date: 2024-08-01 03:00:00 +0000
tags: security
lang: ko
---

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

## 세부 내용

SAX2나 풀(pull) 파서 API로 많은 엔티티 확장을 포함하는 XML을 파싱할 때, REXML gem은 처리에 긴 시간이 걸립니다.

REXML gem을 3.3.3이나 그 이상으로 업데이트하세요.

## 해당 버전

* REXML gem 3.3.2와 그 이하

## 도움을 준 사람

이 문제를 발견해 준 [NAITOH Jun](https://github.com/naitoh)에게 감사를 표합니다.

## 수정 이력

* 2024-08-01 03:00:00 (UTC) 최초 공개

0 comments on commit feaf940

Please sign in to comment.