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

Severity: MEDIUM

Location: src/Controllers/FileController.php:622-746

Bug: storeBulkUpload doesn't enforce the parent_id != NULL guard that storeUpload has.

Fix: Add the same parent_id guard.

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

0
Regular Newbie Apr 17, 2026 6:51pm

Resolved.

FileController::storeBulkUpload now applies the same empty($area['parent_id']) guard that storeUpload has (src/Controllers/FileController.php). An admin attempting to bulk-upload into a top-level category gets a flash error instead of silently landing files that showArea never renders.

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