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

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

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

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

工具目录

分类

查看所有分类
Loading categories
MCP-Inspector-CVE-2025-49596 — MCP-Inspector-vulncheck is a Python script that checks if an MCP Inspector server is vulnerable to CVE-2025-49596. It tests whether the /sse endpoint responds to unauthenticated requests, indicating a potential security flaw. The script is simple to use and provides clear output on whether the target server is likely vulnerable or patched. | Kitploit
工具/GitHubGitHub/ashiqrehan-21/mcp-inspector-cve-2025-49596
Vulnerability AnalysisExploitationAPI Security TestingWeb SecurityPenetration TestingLearning & Education
GitHubashiqrehan-21/mcp-inspector-cve-2025-49596

MCP-Inspector-CVE-2025-49596

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →

关于

MCP-Inspector-vulncheck is a Python script that checks if an MCP Inspector server is vulnerable to CVE-2025-49596. It tests whether the /sse endpoint responds to unauthenticated requests, indicating a potential security flaw. The script is simple to use and provides clear output on whether the target server is likely vulnerable or patched.

分享
1年前尚未审核

MCP Inspector CVE-2025-49596 漏洞检测器

该脚本用于检测 MCP Inspector 服务器是否受到 CVE-2025-49596 漏洞影响,该安全问题表现为 /sse 端点响应未经身份验证的请求(缺少身份验证令牌)。

工作原理

  • 脚本向目标 MCP Inspector 服务器的 /sse 端点发送 GET 请求。
  • 检查响应:
    • 如果服务器返回 HTTP 200 (OK) 且未要求提供身份验证令牌,则很可能存在漏洞。
    • 如果服务器返回 HTTP 401 (Unauthorized),则很可能已修补(v0.14.1+)。
    • 其他响应则报告为意外情况。

依赖要求

  • Python 3.x
  • requests 库(pip install requests)

使用方法

在命令行中运行脚本:

root@kitploit:~
python MCP-Inspector-vulncheck.py [host]
  • host(可选):MCP Inspector 服务器的主机名或 IP 地址(默认:localhost)。
  • 脚本假定服务器运行在 6277 端口。如需检查其他端口,请编辑脚本并更改 check_mcp_inspector() 中的 port 参数。

示例

检测本地机器(默认):

root@kitploit:~
python MCP-Inspector-vulncheck.py

检测远程主机:

root@kitploit:~
python MCP-Inspector-vulncheck.py 192.168.1.100

预期结果

  • [+] MCP Inspector responded without auth token! — 服务器很可能存在 CVE-2025-49596 漏洞。
  • [-] Auth token required. Likely patched version (v0.14.1+). — 服务器不存在该漏洞。
  • 其他错误则表示连接问题或意外响应。

免责声明

该脚本仅供安全测试和教育目的使用。请勿用于您不拥有或未经明确许可的系统。

下载工具