๐Ÿ” CVE Alert

CVE-2026-52763

MEDIUM 6.5

YesWiki: SQL injection via the `recentchanges` action `period` argument leading to arbitrary DB read

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

YesWiki is a wiki system written in PHP. Prior to version 4.6.6, the recentchanges action (actions/recentchanges.php) accepts a period argument from two disjoint parameter spaces. A whitelist validates only the URL form against ['day','week','month']. The action-argument form takes the else branch with no validation, and the value flows into PageManager::getRecentlyChanged(), where it is interpolated into a WHERE time >= '...' ORDER BY time DESC clause without escaping or parameterization. UNION-based injection succeeds, the leaked rows render into the response page, so any visitor of the trigger page sees the exfiltrated data. The vulnerability provides arbitrary read of the YesWiki database to anyone who can save the trigger page. On a default install (default_write_acl='*'), this includes anonymous users, subject to the hashcash JS check on the page-edit form. Once the trigger page is saved, every subsequent view fires the injection as the SQLi is stored. Stored SQL injection is reachable through the page-edit flow, with arbitrary database read. This issue has been patched in version 4.6.6.

CWE CWE-89 CWE-1287
Vendor yeswiki
Product yeswiki
Published Sep 4, 2026
Last Updated Sep 8, 2026
Stay Ahead of the Next One

Get instant alerts for yeswiki yeswiki

Be the first to know when new medium vulnerabilities affecting yeswiki yeswiki are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

YesWiki / yeswiki
< 4.6.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/YesWiki/yeswiki/security/advisories/GHSA-89v6-j5x6-cmj3 github.com: https://github.com/YesWiki/yeswiki/releases/tag/v4.6.6