Vulnerability Description
Twenty is an open-source CRM (customer relationship management) platform. Prior to 2.15.0, Twenty allowed a workspace administrator with the DATA_MODEL permission to supply settings.asExpression for the system TS_VECTOR field searchVector through PATCH /rest/metadata/fields/:id or the updateOneField GraphQL mutation, causing buildSqlColumnDefinition in packages/twenty-server/src/engine/twenty-orm/workspace-schema-manager/utils/build-sql-column-definition.util.ts to concatenate unescaped input into GENERATED ALWAYS AS (...) and execute arbitrary PostgreSQL statements as the application database user. This issue is fixed in version 2.15.0.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/twentyhq/twenty/commit/0b8368cd6c1a47711bf52972800f162bde0bba
- https://github.com/twentyhq/twenty/pull/21947
- https://github.com/twentyhq/twenty/security/advisories/GHSA-mm7j-q9q3-qqwj
- https://github.com/twentyhq/twenty/security/advisories/GHSA-mm7j-q9q3-qqwj
FAQ
What is CVE-2026-73069?
CVE-2026-73069 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Twenty is an open-source CRM (customer relationship management) platform. Prior to 2.15.0, Twenty allowed a workspace administrator with the DATA_MODEL permission to supply settings.asExpression for t...
How severe is CVE-2026-73069?
CVE-2026-73069 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-73069?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.