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-34845 — Vulnerability POC for CVE-2023-34845 | Kitploit
Tools/GitHubGitHub/r4vanan/cve-2023-34845
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubr4vanan/cve-2023-34845

CVE-2023-34845

Vulnerability POC for CVE-2023-34845

View Repository
112 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-34845

Vulnerability POC for CVE-2023-34845

Vulnerability

I found a cross-site scripting attack on the new content creating page http://localhost:800/admin/new-content it will execute the script in user context allowing the attacker to access any cookies or sessions tokens retained by the browser. Stored XSS, also known as persistent XSS, is the more damaging than non-persistent XSS. It occurs when a malicious script is injected directly into a vulnerable web application.

Steps to reproduce the problem

  • login into the account

  • click on the new content like in that image new_content

  • click on the images button images_button

  • select the payload svg file which is injected with xss payload or ssrf payload payload

image-upload_success

  • insert and save the page
  • copy the image link and open in the new tab popup
Download Tool