|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2023-36617: ruby2.1,ruby,ruby2.5,ruby3.2: rubygem-uri: vulnerability for ReDoS | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Cathy Hu <cathy.hu> |
| Component: | Incidents | Assignee: | Marcus Rückert <mrueckert> |
| Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | lars.vogdt, mrueckert, security-team, stoyan.manolov |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/370885/ | ||
| Whiteboard: | CVSSv3.1:SUSE:CVE-2023-36617:7.5:(AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) | ||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Cathy Hu
2023-06-30 09:28:24 UTC
Tracking as affected: - SUSE:SLE-15:Update/ruby2.5 - SUSE:ALP:Source:Standard:1.0/ruby3.2 3.2.2 - openSUSE:Factory/ruby3.2 3.2.2 (In reply to Hu from comment #2) > Fix: https://github.com/ruby/ruby/pull/7995/files This is actually the fix for the intree copy of uri in bundler. Our bundler package does not have that intree copy yet. ``` commit 995ce947bed7e92bcda185f164d43089e6a1cf5e Author: Nobuyoshi Nakada <nobu@ruby-lang.org> Date: Sat Apr 22 20:09:10 2023 +0900 [ruby/uri] Fix quadratic backtracking on invalid port number https://hackerone.com/reports/1958260 https://github.com/ruby/uri/commit/9d7bcef1e6 commit 1eff362492f4a0ca8d6d036c958afa7961e827f0 Author: Nobuyoshi Nakada <nobu@ruby-lang.org> Date: Sat Apr 22 20:08:32 2023 +0900 [ruby/uri] Fix quadratic backtracking on invalid relative URI https://hackerone.com/reports/1958260 https://github.com/ruby/uri/commit/9010ee2536 ``` |