File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : news_post
3
+ title : " CVE-2024-49761: REXML の ReDoS 脆弱性"
4
+ author : " kou"
5
+ translator : " teeta32"
6
+ date : 2024-10-28 03:00:00 +0000
7
+ tags : security
8
+ lang : ja
9
+ ---
10
+
11
+ REXML gem に ReDoS 脆弱性が発見されました。この脆弱性は [ CVE-2024 -49761] ( https://www.cve.org/CVERecord?id=CVE-2024-49761 ) として登録されています。REXML gem のアップグレードを強く推奨します。
12
+
13
+ この脆弱性は Ruby 3.2 以降では発生しません。メンテナンスされている Ruby では Ruby 3.1 だけが本脆弱性の影響を受けます。Ruby 3.1 は 2025 年 3 月に EOL となることに注意してください。
14
+
15
+ ## 詳細
16
+
17
+ 以下のような XML※をパースするときに ReDoS 脆弱性が存在します。
18
+
19
+ ※16 進数の数値文字参照 (&#x...;) の &# と x...; の間に多くの数字を含む XML
20
+
21
+ REXML gem を 3.3.9 以上にアップデートしてください。
22
+
23
+ ## 影響を受けるバージョン
24
+
25
+ * Ruby 3.1 以前で REXML gem 3.3.8 以前を利用する場合
26
+
27
+ ## クレジット
28
+
29
+ * この脆弱性情報は、[ manun] ( https://hackerone.com/manun ) 氏によって報告されました。
30
+
31
+ ## 更新履歴
32
+
33
+ * 2024-10-28 12:00:00 (JST) 初版
You can’t perform that action at this time.
0 commit comments