🛡️ CVE-2026-54905 on Ubuntu — ruby-concurrent
Description
concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReentrantReadWriteLock can incorrectly grant a write lock after one thread acquires the read lock 32,768 times. The lock stores a thread's local read and write hold counts in one integer. The low 15 bits are used for the read hold count, and bit 15 is used as WRITE_LOCK_HELD. After 32,768 reentrant read acquisitions, the local read count crosses into the write-lock bit. try_write_lock then treats the thread as already holding a write lock and returns true without setting the global RUNNING_WRITER bit. This breaks the core mutual-exclusion guarantee: the caller is told it has a write lock, but other threads can still hold or acquire read locks at the same time. This vulnerability is fixed in 1.3.7.
Distribution advisory
This page covers CVE-2026-54905 as tracked by Ubuntu, for the package ruby-concurrent. No fixed version has been recorded for this distribution yet.
How this vulnerability can be exploited
This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity none, availability none.
Affected software
UBUNTU-CVE-2026-54905 is recorded against 1 package.
- ruby-concurrent
Timeline and source
Published on 24 June 2026 and last revised on 29 June 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
Details
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| ruby-concurrent | — | — |
References
Similar Threats
- Unknown DEBIAN-CVE-2026-54904
- Unknown DEBIAN-CVE-2026-54905
- Unknown DEBIAN-CVE-2026-54906
- Unknown UBUNTU-CVE-2026-54904
- Unknown UBUNTU-CVE-2026-54906
More UBUNTU CVE 2026 advisories
Browse all of UBUNTU CVE 2026 in the advisory index.
- UBUNTU-CVE-2026-54897
- UBUNTU-CVE-2026-54898
- UBUNTU-CVE-2026-54899
- UBUNTU-CVE-2026-54900
- UBUNTU-CVE-2026-54901
- UBUNTU-CVE-2026-54902
- UBUNTU-CVE-2026-54903
- UBUNTU-CVE-2026-54904
- UBUNTU-CVE-2026-54906
- UBUNTU-CVE-2026-54908
- UBUNTU-CVE-2026-54909
- UBUNTU-CVE-2026-54911
- UBUNTU-CVE-2026-54919
- UBUNTU-CVE-2026-55063
- UBUNTU-CVE-2026-55153
- UBUNTU-CVE-2026-55191
Free Vulnerability Check
Is your site affected by UBUNTU-CVE-2026-54905?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against UBUNTU-CVE-2026-54905 and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.