-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…-39908 Translate CVE 2024 39908 (zh_tw)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: news_post | ||
title: "CVE-2024-39908 : DoS in REXML" | ||
author: "watson1978" | ||
translator: "Bear Su" | ||
date: 2024-07-16 03:00:00 +0000 | ||
tags: security | ||
lang: zh_tw | ||
--- | ||
|
||
在 REXML gem 發現了一個 DoS 漏洞。 | ||
該漏洞的 CVE 編號為 [CVE-2024-39908](https://www.cve.org/CVERecord?id=CVE-2024-39908)。 | ||
我們強烈建議您升級 REXML gem。 | ||
|
||
## 風險細節 | ||
|
||
當解析包含許多特定字元如 `<`、`0` 和 `%>` 的 XML 文件時,REXML gem 可能會需要很長的處理時間。 | ||
|
||
請更新 REXML gem 至 3.3.2 或更新的版本。 | ||
|
||
## 受影響版本 | ||
|
||
* REXML gem 3.3.1 及更早版本 | ||
|
||
## 致謝 | ||
|
||
感謝 [mprogrammer](https://hackerone.com/mprogrammer) 發現此問題。 | ||
|
||
## 歷史 | ||
|
||
* 最初發布於 2024-07-16 03:00:00 (UTC) |