CVE-2026-52775
nicheAuthenticated SQL Injection in YesWiki ReactionManager::deleteUserReaction
YesWiki, a PHP-based wiki platform, is vulnerable to SQL injection (CWE-89) in ReactionManager::deleteUserReaction() that lets any authenticated user execute arbitrary SQL against the backend database. The flaw is triggered by embedding crafted values in the {idreaction} and {id} URL path parameters, which are concatenated directly into a SQL LIKE clause without escaping or parameterized queries. A successful attacker can read, modify, or delete database content, consistent with the high confidentiality, integrity, and availability impact reflected in the 8.8 CVSS score. All YesWiki deployments running versions prior to 4.6.6, including the latest development branch, are affected. Exploitation has not been observed: there is no known public proof of concept, the EPSS probability is 0.3 percent (21st percentile), and the flaw is not in the CISA KEV catalog.
What to do: Upgrade to YesWiki 4.6.6 or later, where the affected SQL query is parameterized. Until upgrading, audit access logs for requests to the affected endpoint containing SQL metacharacters in the {idreaction} and {id} path parameters and consider WAF rules that reject quotes or SQL keywords there; because authentication is required, ensure least-privilege database credentials limit damage if exploited.
| YesWiki project YesWiki | all versions prior to 4.6.6, including the latest development branch |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
YesWiki is a wiki system written in PHP. Prior to version 4.6.6, YesWiki through the latest development branch contains a SQL injection vulnerability in ReactionManager::deleteUserReaction() that allows any authenticated user to inject arbitrary SQL via the {idreaction} and {id} URL path parameters. The parameters are concatenated directly into a SQL LIKE clause without escaping or parameterization. This issue has been patched in version 4.6.6.
- Weakness
- CWE-89
- Vector
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
In the news0 stories
No ingested article mentions this CVE yet.