Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions rubies/ruby/CVE-2025-61594.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
engine: ruby
cve: 2025-61594
url: https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/
title: URI Credential Leakage Bypass
date: 2025-10-07
description: |
A vulnerability in the URI library bundled with Ruby allows sensitive user credentials
(such as usernames or passwords) in a URI to be unintentionally leaked when combining
URIs using the `+` operator. This issue bypasses the previous fix for CVE-2025-27221.

The issue affects Ruby's built-in URI implementation prior to Ruby 3.3.10 and 3.4.7.
patched_versions:
- "~> 3.3.10"
- ">= 3.4.7"
related:
url:
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml
- https://www.cve.org/CVERecord?id=CVE-2025-61594
- https://www.ruby-lang.org/en/news/2025/10/23/ruby-3-3-10-released/
- https://www.ruby-lang.org/en/news/2025/10/07/ruby-3-4-7-released/