Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
helm-chart/templates/job-post-install/rbac-gen-adapter-cm.yaml: most-fixed (1 issue). Treat as high-risk during review.
5 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: Attackers can bypass directory restrictions to read arbitrary configuration files by submitting crafted paths. This occurs because paths were not canonicalized and verified against an allowed root directory.
Path Traversal: Similar to the configuration path traversal, static file serving endpoints allowed arbitrary file retrieval via traversal sequences due to a lack of resolved path validation against the root directory.
Auth Bypass: Unvalidated execution of cross-plugin service calls allowed malicious or unauthorized plugins to execute registry operations without identity verification, requiring an explicit authorization check.