Update dependency org.jruby:jruby to v9.4.12.1 [SECURITY]#183
Open
renovate-bot wants to merge 1 commit intodevlauer:masterfrom
Open
Update dependency org.jruby:jruby to v9.4.12.1 [SECURITY]#183renovate-bot wants to merge 1 commit intodevlauer:masterfrom
renovate-bot wants to merge 1 commit intodevlauer:masterfrom
Conversation
0cb046f to
cf3f2fc
Compare
cf3f2fc to
60e3169
Compare
60e3169 to
7f18491
Compare
be4f06c to
f92cab3
Compare
37ec0f8 to
10d2cf9
Compare
33661f9 to
f39951f
Compare
9070fb9 to
7e47bb1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.4.9.0→9.4.12.1JRuby-OpenSSL has hostname verification disabled by default
CVE-2025-46551 / GHSA-72qj-48g4-5xgx
More information
Details
Summary
When verifying SSL certificates, jruby-openssl is not verifying that the hostname presented in the certificate matches the one we are trying to connect to, meaning a MITM could just present any valid cert for a completely different domain they own, and JRuby wouldn't complain.
Details
n/a
PoC
An example domain bad.substitutealert.com was created to present the a certificate for the domain s8a.me. The following script run in IRB in CRuby 3.4.3 will fail with
certificate verify failed (hostname mismatch), but will work just fine in JRuby 10.0.0.0 and JRuby 9.4.2.0, both of which use jruby-openssl version 0.15.3Impact
Anybody using JRuby to make requests of external APIs, or scraping the web, that depends on https to connect securely
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:PReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
jruby/jruby (org.jruby:jruby)
v9.4.12.1: JRuby 9.4.12.1 ReleasedCompare Source
The JRuby community is pleased to announce the release of JRuby 9.4.12.1.
JRuby 9.4.12.x targets Ruby 3.1 compatibility.
Security
v9.4.12.0: JRuby 9.4.12.0 ReleasedCompare Source
The JRuby community is pleased to announce the release of JRuby 9.4.12.0.
JRuby 9.4.12.x targets Ruby 3.1 compatibility.
Thank you to our contributors this release, you help keep JRuby moving forward!
Critical Fixes
Standard Library
4 Issues and PRs resolved for 9.4.12.0
snakeyaml-engine-2.9.jarin JRuby 9.4.11.0v9.4.11.0: JRuby 9.4.11.0 ReleasedCompare Source
The JRuby community is pleased to announce the release of JRuby 9.4.11.0.
JRuby 9.4.11.x targets Ruby 3.1 compatibility. This release fixes two critical bugs in JRuby 9.4.10.0 and we recommend users skip that version when upgrading.
Thank you to our contributors this release, you help keep JRuby moving forward!
Critical Fixes
Standard Library
9 Issues and PRs resolved for 9.4.11.0
v9.4.10.0: JRuby 9.4.10.0 ReleasedCompare Source
The JRuby community is pleased to announce the release of JRuby 9.4.10.0.
JRuby 9.4.x targets Ruby 3.1 compatibility.
Thank you to our contributors this release, you help keep JRuby moving forward!
Ruby Compatibility
-XnameError.inspect.object=falseor JVM propertyjruby.nameError.inspect.object=falseto disable the inspect call. #216, #8384, #8538Process.argv0method, used by recent Bundler releases. #8568, #8570Standard Library
Java Integration
Performance and Usability
Class#subclassesmethod has been optimized to eliminate it as a bottleneck in complex ActiveRecord STI queries. #8457, #8462Issues and PRs resolved for 9.4.10.0
YAML#loadbin/jrubyscript to build an invalid command stringConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.