CVE-2026-76900 PUBLISHED

CordysCRM: SSRF via Approval Flow Webhook Execution due to Missing SSRF Validation at Runtime

Assigner: GitHub_M
Reserved: 19.08.2026 Published: 18.09.2026 Updated: 18.09.2026

CordysCRM is an open source AI-powered customer relationship management system that supports private deployment. In version 1.7.3, ApprovalResourceService.sendWebHook reads WebHookConfig.webHookUrl from stored approval-node configuration and passes it through ApprovalFlowService.updateApprovalPostField to HttpClientUtils without the SSRF validation used by the optional testConnect path. A user with PROCESS_SETTING_ADD can configure an internal URL through POST /approval-flow/add and cause the server to request it when POST /approval-action/approve executes the approval action, enabling cloud metadata access, internal network reconnaissance, and interaction with reachable internal services. This issue is fixed in version 1.7.4.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
CVSS Score: 6.8

Product Status

Vendor 1Panel-dev
Product CordysCRM
Versions
  • Version = 1.7.3 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE