Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-39275 — CVE-2022-39275 Setup and POC | Kitploit
Tools/GitHubGitHub/omar2535/cve-2022-39275
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationArchived
GitHubomar2535/cve-2022-39275

CVE-2022-39275

CVE-2022-39275 Setup and POC

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-39275

POC for CVE-2022-39275. Resources for the advisory:

  • NIST NVD
  • CVE.org
  • Github Security Advisory

This is a fork of commit hash: 47f9f5fb29be2b5892c79ace4f23022f397a0a5e link, just re-pushed as there were git submodules that also had to be changed.

POC-Setup

Follow the setup guide. In case it's outdated, here are the steps:

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

admin users are [email protected] and admin. Regular users can be found in the saleor source code (I think most of them just have password as their password).

Download Tool

Getting the authentication token might be abit tricky (since it has an expiry mechanic using the refresh token. For more information, check authentication-docs). I won't help with this as doing all the steps above already assumes you have application security experience.

POC

All you have to do is run GraphQLer to identify the POC. Once the POC is identified, craft your requests in your favorite request editor.