Description
RansomLook does not consistently
enforce authorization checks when accessing groups, markets, and ransom
notes marked as private. An unauthenticated or otherwise unauthorized
remote attacker can access information associated with private entities
through several web views and API endpoints.


The affected functionality can
disclose private group or market names, ransom-note content, and
metadata associated with private groups. The /compare
functionality can also be queried directly with the name of a private
entity, allowing an unauthorized user to retrieve information such as
post counts, mirror totals, and uptime even when the entity is excluded
from the normal user interface. The patch explicitly adds a privacy
check before returning this information.


Ransom-note views, search results,
and API endpoints were similarly missing consistent filtering. The fix
introduces normalized private-group identifiers and alias handling, then
rejects or filters notes associated with private groups before
returning them to unauthorized callers.


An attacker can exploit the issue
remotely without authentication or user interaction, resulting in
disclosure of information that was explicitly intended to be restricted
to authorized users.
Published: 2026-08-24
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Immediate Patch
AI Analysis

Impact

RansomLook fails to consistently enforce authorization checks on private entities such as groups, markets, and ransom notes. The vulnerability allows an unauthenticated remote attacker to retrieve private group and market names, the content of ransom notes, and metadata such as post counts, mirror totals, and uptime. This constitutes a serious breach of confidentiality and is a classic example of the Missing Authorization weakness (CWE‑862).

Affected Systems

All deployments of the RansomLook application are potentially vulnerable because no specific vulnerable version range is provided. Administrators should verify that their installation includes the security patch that implements privacy checks before exposing private data in API responses or web views.

Risk and Exploitability

The vulnerability carries a CVSS base score of 9.2, indicating high severity. The EPSS score is not available, so the exact likelihood of exploitation cannot be quantified. It is not listed in the CISA KEV catalog. The likely attack vector is remote, where the attacker issues standard HTTP requests to exposed endpoints such as /compare or other API routes and can supply a private entity name to obtain restricted data. Based on the description, no authentication or user interaction is required for exploitation.

Generated by OpenCVE AI on August 24, 2026 at 17:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official RansomLook security patch that adds privacy checks before returning data for private groups, markets, and ransom notes.
  • Enforce authentication for all endpoints that expose private data, ensuring that only authorized users can access these routes.
  • Configure the web server or reverse‑proxy to block unauthenticated users from reaching the vulnerable API endpoints or web views.

Generated by OpenCVE AI on August 24, 2026 at 17:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
First Time appeared Ransomlook
Ransomlook ransomlook
Vendors & Products Ransomlook
Ransomlook ransomlook

Mon, 24 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Description RansomLook does not consistently enforce authorization checks when accessing groups, markets, and ransom notes marked as private. An unauthenticated or otherwise unauthorized remote attacker can access information associated with private entities through several web views and API endpoints. The affected functionality can disclose private group or market names, ransom-note content, and metadata associated with private groups. The /compare functionality can also be queried directly with the name of a private entity, allowing an unauthorized user to retrieve information such as post counts, mirror totals, and uptime even when the entity is excluded from the normal user interface. The patch explicitly adds a privacy check before returning this information. Ransom-note views, search results, and API endpoints were similarly missing consistent filtering. The fix introduces normalized private-group identifiers and alias handling, then rejects or filters notes associated with private groups before returning them to unauthorized callers. An attacker can exploit the issue remotely without authentication or user interaction, resulting in disclosure of information that was explicitly intended to be restricted to authorized users.
Title RansomLook Missing Authorization Allows Disclosure of Private Group and Ransom Note Data
Weaknesses CWE-862
References
Metrics cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Ransomlook Ransomlook
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-24T17:26:40.258Z

Reserved: 2026-08-24T13:09:20.209Z

Link: CVE-2026-78372

cve-icon Vulnrichment

Updated: 2026-08-24T17:26:36.868Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T14:17:05.260

Modified: 2026-08-26T16:49:18.760

Link: CVE-2026-78372

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T18:00:04Z

Weaknesses