We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a59654 commit 641db26Copy full SHA for 641db26
rubies/ruby/CVE-2025-61594.yml
@@ -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