Skip to content

Fix possible fix(deps): 2 vulnerable dependencies in Gemfile.lock - #77

Open
begininvoke wants to merge 1 commit into
diogob:masterfrom
begininvoke:redgem/security-fix-674620aa
Open

Fix possible fix(deps): 2 vulnerable dependencies in Gemfile.lock#77
begininvoke wants to merge 1 commit into
diogob:masterfrom
begininvoke:redgem/security-fix-674620aa

Conversation

@begininvoke

Copy link
Copy Markdown

Small change to Gemfile.lock — a scan flagged the code below and it looked genuine. It is around line 33.

The vulnerability arises from insufficient thread-ownership verification in concurrent-ruby’s ReadWriteLock, allowing any thread to release locks it does not own and causing incorrect internal counter manipulation. This leads to race conditions, data corruption, and potential denial of service via Concurrent::ResourceLimitError. Given the compromise of core concurrency primitives and application stability, it poses a CRITICAL risk.

Update concurrent-ruby to version 1.3.7 to address CVE‑2026‑54906 and CVE‑2026‑54904.

For reference: rule CVE-2026-54906. Rated critical.

I may well be missing context here — if the current code is deliberate, feel free to close this.


Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant