CVE-2026-85219
Received Received - Intake

Denial-of-Service in OpenCanary Redis Module

Vulnerability report for CVE-2026-85219, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: ThinkstAppliedResearch

Description

Denial-of-Service in Redis module in Thinkst Canary's OpenCanary 0.9.9 allows an unauthenticated remote attacker cause unconstrained memory usage.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
thinkst opencanary 0.9.9
thinkst opencanary to 0.9.10 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-85219 is a Denial-of-Service (DoS) vulnerability in the Redis module of Thinkst Canary's OpenCanary 0.9.9. It allows an unauthenticated remote attacker to cause unconstrained memory usage by exploiting a protocol DoS, where the process fails to release memory under certain conditions.

Detection Guidance

Detecting this vulnerability requires monitoring for unusual memory usage patterns in the OpenCanary process. Check for processes named opencanary or related to Redis using commands like 'ps aux | grep opencanary' or 'top -p $(pgrep opencanary)'. Monitor memory consumption with 'free -m' or 'htop' for abnormal spikes. Inspect network traffic to Redis ports (default 6379) for unexpected connections using 'netstat -tulnp | grep 6379' or 'ss -tulnp | grep 6379'.

Impact Analysis

This vulnerability can lead to system slowdowns or crashes due to excessive memory consumption. It may disrupt services relying on OpenCanary, though it does not affect confidentiality or integrity of data.

Compliance Impact

This vulnerability primarily impacts system availability by causing memory exhaustion through a DoS attack. It does not directly affect data confidentiality or integrity, which are key concerns for GDPR and HIPAA. However, prolonged downtime could disrupt access to critical data, potentially leading to compliance issues if service availability is required by these regulations.

Mitigation Strategies

Immediately upgrade OpenCanary to version 0.9.10 or later to patch the vulnerability. As a temporary workaround, disable the Redis module by editing opencanary.conf and setting 'redis.enabled': false, then restart the service. Ensure no critical services depend on the Redis module before disabling it.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85219. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart