CVE-2026-78380: Private Group and Market Posts Disclosed Through Public Notification Channels in RansomLook
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 isprivateentity() 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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Compensating control
Disable or restrict external notification channels (Rocket.Chat, Mastodon, Bluesky, and e-mail) and/or the public MISP feed to prevent newly parsed victim information from private groups/markets being published until the privacy enforcement fix is applied.
Event History
Frequently Asked Questions
Who could access the disclosed information?
Any attacker or unauthorized party able to access an enabled public Rocket.Chat, Mastodon, Bluesky, or e-mail notification channel could obtain it. Information published to the public MISP feed could also be accessed by users of that feed.
What conditions are required for exposure?
A newly collected victim post must belong to a private group or private market, and the relevant notification channel must be enabled. For the MISP issue, victim information associated with a private market could be added because the feed evaluated group privacy without evaluating the market privacy flag.
How can an operator assess whether they may be affected?
Review whether Rocket.Chat, Mastodon, Bluesky, e-mail notifications, or the public MISP feed were enabled while private groups or markets contained newly parsed victim posts. Check those notification destinations and the public MISP feed for victim information associated with entities configured as private.