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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-39275 — CVE-2022-39275 Setup and POC | Kitploit
工具/GitHubGitHub/omar2535/cve-2022-39275
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationArchived
GitHubomar2535/cve-2022-39275

CVE-2022-39275

CVE-2022-39275 Setup and POC

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-39275

CVE-2022-39275 的 POC。 相关公告资源:

  • NIST NVD
  • CVE.org
  • Github Security Advisory

这是提交哈希 47f9f5fb29be2b5892c79ace4f23022f397a0a5e 链接 的一个分支。由于还需要更改 git 子模块,因此重新推送。

POC 设置

按照 设置指南 操作。如果指南已过时,以下是步骤:

root@kitploit:~
cd saleor-platform
docker compose build

docker compose run --rm api python3 manage.py migrate
docker compose run --rm api python3 manage.py populatedb
docker compose run --rm api python3 manage.py createsuperuser

docker compose up

管理员用户是 [email protected] 和 admin。普通用户可以在 saleor 源代码中找到(我认为大多数用户的密码是 password)。

获取身份验证令牌可能有点棘手(因为它具有使用刷新令牌的过期机制。更多信息,请查看 authentication-docs)。我不会在这方面提供帮助,因为完成上述所有步骤已经假设您具备应用程序安全经验。

POC

您只需运行 GraphQLer 来识别 POC。一旦识别出 POC,就可以在您最喜欢的请求编辑器中构造请求。

下载工具