CVE-2026-52745 PUBLISHED

CordysCRM: Customer Public Pool Sorting Field SQL Injection

Assigner: GitHub_M
Reserved: 08.06.2026 Published: 18.09.2026 Updated: 18.09.2026

CordysCRM is an open source AI-powered customer relationship management system that supports private deployment. Prior to 1.7.0, the POST /account-pool/page endpoint allows an authenticated caller with MODULE_SETTING:UPDATE to place a crafted sort.name value into a dynamic SQL ORDER BY expression without strict server-side validation of the sorting field. The resulting time-based blind SQL injection can confirm database expression execution, infer database metadata and sensitive values, and introduce database delays that degrade service. This issue is fixed in version 1.7.0.

Metrics

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

Product Status

Vendor 1Panel-dev
Product CordysCRM
Versions
  • Version < 1.7.0 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE