Skip to content

Commit 2f17b74

Browse files
committed
Initial post for CVE-2023-36617
1 parent 8887ece commit 2f17b74

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: news_post
3+
title: "CVE-2023-36617: ReDoS vulnerability in URI"
4+
author: "hsbt"
5+
translator:
6+
date: 2023-06-29 01:00:00 +0000
7+
tags: security
8+
lang: en
9+
---
10+
11+
We have released the uri gem version 0.12.1, 0.10.2 that has a security fix for a ReDoS vulnerability.
12+
This vulnerability has been assigned the CVE identifier [CVE-2023-36617](https://www.cve.org/CVERecord?id=CVE-2023-36617).
13+
14+
## Details
15+
16+
A ReDoS issue was discovered in the URI component through 0.12.1 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb.
17+
18+
NOTE: this issue exists becuse of an incomplete fix for [CVE-2023-28755](https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/).
19+
20+
The `uri` gem version 0.12.1 and all versions prior 0.12.1 are vulnerable for this vulnerability.
21+
22+
## Recommended action
23+
24+
We recommend to update the `uri` gem to 0.12.2. In order to ensure compatibility with bundled version in older Ruby series, you may update as follows instead:
25+
26+
* For Ruby 3.0: Update to `uri` 0.10.2
27+
* For Ruby 3.1 and 3.2: Update to `uri` 0.12.2
28+
29+
You can use `gem update uri` to update it. If you are using bundler, please add `gem "uri", ">= 0.12.2"` (or other version mentioned above) to your `Gemfile`.
30+
31+
## Affected versions
32+
33+
* uri gem 0.12.1 or before
34+
35+
## Credits
36+
37+
Thanks to [ooooooo_q](https://hackerone.com/ooooooo_q) for discovering this issue.
38+
39+
Thanks to [nobu](https://github.com/nobu) for fixing this issue.
40+
41+
## History
42+
43+
* Originally published at 2023-06-29 01:00:00 (UTC)

0 commit comments

Comments
 (0)