A number of form actions in the Forum module are directly accessible. A malicious user (e.g. spammer) can use GET requests to create Members and post to forums, bypassing CSRF and anti-spam measures.
Additionally, a forum moderator could be tricked into clicking a specially crafted URL, resulting in a topic being moved.
Thanks to Michael Strong for discovering.
{
"cwe_ids": [
"CWE-352",
"CWE-425"
],
"github_reviewed": true,
"github_reviewed_at": "2024-05-23T14:41:16Z",
"nvd_published_at": null,
"severity": "MODERATE"
}