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
WBCE-CMS-Stored-XSS---Pages-Menu — WBCE CMS 1.6.1 is affected by a cross-site stored scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a payload crafted in the Intro Page parameter in the Pages menu. | Kitploit
Tools/GitHubGitHub/sromanhu/wbce-cms-stored-xss---pages-menu
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubsromanhu/wbce-cms-stored-xss---pages-menu

WBCE-CMS-Stored-XSS---Pages-Menu

WBCE CMS 1.6.1 is affected by a cross-site stored scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a payload crafted in the Intro Page parameter in the Pages menu.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2 years agoNot yet reviewed

WBCE CMS Stored XSS v1.6.1

Author: (Sergio)

Description: WBCE CMS 1.6.1 is affected by a Cross-Site stored scripting (XSS) vulnerability that allows attackers to execute arbitrary code via a payload crafted in the Intro Page parameter in the Pages menu. The payload will be executed on the main page independent of the user's session, so accessing the home web with another user will also execute the payload.


POC:

When logging into the panel, we will go to the "Modify Intro Page" section off Pages [(http://localhost/wbce/wbce/admin/pages/index.php)]

XSS_IntroPage

We edit the body configuration where we add the XSS payload:

XSS Payload:

root@kitploit:~
<svg onload=alert(1)> "><svg onload=alert(1)// "onmouseover=alert(1)// "autofocus/onfocus=alert(1)//

In the following image you can see the embedded code that executes the payload in the main web:

XSS_payload

When clicking on "View Site" or accessing the home page, the payload is executed: XSS

If we log in with another user, the payload also skips:

XSS_Stored

XSS


Download Tool