Severity: HIGH
Location: src/Controllers/ForumController.php:2458-2462
Bug: $_POST['body'] trimmed then inserted without purify. Subject also unescaped.
Fix: MarkdownService::purify($body) and htmlspecialchars subject before ForumPost::create.
Status: open. Will reply with remediation details when resolved.