Skip to content

madhavmehndiratta/CVE-2023-27163

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CVE-2023-27163

This is a PoC for CVE-2023-27163 which is a SSRF vulnerability present in request-baskets upto v1.2.1. This vulnerability allows attackers to access sensitive network resources via /api/baskets/{name}. The request-baskets contains a functionality where a user can specify another server to forward the requests.

The issue here is that the user can also specify unintended services, such as network-closed internal applications.

Usage

$ python3 CVE-2023-27163.py --help
Usage: python3 CVE-2023-27163.py <URL> <TARGET>

Arguments:
URL		main path (/) of the server (eg. http://node-app:55555)
TARGET		r-baskets target server (eg. http://127.0.0.1:80)

References

About

PoC for SSRF in request-baskets v1.2.1 (CVE-2023-27163)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages