Skip to content

Commit 55d19cf

Browse files
authored
Merge pull request #3008 from marocchino/update-affected-version
CVE-2023-28755: reorder affected versions new to old
2 parents 9e78576 + 4f5d0a0 commit 55d19cf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

en/news/_posts/2023-03-28-redos-in-uri-cve-2023-28755.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ tags: security
88
lang: en
99
---
1010

11-
We have released the uri gem version 0.10.0.1, 0.10.2, 0.11.1 and 0.12.1 that has a security fix for a ReDoS vulnerability.
11+
We have released the uri gem version 0.12.1, 0.11.1, 0.10.2 and 0.10.0.1 that has a security fix for a ReDoS vulnerability.
1212
This vulnerability has been assigned the CVE identifier [CVE-2023-28755](https://nvd.nist.gov/vuln/detail/CVE-2023-28755).
1313

1414
## Details
1515

1616
A ReDoS issue was discovered in the URI component. The URI parser mishandles invalid URLs that have specific characters. It causes an increase in execution time for parsing strings to URI objects.
1717

18-
The `uri` gem version 0.10.1, 0.10.2, 0.11.0, 0.12.0, and all versions 0.10.0 and prior are vulnerable for this vulnerability.
18+
The `uri` gem version 0.12.0, 0.11.0, 0.10.1, 0.10.0 and all versions prior 0.10.0 are vulnerable for this vulnerability.
1919

2020
## Recommended action
2121

@@ -32,7 +32,8 @@ You can use `gem update uri` to update it. If you are using bundler, please add
3232

3333
* uri gem 0.12.0
3434
* uri gem 0.11.0
35-
* uri gem 0.10.0 or 0.10.1
35+
* uri gem 0.10.1
36+
* uri gem 0.10.0 or before
3637

3738
## Credits
3839

@@ -41,3 +42,4 @@ Thanks to [Dominic Couture](https://hackerone.com/dee-see?type=user) for discove
4142
## History
4243

4344
* Originally published at 2023-03-28 01:00:00 (UTC)
45+
* Update Affected versions at 2023-03-28 02:00:00 (UTC)

0 commit comments

Comments
 (0)