Highlights
Auth Bypass: 162 prior fixes. Scrutinize any change in this area.
engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/AuthorizationManager.java: most-fixed (17 issues). Treat as high-risk during review.
203 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.
Auth Bypass: Numerous fixes across historic query configurations and command checkers show a pattern of missing or incorrectly scoped authorization checks, often due to wrong SQL aliases, missing tenant checks, or permission checks that can be bypassed.
Auth Bypass: SQL-level authorization checks have been corrected multiple times for precedence, column qualification, and type mismatches, indicating a fragile area where subtle SQL bugs can lead to authorization bypass.
Auth Bypass: Multiple fixes add tenant checks to various commands (migration, deployment, task, batch), showing that tenant isolation was missing across many operation types, enabling cross-tenant access.