Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Update dependency bcrypt to v3.1.22 [SECURITY]#34

Merged
ng-renovate[bot] merged 1 commit into
masterfrom
renovate/rubygems-bcrypt-vulnerability
Mar 23, 2026
Merged

Update dependency bcrypt to v3.1.22 [SECURITY]#34
ng-renovate[bot] merged 1 commit into
masterfrom
renovate/rubygems-bcrypt-vulnerability

Conversation

@ng-renovate

@ng-renovate ng-renovate Bot commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
bcrypt 3.1.213.1.22 age confidence

GitHub Vulnerability Alerts

CVE-2026-33306

Impact

An integer overflow in the Java BCrypt implementation for JRuby can cause zero iterations in the strengthening loop. Impacted applications must be setting the cost to 31 to see this happen.

The JRuby implementation of bcrypt-ruby (BCrypt.java) computes the key-strengthening round count as a signed 32-bit integer. When cost=31 (the maximum allowed by the gem), signed integer overflow causes the round count to become negative, and the strengthening loop executes zero iterations. This collapses bcrypt from 2^31 rounds of exponential key-strengthening to effectively constant-time computation — only the initial EksBlowfish key setup and final 64x encryption phase remain.

The resulting hash looks valid ($2a$31$...) and verifies correctly via checkpw, making the weakness invisible to the application. This issue is triggered only when cost=31 is used or when verifying a $2a$31$ hash.

Patches

This problem has been fixed in version 3.1.22

Workarounds

Set the cost to something less than 31.


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ng-renovate ng-renovate Bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@ng-renovate
ng-renovate Bot enabled auto-merge (squash) March 23, 2026 03:17
@ng-renovate
ng-renovate Bot merged commit 6e37f10 into master Mar 23, 2026
1 check passed
@ng-renovate
ng-renovate Bot deleted the renovate/rubygems-bcrypt-vulnerability branch March 23, 2026 03:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants