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

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

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

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

工具目录

分类

查看所有分类
Loading categories
watchTowr-vs-Splunk-CVE-2026-20253 | Kitploit
工具/GitHubGitHub/watchtowrlabs/watchtowr-vs-splunk-cve-2026-20253
侦察漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubwatchtowrlabs/watchtowr-vs-splunk-cve-2026-20253

watchTowr-vs-Splunk-CVE-2026-20253

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

CVE-2026-20253 Splunk 预认证 RCE

Splunk 预认证 RCE 1day 检测工件生成器工具

实际检测

检测工件生成器尝试访问 PostgreSQL Sidecar 服务的 /v1/postgres/recovery/backup 端点,以验证其是否可访问:

  • 400 响应 - 可能存在漏洞
  • 401 响应 - 可能不存在漏洞
  • 其他响应 - 未安装 PostgreSQL Sidecar 服务(不存在漏洞),或某些因素影响了响应,请手动验证

脚本已在以下环境测试:

  • Linux 上的 Splunk Enterprise 10.2.3(存在漏洞)
  • Linux 上的 Splunk Enterprise 10.2.4(不存在漏洞)

某些较旧的版本(如 Splunk 9)未经过测试。

该漏洞在完全利用时可导致预认证 RCE。此脚本不会执行任何利用尝试。

你需要提供以下输入:

  • -H - 目标主机。
  • -r - 你的 Splunk 安装的区域(出现在 URL 中),例如:en-US。

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

root@kitploit:~
$ python3 watchTowr-vs-Splunk-RCE-CVE-2026-20253.py -H http://vulnerable.splunk.lab:8000 -r en-US
                         __         ___  ___________                   
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________ 
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|   
                                  \/          \/     \/                            
          
        watchTowr-vs-Splunk-CVE-2026-20253.py
        (*) CVE-2026-20253 Splunk PostgreSQL Sidecar Service Detection Artifact Generator

          - Piotr (@chudyPB) of watchTowr (@watchTowrcyber)

[+] VULNERABLE - access to /v1/postgres/recovery/backup not blocked

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

root@kitploit:~
$ python3 watchTowr-vs-Splunk-RCE-CVE-2026-20253.py -H http://not.vulnerable.splunk.lab:8000 -r en-US
                         __         ___  ___________                   
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________ 
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|   
                                  \/          \/     \/                            
          
        watchTowr-vs-Splunk-CVE-2026-20253.py
        (*) CVE-2026-20253 Splunk PostgreSQL Sidecar Service Detection Artifact Generator

          - Piotr (@chudyPB) of watchTowr (@watchTowrcyber)

[-] NOT VULNERABLE - access to /v1/postgres/recovery/backup blocked

描述

此脚本尝试检测 Splunk 是否存在 CVE-2026-20253 预认证 RCE 漏洞。

受影响版本

根据厂商公告:

  • Splunk Enterprise 10.4.0 - 不受影响
  • Splunk Enterprise 10.2.4 - 不受影响
  • Splunk Enterprise 10.0.7 - 不受影响
  • Splunk Enterprise 10.2.0 至 10.2.3 - 存在漏洞
  • Splunk Enterprise 10.0.0 至 10.0.6 - 存在漏洞

关注 watchTowr Labs

如需获取最新安全研究,请关注 watchTowr Labs 团队

  • https://labs.watchtowr.com/

  • https://x.com/watchtowrcyber

下载工具