CVE Catalog

CVE-2026-52771

HighCVSS 8.3
Published: Translated: NVD NIST

Summary

YesWiki from version 4.2.0 to before 4.6.6 has a SQL injection vulnerability in ApiController::deletePage(), where a page tag retrieved from the database is interpolated into a DELETE query without escaping. A low-privilege authenticated user can create a page with a tag that is a SQL fragment and execute arbitrary SQL in the wiki database.

Risk Assessment

An authenticated low-privilege user can execute arbitrary SQL queries, including data exfiltration from any table, posing a serious risk to data confidentiality and integrity.

Recommendation

Upgrade to version 4.6.6 and use parameterized queries.

Other vulnerabilities in YesWiki

See all
Original NVD description (English source)

YesWiki is a wiki system written in PHP. From version 4.2.0 to before version 4.6.6, ApiController::deletePage() interpolates a page tag retrieved from the database into a DELETE FROM …_links WHERE to_tag = '$tag' query without escaping. The page tag is attacker-controlled — the POST /api/pages/{tag} API accepts arbitrary URL-encoded values, including single quotes, and stores them. A low-privilege authenticated user can therefore create a page whose tag is a SQL fragment, make the page non-orphaned via the standard {{include page="…"}} link mechanism, and then invoke the delete endpoint to execute arbitrary SQL inside the wiki database - including time-based blind data exfiltration from any table. This issue has been patched in version 4.6.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS