Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
BackgroundsController.php: most-fixed (1 issue). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Path Traversal: Bundle extraction writes files to a directory derived from user-controlled file paths without sanitization, allowing writes outside the intended extraction directory.
Path Traversal: Template file path is built from a user-supplied template ID without validation, enabling reads of arbitrary files under storage_path.
Path Traversal: Deletion and path retrieval for background files use unsanitized filenames, allowing traversal to delete or access arbitrary files on the public disk.