File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : news_post
3
+ title : " CVE-2024-43398: REXML内のDoS脆弱性"
4
+ author : " kou"
5
+ translator : " egamasa"
6
+ date : 2024-08-22 03:00:00 +0000
7
+ tags : security
8
+ lang : ja
9
+ ---
10
+
11
+ REXML gem内のDoS脆弱性が発見されました。この脆弱性は、[ CVE-2024 -43398] ( https://www.cve.org/CVERecord?id=CVE-2024-43398 ) として登録されています。REXML gem をアップグレードすることを強く推奨します。
12
+
13
+ ## 詳細
14
+
15
+ REXML gem は、同じローカル名の階層の深い要素を多く持つ XML ドキュメントの解析に時間がかかることがあります。
16
+
17
+ これは TreeParser API にのみ影響します。` REXML::Document.new ` を使用して XML ドキュメントを解析する場合に影響を受ける可能性があります。
18
+
19
+ REXML gem を 3.3.6 以上にアップデートしてください。
20
+
21
+ ## 影響を受けるバージョン
22
+
23
+ * REXML gem 3.3.5 以前
24
+
25
+ ## クレジット
26
+
27
+ この脆弱性情報は、[ l33thaxor] ( https://hackerone.com/l33thaxor ) 氏によって報告されました。
28
+
29
+ ## 更新履歴
30
+
31
+ * 2024-08-22 12:00:00 (JST) 初版
You can’t perform that action at this time.
0 commit comments