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-2023-27163 — CVE-2023-27163 Request-Baskets v1.2.1 - Server-side request forgery (SSRF) | Kitploit
Tools/GitHubGitHub/cowsecurity/cve-2023-27163
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubcowsecurity/cve-2023-27163

CVE-2023-27163

CVE-2023-27163 Request-Baskets v1.2.1 - Server-side request forgery (SSRF)

View Repository
3 years 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-2023-27163

Request-Baskets v1.2.1 - Server-side request forgery (SSRF)

request-baskets up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /api/baskets/{name}. This vulnerability allows attackers to access network resources and sensitive information via a crafted API request.

Installation

root@kitploit:~
git clone https://github.com/0xFTW/CVE-2023-27163

cd CVE-2023-27163

pip3 install -r requirements.txt

Usage


root@kitploit:~
python3 CVE-2023-27163.py url attack_server

Exploit Request Baskets Script

positional arguments:

url main path (/) of the server (eg. http://127.0.0.1:5000/)

attack_server ATTACK_SERVER

root@kitploit:~
options:
-h, --help     show this help message and exit

Download Tool