openc3 is vulnerable to Denial of Service (DoS)
53
Medium Risk
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.
You are affected if you are using a version that falls within the vulnerable range.
openc3 is vulnerable to Denial of Service (DoS) in versions 5.19.0 - 7.3.0.
Upgrade the openc3 library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant
ISO 42001Compliant© All Intel data is openly available and commercially licensed.