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.
CVE-2026-54905
This medium-severity CVE scores 5.5 under NVD CVSS v3. EPSS exploit probability: 0.1%, top 99% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.5
- EG Score
- 5.5(medium)
- EPSS
- 1.3%
- KEV
- Not listed
Published
June 19, 2026
Last Modified
June 26, 2026
Advisory Details (1)
Auto-updated Jun 26, 2026`ReentrantReadWriteLock` read-count overflow grants a write lock without exclusivity · Advisory · ruby-concurrency/concurrent-ruby · GitHub
https://github.com/ruby-concurrency/concurrent-ruby/security/advisories/GHSA-wv3x-4vxv-whppVendor Advisories for CVE-2026-54905(2)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- CVE-2026-54905Microsoft Security Response Center (MSRC)Low
concurrent-ruby: `ReentrantReadWriteLock` read-count overflow grants a write lock without exclusivity
- GHSA-wv3x-4vxv-whppGitHub Security AdvisoriesLow
Concurrent Ruby: `ReentrantReadWriteLock` read-count overflow grants a write lock without exclusivity
Data Freshness Timeline
(refreshed 21× in last 7d / 34× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-06 17:08 UTCEG score recompute
- 2026-07-06 17:08 UTCVendor advisory
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 17:52 UTCEG score recompute
- 2026-07-05 17:52 UTCVendor advisory
- 2026-07-05 02:31 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 18:40 UTCEG score recompute
- 2026-07-04 18:40 UTCVendor advisory
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-03 19:30 UTCEG score recompute
- 2026-07-03 19:30 UTCVendor advisory
- 2026-07-02 20:21 UTCEG score recompute
- 2026-07-02 20:21 UTCVendor advisory
- 2026-07-01 21:12 UTCEG score recompute
- 2026-07-01 21:12 UTCVendor advisory
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-30 22:03 UTCEG score recompute
- 2026-06-29 22:53 UTCEG score recompute
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 23:44 UTCEG score recompute
Show 9 moreShow fewer
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 00:35 UTCEG score recompute▲ 3.50
- 2026-06-26 21:42 UTCNVD updateCVSS v3 → 5.5 · severity → MEDIUM
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 18:32 UTCEG score recompute▲ 2.00
- 2026-06-24 18:03 UTCNVD updateCVSS v3 → 2 · CVSS v4 → 2
- 2026-06-19 21:24 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-54905?
When was CVE-2026-54905 disclosed?
Is CVE-2026-54905 actively exploited?
What is the CVSS score of CVE-2026-54905?
How do I remediate CVE-2026-54905?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54905
Is Your Infrastructure Affected by CVE-2026-54905?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.