[changebeacon] No org-level tenant isolation in API #39
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/ideas#39
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
API endpoints like
APIUpdateEntry,APIDeleteEntry, andAPIListEntriesdo not verify that the authenticated API key belongs to the same org as the target resource.Any authenticated user can modify any project's entries.
Severity: CRITICAL.
Fix
Verify
key.OrgIDmatches the resource's org before allowing mutations.Found by Red Team Audit 2026-03-03.