CVE Catalog

CVE-2026-76899

MediumCVSS 5.7
Published: Translated: NVD NIST

Summary

CordysCRM versions 1.7.0 through 1.7.4 contain a SQL injection vulnerability in the POST /account-pool/page endpoint. An authenticated caller with MODULE_SETTING_UPDATE can place an arbitrary database function in SortRequest.name because Spring request validation is missing and the blacklist is incomplete. Functions such as extractvalue and updatexml can expose database values through an error oracle.

Risk Assessment

An attacker could access sensitive database values, potentially leading to data confidentiality and integrity breaches.

Recommendation

Upgrade CordysCRM to version 1.7.4 or later, which includes the fix.

Other vulnerabilities in CordysCRM

See all
Original NVD description (English source)

CordysCRM is an open source AI-powered customer relationship management system that supports private deployment. From 1.7.0 until 1.7.4, POST /account-pool/page allows an authenticated caller with MODULE_SETTING_UPDATE to place an arbitrary database function in SortRequest.name because CustomerPoolController.page omits Spring request validation, SortRequest.getName relies on an incomplete blacklist, and the CommonMapper.xml sort fragment inserts ${sortName} into an ORDER BY clause. Functions such as extractvalue and updatexml bypass the blacklist and can expose database values through an error oracle when the query returns at least one row. This issue is fixed in version 1.7.4.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS