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

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

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

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

工具目录

分类

查看所有分类
Loading categories
watchTowr-vs-SmarterMail-CVE-2025-52691 — CVE-2025-52691 的检测工件生成器,该漏洞是 SmarterMail 中一个可导致未认证 RCE 的预认证路径遍历漏洞。通过向 App_Data 目录写入 ASPX 文件来探测易受攻击的构建版本,从而在不完全入侵的情况下确认可利用性。 | Kitploit
工具/GitHubGitHub/watchtowrlabs/watchtowr-vs-smartermail-cve-2025-52691
漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试红队
GitHubwatchtowrlabs/watchtowr-vs-smartermail-cve-2025-52691

watchTowr-vs-SmarterMail-CVE-2025-52691

CVE-2025-52691 的检测工件生成器,该漏洞是 SmarterMail 中一个可导致未认证 RCE 的预认证路径遍历漏洞。通过向 App_Data 目录写入 ASPX 文件来探测易受攻击的构建版本,从而在不完全入侵的情况下确认可利用性。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
19328个月前尚未审核
分享

CVE-2025-52691 SmarterMail 预认证 RCE

SmarterMail 预认证 RCE 1day 检测产物生成工具

检测演示

检测产物生成工具尝试将 .aspx 文件写入 C:\Program Files (x86)\SmarterTools\SmarterMail\Service\App_Data 目录(94xx 版本)或 C:\Program Files (x86)\SmarterTools\SmarterMail\MRS\App_Data 目录(16 版本)。这不会导致远程代码执行,仅用于证明漏洞可利用性。

该脚本已在以下环境测试:

  • 基于 Windows Server 的安装
  • 94xx 版本及更早的 16 版本。

部分更旧的版本(如 SmarterMail 15)未经过测试。

针对存在漏洞的实例运行示例:

root@kitploit:~
$ python3 .\watchTowr-vs-SmarterMail-CVE-2025-52691.py -H http://smartermail.lab:9998
                         __         ___  ___________
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|
                                  \/          \/     \/

        watchTowr-vs-SmarterMail-CVE-2025-52691.py
        (*) CVE-2025-52691 Detection Artifact Generator: SmarterMail Path Traversal Leading to Unauthenticated RCE

          - Piotr (@chudyPB) and Sina Kheirkhah (@SinSinology) of watchTowr (@watchTowrcyber)

[+] VULNERABLE - file epoyn5_0.aspx got uploaded

针对已修补实例运行示例:

root@kitploit:~
$ python3 .\watchTowr-vs-SmarterMail-CVE-2025-52691.py -H http://smartermail.lab:9998
                         __         ___  ___________
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|
                                  \/          \/     \/

        watchTowr-vs-SmarterMail-CVE-2025-52691.py
        (*) CVE-2025-52691 Detection Artifact Generator: SmarterMail Path Traversal Leading to Unauthenticated RCE

          - Piotr (@chudyPB) and Sina Kheirkhah (@SinSinology) of watchTowr (@watchTowrcyber)

[-] NOT VULNERABLE - patch applied (INVALID_GUID error message appeared)

描述

该脚本用于检测 SmarterMail 是否存在 CVE-2025-52691 预认证 RCE 漏洞。

受影响版本

< SmarterMail 9413

<= SmarterMail 16.3.6989.16341

关注 watchTowr 实验室

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

  • https://labs.watchtowr.com/

  • https://x.com/watchtowrcyber

下载工具