Security: No ACL/CSRF check on CSV export #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding L-4
Severity: Low
Issue:
PostsController::exportCsv()has no$this->checkToken()and noauthorise()check. Any authenticated backend user who can access the component can export all posts.Fix: Add
$this->checkToken('get')and ACL check.Files:
PostsController.phpLabel:
priority: low,type: securityBranch created:
feature/104-security-no-acl-csrf-check-on-csv-export