ZeroHour

CVE-2026-52775

niche

Authenticated SQL Injection in YesWiki ReactionManager::deleteUserReaction

CVSS 3.1
8.8 high
EPSS
<1%p21
Published
()
Modified
AI analysis

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.

Affected
YesWiki project YesWikiall versions prior to 4.6.6, including the latest development branch
Estimated exposure
nichelikely on the order of a few thousand self-hosted sites (exact count unknown) — YesWiki is a niche open-source wiki used mainly in French-speaking community, cooperative, and association networks, suggesting at most a few thousand self-hosted deployments, and no public install-count data was provided with this…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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 news

No ingested article mentions this CVE yet.