Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-52763
Published:July 09, 2026
Updated:August 27, 2026
The "recentchanges" action ("actions/recentchanges.php") accepts a "period" argument from two disjoint parameter spaces: the URL query string ("$_GET['period']") and the action invocation "{{recentchanges period="..."}}". A whitelist at line 17 validates only the URL form against "['day','week','month']". The action-argument form takes the "else" branch at line 33 ("$dateMin = $this->GetParameter('period')") with no validation, and the value flows into "PageManager::getRecentlyChanged()" ("includes/services/PageManager.php:196"), 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 via "actions/recentchanges.php:43,58" ("ComposeLinkToPage($page['tag'])"), 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.
Affected Packages
https://github.com/YesWiki/yeswiki.git (GITHUB):
Affected version(s) >=v4.1.0 <v4.6.6
Fix Suggestion:
Update to version v4.6.6
yeswiki/yeswiki (PHP):
Affected version(s) >=dev-aceditor-fix <v4.6.6
Fix Suggestion:
Update to version v4.6.6
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Validation of Specified Type of Input