Skip to content

Translate 2024-10-28 ReDoS Rexml CVE news (ja) #3414

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
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
33 changes: 33 additions & 0 deletions ja/news/_posts/2024-10-28-redos-rexml-cve-2024-49761.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: news_post
title: "CVE-2024-49761: REXML の ReDoS 脆弱性"
author: "kou"
translator: "teeta32"
date: 2024-10-28 03:00:00 +0000
tags: security
lang: ja
---

REXML gem に ReDoS 脆弱性が発見されました。この脆弱性は [CVE-2024-49761](https://www.cve.org/CVERecord?id=CVE-2024-49761) として登録されています。REXML gem のアップグレードを強く推奨します。

この脆弱性は Ruby 3.2 以降では発生しません。メンテナンスされている Ruby では Ruby 3.1 だけが本脆弱性の影響を受けます。Ruby 3.1 は 2025 年 3 月に EOL となることに注意してください。

## 詳細

以下のような XML※をパースするときに ReDoS 脆弱性が存在します。

※16 進数の数値文字参照 (&#x...;) の &# と x...; の間に多くの数字を含む XML

REXML gem を 3.3.9 以上にアップデートしてください。

## 影響を受けるバージョン

* Ruby 3.1 以前で REXML gem 3.3.8 以前を利用する場合

## クレジット

* この脆弱性情報は、[manun](https://hackerone.com/manun) 氏によって報告されました。

## 更新履歴

* 2024-10-28 12:00:00 (JST) 初版