Vulnerability Description
WACRM is a self-hostable CRM template for WhatsApp. In version 0.7.0 and earlier, WACRM flow and automation write routes authenticate account viewers but do not enforce the agent role before using a service-role database client that bypasses row-level security. In src/app/api/flows/[id]/route.ts, src/app/api/flows/[id]/activate/route.ts, and src/app/api/flows/route.ts, a viewer can create, edit, activate, or delete flows because membership-only checks are followed by service-role writes. In src/app/api/automations/route.ts and src/app/api/automations/engine/route.ts, a viewer can create active automations and trigger outbound WhatsApp actions without the role required by the underlying write policies. This can permit unauthorized workflow changes, destructive flow deletion, and outbound actions from a role intended to be read-only. This vulnerability is fixed with commit 03e851bea56dcf6bb21ff1b80ba531372bf3269f.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/ArnasDon/wacrm/commit/03e851bea56dcf6bb21ff1b80ba531372bf3269
- https://github.com/ArnasDon/wacrm/pull/351
- https://github.com/ArnasDon/wacrm/security/advisories/GHSA-34q7-fv77-625j
FAQ
What is CVE-2026-77239?
CVE-2026-77239 is a vulnerability with a CVSS score of 8.1 (HIGH). WACRM is a self-hostable CRM template for WhatsApp. In version 0.7.0 and earlier, WACRM flow and automation write routes authenticate account viewers but do not enforce the agent role before using a s...
How severe is CVE-2026-77239?
CVE-2026-77239 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-77239?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.