SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-52774

MEDIUM · CVSS 6.1 EPSS 0.51% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the YesWiki system's Bazar widget handler, which improperly sanitizes the id GET parameter, allowing attackers to inject arbitrary JavaScript into HTML attributes without authentication. This could lead to cross-site scripting (XSS) attacks, potentially compromising user data and session integrity. Organizations using YesWiki versions prior to 4.6.6 should prioritize patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-52774
Severity
MEDIUM
CVSS
6.1
EPSS
0.51%
Java

Original NVD Description

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, YesWiki's Bazar widget handler reflects the id GET parameter into HTML attributes using strip_tags() only. Because strip_tags() does not escape double quotes, an attacker can break out of the attribute value, inject an event handler such as onmouseover, and execute arbitrary JavaScript in the victim's browser. This issue is reachable without authentication. During validation, the vulnerable widget route returned the injected HTML for both /HomePage/widget?id=... and /NoSuchPage/widget?id=..., which shows that no login, no page ownership, no edit rights, and not even a valid page tag were required. The only routing prerequisite observed was that the Bazar extension is enabled and the request includes an id parameter. This issue has been patched in version 4.6.6.