Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-78551— RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts

Quick assessment

Affected
ransomlook ransomlook
Exploitation
Public or AI PoC available; prioritize validation
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

RansomLook 的认证端点存在多处安全弱点,使得未认证的攻击者能够枚举有效用户名、执行不受限的密码猜测攻击,并可能耗尽应用程序的工作进程资源。 对于本地认证,登录实现在调用密码哈希验证函数之前,先前会检查提交的用户名是否存在。因此,包含不存在用户名的请求返回速度显著快于针对有效账户的请求,后者需要执行计算成本较高的密码验证例程。远程攻击者可以通过测量这些响应时间差异,确定哪些用户名对应于有效的 RansomLook 账户。 此外,/login 端点未限制失败认证尝试的数量或频率。攻击者因此可以对已知账户执行密

CVSS 8.8 · High EPSS 0.40% · P33

Affected Version Matrix 1

VendorProduct Version RangeStatus
ransomlook ransomlook ≤ 2.0.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-78551

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts
Source: CVE Program / CVE List V5
Vulnerability Description
RansomLook contains multiple weaknesses in its authentication endpoint that allow an unauthenticated remote attacker to enumerate valid usernames, perform unrestricted password-guessing attacks, and potentially exhaust application worker resources. For local authentication, the login implementation previously checked whether a submitted username existed before invoking the password hash verification function. Requests containing a nonexistent username therefore returned significantly faster than requests for valid accounts, for which the computationally expensive password verification routine was executed. A remote attacker could measure these response-time differences to determine which usernames correspond to valid RansomLook accounts. In addition, the /login endpoint did not restrict the number or frequency of failed authentication attempts. An attacker could consequently perform password brute-force, dictionary, password-spraying, or credential-stuffing attacks against known accounts without server-side throttling. For valid usernames, each authentication attempt also invokes the password key-derivation function, which consumes a significant amount of CPU time. A sufficiently high rate of login attempts could therefore occupy the application's synchronous Gunicorn workers and cause a denial of service affecting the entire application. The issue has been addressed by always performing password verification using a randomly generated dummy password hash when the supplied username does not exist, eliminating the username-dependent timing discrepancy. Failed authentication attempts are additionally rate-limited per client IP address using Valkey/Redis, with five failed attempts within five minutes resulting in a one-hour block. The reverse-proxy configuration was also updated so that the application derives the client address from a trusted X-Forwarded-For value that cannot be overridden by a client-supplied header.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
Source: CVE Program / CVE List V5
Vulnerability Type
过多认证尝试的限制不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
ransomlook ransomlook 0 ~ 2.0.0 -

II. Public POCs for CVE-2026-78551

# POC Description Source Link Shenlong Link
AI-Generated POC Premium
Qwen3.6-35B-A3B · 9559 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-78551

登录查看更多情报信息。

Patches & Fixes for CVE-2026-78551 (1)

Same Patch Batch · ransomlook · 2026-08-24 · 13 CVEs total

CVE-2026-78387 9.4 CRITICAL RansomLook Missing Authorization in Web Configuration Editor Allows Application Configurat
CVE-2026-78555 9.4 CRITICAL RansomLook API Key Disclosure Through /admin/apikeys HTML Source
CVE-2026-78372 9.2 CRITICAL RansomLook Missing Authorization Allows Disclosure of Private Group and Ransom Note Data
CVE-2026-78370 9.2 CRITICAL RansomLook Unauthenticated Database Export Exposes Private Data
CVE-2026-78369 8.8 HIGH Missing Authentication Allows Unauthorized Creation of Crypto Groups in RansomLook
CVE-2026-78391 8.8 HIGH Stored Cross-Site Scripting via Untrusted Cryptocurrency Address Rendering in RansomLook
CVE-2026-78380 8.7 HIGH Private Group and Market Posts Disclosed Through Public Notification Channels in RansomLoo
CVE-2026-78386 8.7 HIGH Unauthenticated Disclosure of Scraping Credentials and Bypass Configuration via RansomLook
CVE-2026-78381 8.2 HIGH RansomLook Arbitrary File Read via Path Traversal in Post screen Field
CVE-2026-78385 8.2 HIGH RansomLook Analysis PDF Generation Allows Server-Side Request Forgery and Arbitrary Local
CVE-2026-78553 7.0 HIGH Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in Ra
CVE-2026-78378 6.9 MEDIUM Redis Glob Pattern Injection Allows Unauthorized Enumeration of Private Ransomlook Data

IV. Related Vulnerabilities

V. Comments for CVE-2026-78551

No comments yet


Leave a comment