目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-78551— RansomLook 登录接口存在用户名枚举及暴力破解漏洞

一分钟漏洞结论

影响对象
ransomlook ransomlook
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

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

CVSS 8.8 · High EPSS 0.40% · P33
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-78551 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
RansomLook Login Endpoint Allows Timing-Based Username Enumeration and Unthrottled Authentication Attempts
来源: 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.
来源: 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
来源: CVE Program / CVE List V5
Vulnerability Type
过多认证尝试的限制不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
ransomlook ransomlook 0 ~ 2.0.0 -

二、漏洞 CVE-2026-78551 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 6025 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

三、漏洞 CVE-2026-78551 的情报信息

登录查看更多情报信息。

CVE-2026-78551 补丁与修复 (1)

同批安全公告 · ransomlook · 2026-08-24 · 共 13 条

CVE-2026-78387 9.4 CRITICAL RansomLook Web配置编辑器缺少授权允许配置修改
CVE-2026-78555 9.4 CRITICAL RansomLook API密钥泄露漏洞
CVE-2026-78372 9.2 CRITICAL RansomLook 缺少授权导致隐私数据泄露
CVE-2026-78370 9.2 CRITICAL RansomLook 未授权数据库导出泄露私
CVE-2026-78369 8.8 HIGH RansomLook 缺少认证导致可未经授权创建加密组
CVE-2026-78391 8.8 HIGH RansomLook 存储型跨站脚本漏洞
CVE-2026-78380 8.7 HIGH RansomLook 私域群组和市场帖泄露漏洞
CVE-2026-78386 8.7 HIGH RansomLook API未授权泄露抓取凭证并绕过配置漏洞
CVE-2026-78381 8.2 HIGH Post screen 字段路径遍历导致任意文件读取漏洞
CVE-2026-78385 8.2 HIGH RansomLook PDF生成服务存在SSRF和本地文件读取漏洞
CVE-2026-78553 7.0 HIGH RansomLook Flask密钥权限漏洞允许本地管理员会话伪造
CVE-2026-78378 6.9 MEDIUM Ransomlook 未授权私有数据枚举漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-78551

暂无评论


发表评论