Skip to content

Conversation

@hudakh
Copy link

@hudakh hudakh commented Oct 27, 2025

This adds an advisory under rubies/ruby for CVE-2025-61594, affecting Ruby versions before
3.3.10 and 3.4.7. The vulnerability allows credential leakage when combining URIs using the

Fixed in Ruby 3.3.10 and 3.4.7.

@hudakh hudakh marked this pull request as ready for review October 27, 2025 06:19
@hudakh
Copy link
Author

hudakh commented Oct 27, 2025

@jasnow for your review

@jasnow
Copy link
Contributor

jasnow commented Oct 28, 2025

Please add this advisory at the bottom of your advisory:
https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml

@hudakh
Copy link
Author

hudakh commented Oct 28, 2025

Please add this advisory at the bottom of your advisory: https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml

Done. Thanks!

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.
affected_versions:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ruby-advisory-db YAML schema does not use affected_versions, only patched_versions and unaffected_versions; any other version not in those ranges is considered affected.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Addressed.

- ">= 3.4.7"
related:
url:
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/uri/CVE-2025-61594.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants