Skip to content

Commit a34bb83

Browse files
1 parent 763d45b commit a34bb83

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-j4pr-3wm6-xx2r",
4+
"modified": "2025-12-30T21:07:15Z",
5+
"published": "2025-12-30T21:07:14Z",
6+
"aliases": [
7+
"CVE-2025-61594"
8+
],
9+
"summary": "URI Credential Leakage Bypass over CVE-2025-27221",
10+
"details": "### Impact\n\nIn affected URI version, a bypass exists for the fix to CVE-2025-27221 that can expose user credentials.\n\nWhen using the `+` operator to combine URIs, sensitive information like passwords from the original URI can be leaked, violating RFC3986 and making applications vulnerable to credential exposure.\n\nThe vulnerability affects the `uri` gem bundled with the following Ruby series:\n\n* 0.12.4 and earlier (bundled in Ruby 3.2 series)\n* 0.13.2 and earlier (bundled in Ruby 3.3 series)\n* 1.0.3 and earlier (bundled in Ruby 3.4 series)\n\n### Patches\n\nUpgrade to 0.12.5, 0.13.3 or 1.0.4\n\n### References\n\n* https://www.ruby-lang.org/en/news/2025/02/26/security-advisories/\n* https://hackerone.com/reports/2957667",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "RubyGems",
21+
"name": "uri"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.12.5"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "RubyGems",
40+
"name": "uri"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0.13.0"
48+
},
49+
{
50+
"fixed": "0.13.3"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "RubyGems",
59+
"name": "uri"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "1.0.0"
67+
},
68+
{
69+
"fixed": "1.0.4"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "WEB",
79+
"url": "https://github.com/ruby/uri/commit/20157e3e29b125ff41f1d9662e2e3b1d066f5902"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/ruby/uri/commit/7e521b2da0833d964aab43019e735aea674e1c2c"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/ruby/uri/commit/d3116ca66a3b1c97dc7577f9d2d6e353f391cd6a"
88+
},
89+
{
90+
"type": "PACKAGE",
91+
"url": "https://github.com/ruby/uri"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-212"
105+
],
106+
"severity": "LOW",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2025-12-30T21:07:14Z",
109+
"nvd_published_at": null
110+
}
111+
}

0 commit comments

Comments
 (0)