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-52774-YESWIKI-XSS — a reflected XSS vulnerability in YesWiki's Bazar widget handler. | Kitploit
Tools/GitHubGitHub/0xterror/cve-2026-52774-yeswiki-xss
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHub0xterror/cve-2026-52774-yeswiki-xss

CVE-2026-52774-YESWIKI-XSS

a reflected XSS vulnerability in YesWiki's Bazar widget handler.

View Repository
1 day 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-52774-YESWIKI-XSS

CVE-2026-52774 is a reflected XSS vulnerability in YesWiki's Bazar widget handler. The query parameter in the NoSuchPage/widget endpoint is inadequately sanitized using strip_tags(), which does not escape double quotes. This allows an attacker to break out of HTML attributes and inject JavaScript event handlers, such as onmouseover, into the data-iframeUrl attribute.

The vulnerability was patched in version 4.6.6 by adding urlencode() to the $urlParams in the __WidgetHandler method.


🔬 Vulnerability Details

Root Cause

The vulnerability exists in the __WidgetHandler method of YesWiki's Bazar extension. The query parameter is passed through strip_tags() but not properly URL-encoded before being embedded into the data-iframeUrl attribute.

Exploit Chain

root@kitploit:~
1. Attacker crafts URL with malicious query parameter
   ↓
2. User clicks malicious link or visits crafted page
   ↓
3. Server reflects payload into data-iframeUrl attribute
   ↓
4. User hovers over widget area
   ↓
5. JavaScript executes (onmouseover event)
   ↓
6. Attacker steals session cookies or performs actions as user
   ↓
7. Further exploitation via CVE-2026-52777 (unserialize RCE)
Download Tool