Intel

AIKIDO-2026-965314

openc3 is vulnerable to Denial of Service (DoS)

Denial of Service (DoS) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Yesterday

53

Medium Risk

This Affects:

RUBYopenc3
5.19.0 - 7.3.0
Fixed in 7.4.0
Are you affected? Scan for Free

TL;DR

OpenC3::AuthModel.verify_no_service uses Store.hgetall(SESSIONS_KEY) when a supplied token is missing from the short lived in memory cache, and loads every active session from Redis on that request. The method accepts any string as a token, so an unauthenticated caller can send bogus Authorization values or session check requests and force a full session table scan on each miss, with cost growing as sessions accumulate, which can exhaust Redis and API resources and degrade authentication for legitimate users. The fix uses HGET for a single field instead of HGETALL, and the unauthenticated session check endpoint rejects tokens that are not shaped like SESSION_PREFIX plus a fixed length identifier before calling into Redis.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

openc3 is vulnerable to Denial of Service (DoS) in versions 5.19.0 - 7.3.0.

How to fix this

Upgrade the openc3 library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform