YesWiki, a PHP-based wiki system, contains a critical authorization flaw in versions prior to 4.6.6. The erasespamedcomments wiki action (EraseSpamedCommentsAction.php) accepts a POST array of page tags and deletes corresponding wiki pages without performing any authorization checks. Due to YesWiki's allow-by-default ACL model where all users have write access by default, any authenticated or default user can permanently delete arbitrary wiki pages. This includes critical pages such as the front page, admin pages, and pages owned by other users. The vulnerability requires no special privileges to exploit on a default installation. The flaw has been patched in YesWiki version 4.6.6, with the fix available via a committed patch on GitHub.