Lock-state corruption via unchecked release calls
Published Jun 24, 2026 · Updated Jun 24, 2026
Improper locking in concurrent-ruby before 1.3.7 allows local users to corrupt lock state through manual ReadWriteLock release calls. release_write_lock clears the global writer bit without verifying thread ownership, while release_read_lock decrements the shared counter without confirming a held read lock. Reachability requires application code to expose or misuse these manual APIs; successful calls permit overlapping writers or leave the affected lock unable to accept readers.
Summary
What happened
Improper locking in concurrent-ruby before 1.3.7 allows local users to corrupt lock state through manual ReadWriteLock release calls. release_write_lock clears the global writer bit without verifying thread ownership, while release_read_lock decrements the shared counter without confirming a held read lock. Reachability requires application code to expose or misuse these manual APIs; successful calls permit overlapping writers or leave the affected lock unable to accept readers.
The record
- CVE
- CVE-2026-54906
- Published
- Jun 24, 2026
- Updated
- Jun 24, 2026
- Vendor
- ruby-concurrency
- Product
- concurrent-ruby
- Classifications
- CWE-667, CWE-414
- Attack vector
- local
- Privileges
- unauthenticated
Timeline
How it unfolded
- Jun 24, 2026CVE publishedPublication date reported by the CVE source.
- Jun 24, 2026Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
Compare these published version ranges with your installed build and any vendor patches.
- Affected versionversion=< 1.3.7
What conditions does exploitation require?
What is affected?
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Public exploit references
- Upstream ReadWriteLock reproduction scriptproof of concept · demonstrated
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo