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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53595— FreeScout 输入验证错误漏洞

一分钟漏洞结论

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

FreeScout是FreeScout公司开源的一个使用 PHP(Laravel 框架)构建的超轻量级且功能强大的免费开源帮助台和共享收件箱。 FreeScout 1.8.224之前版本存在安全漏洞,该漏洞源于对 列的不当处理及 解密失败时返回原始输入,允许未认证的匿名攻击者通过URL编码空格匹配空字符串来覆盖最低ID激活用户的邮箱和密码并登录该账户。

CVSS 9.4 · Critical EPSS 1.94% · P79

公开利用映射 1

影响版本矩阵 1

厂商产品 版本范围状态
freescout-help-desk freescout < 1.8.224 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
FreeScout vulnerable to anonymous account takeover via /user-setup empty invite_hash on MySQL
来源: CVE Program / CVE List V5
Vulnerability Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.224, the public endpoint `POST /user-setup/{hash}/{invite_sent_at}` (`OpenController@userSetupSave`) selects the target account solely by its `invite_hash` column, then overwrites that account's email and password and logs in as it. No authentication, cookie, or prior session is required. After a user activates, FreeScout sets `invite_hash` to the empty string. On MySQL and MariaDB, `VARCHAR` equality ignores trailing spaces, so a single URL-encoded space (`%20`) matches the stored empty string and selects the lowest-id activated user. The expiry guard decrypts `invite_sent_at` with the target's password hash, but `Helper::decrypt` returns its raw input unchanged when decryption fails. A plaintext numeric value such as `9999999999` therefore passes the time-to-live check without any secret. The result is that an anonymous attacker sets the email and password of the lowest-id activated FreeScout account (a support agent, or an administrator if one was added by invitation) and authenticates as that account. Version 1.8.224 contains a fix.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
大小写敏感处理不恰当
来源: CVE Program / CVE List V5
Vulnerability Title
FreeScout 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
FreeScout是FreeScout公司开源的一个使用 PHP(Laravel 框架)构建的超轻量级且功能强大的免费开源帮助台和共享收件箱。 FreeScout 1.8.224之前版本存在安全漏洞,该漏洞源于对`invite_hash`列的不当处理及`Helper::decrypt`解密失败时返回原始输入,允许未认证的匿名攻击者通过URL编码空格匹配空字符串来覆盖最低ID激活用户的邮箱和密码并登录该账户。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
freescout-help-desk freescout < 1.8.224 -

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

# POC 描述 源链接 神龙链接
1 FreeScout prior to 1.8.224 contains an authentication bypass caused by improper invite_hash handling and decryption failure in user setup endpoint, letting anonymous attackers reset credentials and log in as the lowest-id activated user, exploit requires no authentication. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2026/CVE-2026-53595.yaml POC详情
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5763 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

同批安全公告 · freescout-help-desk · 2026-07-20 · 共 8 条

CVE-2026-53593 8.8 HIGH FreeScout 任意文件上传漏洞
CVE-2026-53591 8.6 HIGH FreeScout 授权问题漏洞
CVE-2026-48812 7.5 HIGH FreeScout 授权问题漏洞
CVE-2026-45295 6.5 MEDIUM FreeScout 授权问题漏洞
CVE-2026-53596 5.3 MEDIUM FreeScout 资源管理错误漏洞
CVE-2026-53594 4.9 MEDIUM FreeScout 路径遍历漏洞
CVE-2026-53592 4.6 MEDIUM FreeScout 输入验证错误漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-53595

暂无评论


发表评论