-
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.
- Loading branch information
1 parent
ddbff34
commit a23bd21
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 : DoS in REXML" | ||
author: "watson1978" | ||
translator: | ||
date: 2024-07-16 03:00:00 +0000 | ||
tags: security | ||
lang: en | ||
--- | ||
|
||
There is a DoS vulnerability in REXML gem. This vulnerability has been assigned the CVE identifier [CVE-2024-39908](https://www.cve.org/CVERecord?id=CVE-2024-399086). We strongly recommend upgrading the REXML gem. | ||
|
||
## Details | ||
|
||
When it parses an XML that has many specific characters such as `<`, `0` and `%>`. REXML gem may take long time. | ||
|
||
Please update REXML gem to version 3.3.2 or later. | ||
|
||
## Affected versions | ||
|
||
* REXML gem 3.3.2 or prior | ||
|
||
## Credits | ||
|
||
Thanks to [mprogrammer](https://hackerone.com/mprogrammer) for discovering this issue. | ||
|
||
## History | ||
|
||
* Originally published at 2024-07-16 03:00:00 (UTC) |