Vulnerabilities (CVE)

Filtered by vendor Twenty Subscribe
Filtered by product Twenty
Total 6 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-44729 1 Twenty 1 Twenty 2026-05-27 N/A 8.7 HIGH
Twenty is an open source CRM. In 1.18.0 and earlier, the file serving endpoints in Twenty CRM at /files/* and /file/:fileFolder/:id serve uploaded files using fileStream.pipe(res) without setting any Content-Type, Content-Disposition, or X-Content-Type-Options response headers. This allows an authenticated attacker to upload an HTML file containing JavaScript, which will be rendered by the victim's browser in the context of the Twenty CRM domain when accessed — enabling session hijacking, account takeover, and data theft.
CVE-2026-46624 1 Twenty 1 Twenty 2026-05-27 N/A 9.9 CRITICAL
Twenty is an open source CRM. From 1.7.7 through 1.16.7, a critical Remote Code Execution (RCE) vulnerability exists in Twenty CRM via a chained SQL Injection and PostgreSQL COPY TO PROGRAM attack. If Postgres user is a super user then any authenticated user can execute arbitrary OS commands on the database server by injecting SQL through the unsanitized timeZone parameter in the REST API groupBy endpoint. The timeZone field within the group_by query parameter is directly interpolated into a raw SQL expression using JavaScript template literals without any parameterization, validation, or escaping. This affects engine/api/graphql/graphql-query-runner/group-by/resolvers/utils/get-group-by-expression.util.ts.
CVE-2026-27023 1 Twenty 1 Twenty 2026-03-10 N/A 5.0 MEDIUM
Twenty is an open source CRM. Prior to version 1.18, the SSRF protection in SecureHttpClientService validated request URLs at the request level but did not validate redirect targets. An authenticated user who could control outbound request URLs (e.g., webhook endpoints, image URLs) could bypass private IP blocking by redirecting through an attacker-controlled server. This issue has been patched in version 1.18.
CVE-2026-26720 1 Twenty 1 Twenty 2026-03-04 N/A 9.8 CRITICAL
An issue in Twenty CRM v1.15.0 and before allows a remote attacker to execute arbitrary code via the local.driver.ts module.
CVE-2024-28434 1 Twenty 1 Twenty 2025-09-18 N/A 7.6 HIGH
The CRM platform Twenty is vulnerable to stored cross site scripting via file upload in version 0.3.0. A crafted svg file can trigger the execution of the javascript code.
CVE-2024-28435 1 Twenty 1 Twenty 2025-09-18 N/A 5.4 MEDIUM
The CRM platform Twenty version 0.3.0 is vulnerable to SSRF via file upload.