ghsa-22h5-pq3x-2gf2
Vulnerability from github
There is a possibility for userinfo leakage by in the uri gem. This vulnerability has been assigned the CVE identifier CVE-2025-27221. We recommend upgrading the uri gem.
Details
The methods URI#join
, URI#merge
, and URI#+
retained userinfo, such as user:password
, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak could occur.
Please update URI gem to version 0.11.3, 0.12.4, 0.13.2, 1.0.3 or later.
Affected versions
uri gem versions < 0.11.3, 0.12.0 to 0.12.3, 0.13.0, 0.13.1 and 1.0.0 to 1.0.2.
Credits
Thanks to Tsubasa Irisawa (lambdasawa) for discovering this issue. Also thanks to nobu for additional fixes of this vulnerability.
{ affected: [ { package: { ecosystem: "RubyGems", name: "uri", }, ranges: [ { events: [ { introduced: "0", }, { fixed: "0.11.3", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "RubyGems", name: "uri", }, ranges: [ { events: [ { introduced: "0.12.0", }, { fixed: "0.12.4", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "RubyGems", name: "uri", }, ranges: [ { events: [ { introduced: "0.13.0", }, { fixed: "0.13.2", }, ], type: "ECOSYSTEM", }, ], }, { package: { ecosystem: "RubyGems", name: "uri", }, ranges: [ { events: [ { introduced: "1.0.0", }, { fixed: "1.0.3", }, ], type: "ECOSYSTEM", }, ], }, ], aliases: [ "CVE-2025-27221", ], database_specific: { cwe_ids: [ "CWE-200", "CWE-212", ], github_reviewed: true, github_reviewed_at: "2025-03-03T22:07:53Z", nvd_published_at: "2025-03-04T00:15:31Z", severity: "LOW", }, details: "There is a possibility for userinfo leakage by in the uri gem.\nThis vulnerability has been assigned the CVE identifier CVE-2025-27221. We recommend upgrading the uri gem.\n\n## Details\n\nThe methods `URI#join`, `URI#merge`, and `URI#+` retained userinfo, such as `user:password`, even after the host is replaced. When generating a URL to a malicious host from a URL containing secret userinfo using these methods, and having someone access that URL, an unintended userinfo leak could occur.\n\nPlease update URI gem to version 0.11.3, 0.12.4, 0.13.2, 1.0.3 or later.\n\n## Affected versions\n\nuri gem versions < 0.11.3, 0.12.0 to 0.12.3, 0.13.0, 0.13.1 and 1.0.0 to 1.0.2.\n\n## Credits\n\nThanks to Tsubasa Irisawa (lambdasawa) for discovering this issue.\nAlso thanks to nobu for additional fixes of this vulnerability.", id: "GHSA-22h5-pq3x-2gf2", modified: "2025-03-04T15:47:31Z", published: "2025-03-03T22:07:53Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2025-27221", }, { type: "WEB", url: "https://github.com/ruby/uri/pull/154", }, { type: "WEB", url: "https://github.com/ruby/uri/pull/155", }, { type: "WEB", url: "https://github.com/ruby/uri/pull/156", }, { type: "WEB", url: "https://github.com/ruby/uri/pull/157", }, { type: "WEB", url: "https://hackerone.com/reports/2957667", }, { type: "PACKAGE", url: "https://github.com/ruby/uri", }, { type: "WEB", url: "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-27221.yml", }, { type: "WEB", url: "https://www.cve.org/CVERecord?id=CVE-2025-27221", }, { type: "WEB", url: "https://www.ruby-lang.org/en/news/2025/02/26/security-advisories", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N", type: "CVSS_V3", }, { score: "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N", type: "CVSS_V4", }, ], summary: "URI allows for userinfo Leakage in URI#join, URI#merge, and URI#+", }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.