-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate CVE-2024-39908 (zh_cn) (#3320)
- Loading branch information
Showing
1 changed file
with
29 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,29 @@ | ||
--- | ||
layout: news_post | ||
title: "CVE-2024-39908 : REXML 中的 DoS 漏洞" | ||
author: "watson1978" | ||
translator: "GAO Jun" | ||
date: 2024-07-16 03:00:00 +0000 | ||
tags: security | ||
lang: zh_cn | ||
--- | ||
|
||
REXML gem 中存在一个 DoS 漏洞。此漏洞的 CVE 编号为 [CVE-2024-39908](https://www.cve.org/CVERecord?id=CVE-2024-39908)。我们强烈建议您更新 REXML gem。 | ||
|
||
## 详情 | ||
|
||
当 XML 文档中包含很多 `<`,`0`,`%>` 之类的特殊字符时,REXML gem 在解析时可能会花费很长时间。 | ||
|
||
请更新 REXML gem 至 3.3.2 或后续版本。 | ||
|
||
## 受影响版本 | ||
|
||
* REXML gem 3.3.1 或更低版本 | ||
|
||
## 致谢 | ||
|
||
感谢 [mprogrammer](https://hackerone.com/mprogrammer) 发现此问题。 | ||
|
||
## 历史 | ||
|
||
* 最初发布于 2024-07-16 03:00:00 (UTC) |