Skip to content

Add CVE-2024-39908 : DoS in REXML #3314

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

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions en/news/_posts/2024-07-16-dos-rexml-cve-2024-39908.md
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link points to CVE-2024-399086. This should be CVE-2024-39908.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I sent a PR to fix typo (#3318)


## 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)