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-29983 | Kitploit
Tools/GitHubGitHub/zprototype/cve-2023-29983
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubzprototype/cve-2023-29983

CVE-2023-29983

View Repository
13 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

Exploit Title: Stored Cross Site Scripting

  • Google Dork:
  • Date: 27.04.2023
  • Exploit Author: Lucas Noki (0xPrototype)
  • Vendor Homepage: https://github.com/vogtmh
  • Software Link: https://github.com/vogtmh/cmaps
  • Version: 8.0
  • Tested on: Mac, Windows, Linux
  • CVE : CVE-2023-29983

Description:

The vulnerability found is Stored Cross Site Scripting. When the rest/update/?token= endpoint is hit with a request where the token parameter contains a malicious payload we have the possibility to sXSS. This happens because the input isn't sanitized. It gets written as is into the database. Then if an admin visits the auditlog tab, the request is taken out of the database and echoed directly into the page. This triggers the XSS everytime someone visits the auditlog or refreshes it.

Steps to reproduce:

  1. Clone the repository and install the application
  2. Send a maliciously crafted payload via the "token" parameter to the following endpoint: /rest/update/?token=
  3. The payload used is:
  4. Simply visiting the complete URL: http://IP/rest/update/?token=PAYLOAD is enough.
  5. Login into the admin panel and go to the auditlog under: /admin/index.php?tab=auditlog
  6. Check your collaborator server. You should have a request where the admins cookie is the value of the c parameter

In a real world case you would need to wait for the admin to log into the application and open the auditlog tab.

Special thanks goes out to iCaotix who greatly helped me in getting the environment setup as well as debugging my payload.

Request to the server:

image-20230430005643809

Response from the collaborator after admin opens the audit log:

image-20230430010017153
Download Tool