SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-78380

HIGH · CVSS 8.7 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

RansomLook is vulnerable due to inadequate enforcement of privacy settings for ransomware groups and markets, allowing victim information from private entities to be inadvertently published through external notification channels like Rocket.Chat, Mastodon, and email. This exposure can lead to unauthorized access to sensitive victim data, including names and incident details, posing a significant risk to affected organizations. Organizations utilizing RansomLook, especially those handling sensitive victim information, should prioritize addressing this vulnerability to safeguard against potential data breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-78380
Severity
HIGH
CVSS
8.7
EPSS
0.28%

Original NVD Description

RansomLook fails to enforce the privacy status of ransomware groups and markets when distributing newly collected victim posts to external notification channels. The post-processing logic checks whether an individual post is marked private but does not verify whether the group or market to which the post belongs is configured as private. As a result, newly parsed victim information associated with a private group or market may be automatically published through enabled Rocket.Chat, Mastodon, Bluesky, and e-mail notification channels despite the entity being explicitly configured to prevent public disclosure. A similar issue affects the public MISP feed. The feed previously determined privacy using groupinfo(), which only queries the group database. Consequently, victim information associated with private markets could be added to the public MISP feed because the corresponding market privacy flag was not evaluated. An attacker or other unauthorized party able to access these public notification channels or the MISP feed may obtain victim information that was intended to remain private. Depending on the collected data, this may disclose victim names, ransomware activity, incident information, or other information associated with privately monitored groups and markets. The fix introduces a common is_private_entity() check covering both groups and markets and prevents private entity posts from being distributed through external notification channels or the public MISP feed. Internal storage and dashboard alerting remain unaffected.