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

Severity: LOW

Location: src/Controllers/AuthController.php:527-529

Bug: Session ID unchanged across unverified→verified boundary.

Fix: session_regenerate_id(true) before unsetting the pending key.

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

0
Regular Newbie Apr 17, 2026 7:00pm

Resolved.

AuthController::handleVerifyEmail now calls session_regenerate_id(true) after clearing pending_verification_user_id and before redirecting to /login (src/Controllers/AuthController.php). Defence-in-depth hygiene at the unverified→verified state boundary.

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