Lookup for vulnerable packages by Package URL.
| Purl | pkg:gem/bcrypt@3.1.12.rc1 |
| Type | gem |
| Namespace | |
| Name | bcrypt |
| Version | 3.1.12.rc1 |
| Qualifiers |
|
| Subpath | |
| Is_vulnerable | true |
| Next_non_vulnerable_version | 3.1.22 |
| Latest_non_vulnerable_version | 3.1.22 |
| Affected_by_vulnerabilities |
| 0 |
| url |
VCID-jr8d-a6t4-93ej |
| vulnerability_id |
VCID-jr8d-a6t4-93ej |
| summary |
bcrypt-ruby has an Integer Overflow that Causes Zero Key-Strengthening Iterations at Cost=31 on JRuby
### 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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2026-33306, GHSA-f27w-vcwj-c954
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-jr8d-a6t4-93ej |
|
|
| Fixing_vulnerabilities |
|
| Risk_score | 3.1 |
| Resource_url | http://public2.vulnerablecode.io/packages/pkg:gem/bcrypt@3.1.12.rc1 |