CVE-2026-18794
Awaiting Analysis Awaiting Analysis - Queue

Memory Exhaustion in OpenRGB Network Protocol

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

Publication date: 2026-08-26

Last updated on: 2026-09-01

Assigner: SUSE

Description

The OpenRGB network protocol allows attackers to cause memory exhaustion and out-of-bounds memory reads and writes by passing inconsistent data.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-09-01
Generated
2026-09-16
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
calcprogrammer1 openrgb to 1.0rc3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1288 The product receives a complex input with multiple elements or fields that must be consistent with each other, but it does not validate or incorrectly validates that the input is actually consistent.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The OpenRGB network protocol is vulnerable to memory exhaustion and out-of-bounds memory reads and writes. Attackers can exploit this by sending inconsistent data through the network protocol, causing crashes or potential code execution.

Detection Guidance
  • Monitor network traffic for unusually large packets sent to OpenRGB ports. Use tcpdump or Wireshark to capture and inspect packets targeting OpenRGB's default port (6742).
  • Check OpenRGB logs for errors related to packet size validation or memory access violations. Look for messages indicating out-of-bounds reads/writes or memory exhaustion.
  • Inspect system memory usage for abnormal spikes when OpenRGB is running. Use tools like top, htop, or ps to monitor memory consumption.
  • Verify OpenRGB is bound to 127.0.0.1 instead of 0.0.0.0. Check network bindings with netstat -tulnp | grep openrgb or ss -tulnp | grep openrgb.
Impact Analysis

This vulnerability can lead to denial-of-service conditions by exhausting system memory or crashing the application. It may also allow attackers to read or write memory outside expected bounds, potentially leading to unauthorized access or control.

Compliance Impact

The vulnerability could lead to memory corruption and denial-of-service conditions, which may impact data integrity and availability. This could affect compliance with GDPR (data integrity/availability) and HIPAA (system reliability for protected health information).

Mitigation Strategies

Disable the OpenRGB network protocol if not required. Update OpenRGB to the latest version that patches this issue. Monitor network traffic for unusual patterns that may indicate exploitation attempts.

Chat Assistant

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

EPSS Chart