Skip to content

Commit 641db26

Browse files
hudakhpostmodern
authored andcommitted
Add advisory for CVE-2025-61594 (URI Credential Leakage Bypass) for Ruby < 3.3.10 and < 3.4.7
1 parent 0a59654 commit 641db26

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

rubies/ruby/CVE-2025-61594.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
engine: ruby
3+
cve: 2025-61594
4+
url: https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/
5+
title: URI Credential Leakage Bypass
6+
date: 2025-10-07
7+
description: |
8+
A vulnerability in the URI library bundled with Ruby allows sensitive user credentials
9+
(such as usernames or passwords) in a URI to be unintentionally leaked when combining
10+
URIs using the `+` operator. This issue bypasses the previous fix for CVE-2025-27221.
11+
12+
The issue affects Ruby's built-in URI implementation prior to Ruby 3.3.10 and 3.4.7.
13+
affected_versions:
14+
- ">= 3.3.0, < 3.3.10"
15+
- ">= 3.4.0, < 3.4.7"
16+
patched_versions:
17+
- ">= 3.3.10"
18+
- ">= 3.4.7"

0 commit comments

Comments
 (0)