Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2025-27221 #4745

Closed
github-actions bot opened this issue Mar 4, 2025 · 0 comments
Closed

CVE-2025-27221 #4745

github-actions bot opened this issue Mar 4, 2025 · 0 comments
Labels
dependencies Pull requests that update a dependency file security Security and vulnerability related issues

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2025

CVE-2025-27221 - userinfo leakage in URI#join, URI#merge and URI#+.

https://avd.aquasec.com/nvd/cve-2025-27221

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.

Projects:

  • person-search-index-from-delius

Locations:

  • uri:0.12.2 (usr/share/logstash/vendor/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec)

References:

@github-actions github-actions bot added dependencies Pull requests that update a dependency file security Security and vulnerability related issues labels Mar 4, 2025
@github-actions github-actions bot closed this as completed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security Security and vulnerability related issues
Projects
None yet
Development

No branches or pull requests

0 participants