---
id: CVE-2026-77239
title: WACRM is a self-hostable CRM template for WhatsApp
summary: >-
  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 bypa…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-285
vendor: ArnasDon
product: wacrm
affected:
  - wacrm <= 0.7.0
published: '2026-09-18'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:12:04.247'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-77239'
references:
  - url: >-
      https://github.com/ArnasDon/wacrm/commit/03e851bea56dcf6bb21ff1b80ba531372bf3269f
    label: security-advisories@github.com
  - url: 'https://github.com/ArnasDon/wacrm/pull/351'
    label: security-advisories@github.com
  - url: 'https://github.com/ArnasDon/wacrm/security/advisories/GHSA-34q7-fv77-625j'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00284
epssPercentile: 0.21188
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-18T19:56:20.896842Z'
ingestedAt: '2026-09-18T17:46:41.523Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
