twenty CVE Vulnerabilities & Metrics

Focus on twenty vulnerabilities and metrics.

Last updated: 16 Jun 2026, 22:25 UTC

About twenty Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with twenty. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total twenty CVEs: 6
Earliest CVE date: 25 Mar 2024, 14:15 UTC
Latest CVE date: 26 May 2026, 18:16 UTC

Latest CVE reference: CVE-2026-46624

Rolling Stats

30-day Count (Rolling): 2
365-day Count (Rolling): 4

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 0%
Year Variation (Calendar): 0%

Month Growth Rate (30-day Rolling): 0.0%
Year Growth Rate (365-day Rolling): 0.0%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical twenty CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 0.0

Max CVSS: 0

Critical CVEs (≥9): 0

CVSS Range vs. Count

Range Count
0.0-3.9 6
4.0-6.9 0
7.0-8.9 0
9.0-10.0 0

CVSS Distribution Chart

Top 5 Highest CVSS twenty CVEs

These are the five CVEs with the highest CVSS scores for twenty, sorted by severity first and recency.

All CVEs for twenty

CVE-2026-46624 twenty vulnerability CVSS: 0 26 May 2026, 18:16 UTC

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-44729 twenty vulnerability CVSS: 0 26 May 2026, 17:16 UTC

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-27023 twenty vulnerability CVSS: 0 05 Mar 2026, 19:16 UTC

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 twenty vulnerability CVSS: 0 02 Mar 2026, 16:16 UTC

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-28435 twenty vulnerability CVSS: 0 25 Mar 2024, 14:15 UTC

The CRM platform Twenty version 0.3.0 is vulnerable to SSRF via file upload.

CVE-2024-28434 twenty vulnerability CVSS: 0 25 Mar 2024, 14:15 UTC

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.