[changebeacon] Dashboard endpoints have no authentication #29
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/ideas#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Security Concern
The dashboard CRUD endpoints (
DashboardCreateEntry,DashboardUpdateEntry,DashboardDeleteEntry) have no authentication. Anyone can:The API endpoints properly use
auth.RequireAPIKey, but the Datastar SSE dashboard endpoints bypass auth entirely.Recommendation
Add session-based auth or API key requirement to dashboard mutation endpoints.
Found by red team audit 2026-02-25.