YesWiki 是一个用 PHP 编写的 Wiki 系统。从 4.6.2 版本到 4.6.6 版本之前, 方法中使用了一个宽松的布尔取反来检查 PHP 的返回值,具体形式为 。 PHP 的 有四种可能的返回值: 、 、 和 。其中, 是漏洞绕过的关键:根据 PHP 的“真值”(truthiness)规则, 被视为真值(truthy),因此 的结果是 ,导致 语句被跳过,控制器继续执行 。任何导致 OpenSSL 的 返回 的情况都会触发这一绕过。 由此产生的实际后果是:控制器将验证失败静默地当作成功处理,并继续处理
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
| CVE-2026-52777 | 9.4 CRITICAL | YesWiki: Authenticated PHP Object Injection in BazarImportAction via unserialize |
| CVE-2026-52766 | 9.1 CRITICAL | YesWiki: Unauthenticated arbitrary page deletion via `{{erasespamedcomments}}` action |
| CVE-2026-52775 | 8.8 HIGH | YesWiki Authenticated SQL Injection in ReactionManager |
| CVE-2026-52769 | 8.3 HIGH | YesWiki: Unauthenticated Server-Side Request Forgery via ActivityPub `Signature.keyId` |
| CVE-2026-52771 | 8.3 HIGH | YesWiki: Second-Order SQL Injection in Page Delete API via Unescaped Page Tag (`ApiControl |
| CVE-2026-52770 | 7.5 HIGH | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in ye |
| CVE-2026-52762 | 7.1 HIGH | YesWiki: Authenticated (Admin) Server-Side Template Injection to Remote Code Execution via |
| CVE-2026-52763 | 6.5 MEDIUM | YesWiki: SQL injection via the `recentchanges` action `period` argument leading to arbitra |
| CVE-2026-52773 | 6.1 MEDIUM | Reflected XSS via Unescaped Archived-Revision `time` Parameter in `handlers/page/show.php` |
| CVE-2026-52774 | 6.1 MEDIUM | Reflected XSS via Unescaped `id` Parameter in Bazar Widget HTML Attributes in YesWiki |
| CVE-2026-52772 | 5.5 MEDIUM | YesWiki: Bazar form-field templates still apply `|raw('html')` to `field.label` / `field.h |
No comments yet