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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54510— Speakr CSRF API令牌钩子绕过漏洞

一分钟漏洞结论

影响对象
murtaza-nasir speakr
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Speakr 是一个用于转录音频录音的个人自托管 Web 应用。在 0.8.21-alpha 之前, 中的 钩子会调用 ,这将永久地将选定的视图添加到 Flask-WTF 的全局进程中豁免集合中。 中的 函数会调用 ,并将任何存在的令牌(包括 )视为已认证,而不对令牌进行哈希处理、查询数据库或检查其有效性。因此,网络可达的攻击者可以发送一个虚假的令牌,以禁用目标视图在整个工作进程生命周期内的 CSRF 保护。由于该豁免适用于视图函数的所有 HTTP 方法,对 的跨源 GET 请求(携带查询参数中的令牌)可以污染 C

CVSS 7.1 · High
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Speakr: CSRF bypass via unauthenticated API token parameter in csrf_exempt_for_api_tokens hook
来源: CVE Program / CVE List V5
Vulnerability Description
Speakr is a personal, self-hosted web application designed for transcribing audio recordings. Prior to 0.8.21-alpha, the csrf_exempt_for_api_tokens() before_request hook in src/app.py calls csrf.exempt(view_func), permanently adding the selected view to Flask-WTF's process-global exemption set. The is_token_authenticated() function in src/utils/token_auth.py calls extract_token_from_request() and treats any present token, including request.args.get('token'), as authenticated without hashing the token, querying the database, or checking validity. A network-reachable attacker can therefore send a false token to disable CSRF protection for the targeted view for the worker lifetime. Because the exemption applies to the view function across HTTP methods, a cross-origin GET to /account with a query token can poison CSRF state for a later state-changing POST without triggering CORS preflight. This browser sequence requires attacker-controlled content on a sibling subdomain under the documented cookie conditions. The bypass can modify profile data, custom prompts, transcription settings, preferences, and administrative status through routes such as admin_toggle_admin. The change_password route also skips current-password verification when current_user.password is empty, allowing the chain to set a local password on an SSO-only account and bypass SSO. This issue is fixed in version 0.8.21-alpha.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
认证机制不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
murtaza-nasir speakr < 0.8.21-alpha -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-54510 厂商安全公告 (1)

CVE-2026-54510 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-54510

暂无评论


发表评论