Description
WACRM is a self-hostable CRM template for WhatsApp. In 0.7.0 and earlier, the automation send_webhook action in src/lib/automations/engine.ts and its validation in src/lib/automations/validate.ts allowed an authenticated user with automation privileges to submit an arbitrary webhook URL that the server fetched without the existing isDeliverableUrl SSRF guard in src/lib/webhooks/ssrf.ts, allowing requests to private, loopback, link-local, or cloud metadata addresses such as the cloud metadata endpoint at 169.254.169.254. This vulnerability is fixed with commit 23838a9959550e975d732ae08a44a3a2f0cc084b.
Published: 2026-07-30
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw exists in the automation send_webhook action of WACRM, which lets an authenticated user with automation privileges submit any webhook URL. The server fetches this URL without invoking the SSRF guard, enabling requests to private, loopback, link‑local, or cloud metadata addresses. Attackers can leverage this to access internal services, exfiltrate data, or reach cloud‑metadata endpoints, thereby compromising confidentiality and possibly integrity. The weakness is classified as CWE‑918.

Affected Systems

ArnasDon’s WACRM self‑hostable CRM template is affected; versions 0.7.0 and earlier are vulnerable. The fix is incorporated in commit 23838a9959550e975d732ae08a44a3a2f0cc084b and all later releases.

Risk and Exploitability

With a CVSS score of 6.4, the vulnerability holds moderate severity. The EPSS score is < 1%, indicating a very low probability of exploitation; it is not listed in the CISA KEV catalog. The required authentication and automation privileges limit the vector to internal attackers. Once privileged, the attacker can direct outbound requests to arbitrary IPs that the host can reach, including sensitive cloud metadata services.

Generated by OpenCVE AI on August 3, 2026 at 10:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WACRM to the patched version from commit 23838a9959550e975d732ae08a44a3a2f0cc084b (or any release newer than 0.7.0).
  • Restrict automation privileges to trusted users and review roles that can trigger the send_webhook action.
  • If the webhook capability is not required, disable or remove the send_webhook automation action completely.

Generated by OpenCVE AI on August 3, 2026 at 10:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Arnasdon
Arnasdon wacrm
Vendors & Products Arnasdon
Arnasdon wacrm

Thu, 30 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description WACRM is a self-hostable CRM template for WhatsApp. In 0.7.0 and earlier, the automation send_webhook action in src/lib/automations/engine.ts and its validation in src/lib/automations/validate.ts allowed an authenticated user with automation privileges to submit an arbitrary webhook URL that the server fetched without the existing isDeliverableUrl SSRF guard in src/lib/webhooks/ssrf.ts, allowing requests to private, loopback, link-local, or cloud metadata addresses such as the cloud metadata endpoint at 169.254.169.254. This vulnerability is fixed with commit 23838a9959550e975d732ae08a44a3a2f0cc084b.
Title WACRM: SSRF via the automation `send_webhook` action
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-31T15:59:08.270Z

Reserved: 2026-07-29T18:47:17.073Z

Link: CVE-2026-67530

cve-icon Vulnrichment

Updated: 2026-07-31T15:46:36.543Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T20:18:14.887

Modified: 2026-07-31T16:17:11.690

Link: CVE-2026-67530

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:30:18Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)