0
OP Regular Newbie Apr 17, 2026 6:24pm

Severity: MEDIUM

Location: src/Models/ForumMember.php:74-82

Bug: Banned user (role=1) can still accept a pending invite.

Fix: Caller (controller) must check $user['role'] >= 2 before calling.

Status: open. Will reply with remediation details when resolved.

0
Regular Newbie Apr 17, 2026 6:55pm

Resolved.

ForumMembershipController::accept now rejects callers with role < 2 before calling ForumMember::accept (src/Controllers/ForumMembershipController.php). A user banned after an invitation was issued can no longer accept it and gain membership in a private forum.

Locking this thread.

Log in or register to reply to this thread.

We use cookies to enhance your experience on 6502ish.com. Essential cookies keep the site running. Analytics cookies help us understand how the site is used. Cookie Settings | Privacy Policy