Skip to content

Commit 99b44b9

Browse files
jasnowRubySec CI
authored and
RubySec CI
committed
Updated advisory posts against rubysec/ruby-advisory-db@74cb95f
1 parent 6980ede commit 99b44b9

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-41123 (rexml): DoS vulnerabilities in REXML'
4+
comments: false
5+
categories:
6+
- rexml
7+
advisory:
8+
gem: rexml
9+
cve: 2024-41123
10+
url: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41123
11+
title: DoS vulnerabilities in REXML
12+
date: 2024-08-01
13+
description: |
14+
There are some DoS vulnerabilities in REXML gem.
15+
These vulnerabilities have been assigned the CVE identifier
16+
CVE-2024-41123. We strongly recommend upgrading the REXML gem.
17+
18+
## Details
19+
20+
When parsing an XML document that has many specific characters such
21+
as whitespace character, >] and ]>, REXML gem may take long time.
22+
23+
Please update REXML gem to version 3.3.3 or later.
24+
25+
## Affected versions
26+
27+
* REXML gem 3.3.2 or prior
28+
29+
## Credits
30+
31+
Thanks to mprogrammer and scyoon for discovering these issues.
32+
33+
## History
34+
35+
Originally published at 2024-08-01 03:00:00 (UTC)
36+
patched_versions:
37+
- ">= 3.3.3"
38+
related:
39+
url:
40+
- https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41123
41+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-41946 (rexml): DoS vulnerabilities in REXML'
4+
comments: false
5+
categories:
6+
- rexml
7+
advisory:
8+
gem: rexml
9+
cve: 2024-41946
10+
url: https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41946
11+
title: DoS vulnerabilities in REXML
12+
date: 2024-08-01
13+
description: |
14+
There is a DoS vulnerability in REXML gem.
15+
This vulnerability has been assigned the CVE identifier
16+
CVE-2024-41946. We strongly recommend upgrading the REXML gem.
17+
18+
## Details
19+
20+
When parsing an XML that has many entity expansions with SAX2 or
21+
pull parser API, REXML gem may take long time.
22+
23+
Please update REXML gem to version 3.3.3 or later.
24+
25+
## Affected versions
26+
27+
* REXML gem 3.3.2 or prior
28+
29+
## Credits
30+
31+
Thanks to NAITOH Jun for discovering and fixing this issue.
32+
33+
## History
34+
35+
Originally published at 2024-08-01 03:00:00 (UTC)
36+
patched_versions:
37+
- ">= 3.3.3"
38+
related:
39+
url:
40+
- https://www.ruby-lang.org/en/news/2024/08/01/dos-rexml-cve-2024-41946
41+
---

0 commit comments

Comments
 (0)