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-2026-36358 — Proof-of-concept demonstrating a stored XSS vulnerability in Juzaweb CMS v5.0.0 via the banner ads HTML field, leading to arbitrary script execution in the admin panel. | Kitploit
Tools/GitHubGitHub/yuhuamiao/cve-2026-36358
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubyuhuamiao/cve-2026-36358

CVE-2026-36358

Proof-of-concept demonstrating a stored XSS vulnerability in Juzaweb CMS v5.0.0 via the banner ads HTML field, leading to arbitrary script execution in the admin panel.

View Repository
124 months 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-2026-36358 PoC - Juzaweb CMS v.5.0.0 (XSS)

First, set up the platform normally and register an account. Here, the administrator account I registered is [email protected] / 123456.

After setting up the platform, you can see the website homepage.

image

Access /admin and log in.

image

After logging in, you will enter the admin backend dashboard.

image

Navigate to the /admin/banner-ads route and click "Add Banner" to go to the ad creation page.

image

Change the Type to "HTML" and insert the malicious XSS code into the Body field.

image

If you encounter an error like this:

image

Go back to the "Image" Type and enter any URL in the URL field.

image

After successfully adding the ad, you can see it is active/running.

image

Now, return to the homepage. The alert box will pop up, demonstrating the XSS vulnerability.

image
Download Tool