Implementation and exploitation of CVE-2023-7028 account takeover vulnerability related to GO-TO CVE weekly articles of the 11th week.
This repository contains a Docker setup and a Python script to test the CVE-2023-7028 vulnerability in GitLab. The provided script automates the exploitation process.
- Docker and Docker Compose installed on your system.
- Basic knowledge of Docker and Python.
If Docker is not installed on your system, install it using the following commands:
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-compose
following command
cd CVE-2023-7028
docker-compose up -d
Visit http://your-server-ip in your browser and complete the initial GitLab setup.
running python-file or open this link --> https://github.com/Vozec/CVE-2023-7028