Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-78369 – Missing Authentication / Unauthorized Data Modification – RansomLook ≤ 2.0.0

Be the first to know when new zero-days emerge:

Summary

CVE-2026-78369 is a missing-authentication vulnerability (CWE-306) in RansomLook, an open-source ransomware-tracking platform. The /admin/crypto/group/new administrative endpoint fails to enforce authentication, allowing unauthenticated network attackers to create new cryptocurrency group entries that were intended to be restricted to logged-in administrators. The flaw is rated HIGH severity (8.8) and affects RansomLook versions up to and including 2.0.0.

Technical details

  • Root cause: The Flask route handler for /admin/crypto/group/new in website/web/__init__.py was not decorated with an authentication check (@flask_login.login_required), leaving the endpoint open to any caller.
  • Trigger conditions: An attacker simply needs network access to the RansomLook web application; no valid session, credentials, or prior authentication is required.
  • Attack vector: Network (remote), low attack complexity, no privileges or user interaction required — the endpoint accepts both GET and POST requests without verifying the caller’s identity.
  • Impact: Unauthenticated users can create arbitrary cryptocurrency group records, compromising the integrity of administrative data managed by RansomLook. Depending on how downstream consumers trust this data, this could also affect data availability for the crypto-group functionality.

Affected software

  • RansomLook (github.com/RansomLook/RansomLook) — versions 0 through 2.0.0 (inclusive)

Severity

  • CVSS Score: 8.8 (HIGH)
  • CVSS Vector (v4.0): CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:L/SA:N
  • CWE: CWE-306 – Missing Authentication for Critical Function

Mitigation and recommended actions

  • Immediate: Upgrade RansomLook beyond version 2.0.0 to a release that includes the fix applied in commit fc25bc4f3d42d3440f9760702c3a5be138bc56a3, which adds a login_required authentication check to the admin_crypto_group_new() handler.
  • If unable to patch immediately:
    • Restrict network access to the RansomLook /admin/ path (e.g., via reverse proxy allow-listing, VPN, or firewall rules) so it is reachable only by trusted administrative hosts.
    • Place the application behind an authenticating reverse proxy or WAF that enforces authentication on all /admin/* routes as a compensating control.
    • Audit existing cryptocurrency group records for unauthorized or unexpected entries created since deployment.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge