Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

CrowdStrike/falcon-operator
main @ c80f39f
3
Fixes
0
CVEs
HIGH
Peak severity
66.7%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
config/rbac/role_binding.yaml: most-fixed (1 issue). Treat as high-risk during review.
3 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: Allowing a custom service account name in the FalconContainer CRD could let an attacker reconcile an arbitrary service account, bypassing operator-managed RBAC boundaries.
Information Disclosure: Deploying secrets to the kube-public namespace exposes sensitive credentials to any authenticated user, violating least-privilege access.
Privilege Escalation: Using the default service account for operator components grants excessive RBAC permissions, enabling privilege escalation if the pod is compromised.