Skip to main content

Directus EUVDEUVD-2026-53519

| CVE-2026-10716 HIGH
SQL Injection (CWE-89)
2026-08-05 Fluid Attacks GHSA-c4h6-c3hj-2qc3
7.5
CVSS 4.0 · Vendor: Fluid Attacks
Share

Severity by source

Vendor (Fluid Attacks) PRIMARY
7.5 HIGH
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.6 MEDIUM

PostGIS must be installed and enabled on PostgreSQL (condition beyond attacker control → AC:H); Directus administrator credentials required → PR:H; full database confidentiality, integrity, and availability impact within unchanged scope.

3.1 AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Fluid Attacks).

CVSS VectorVendor: Fluid Attacks

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Aug 05, 2026 - 17:51 vuln.today
CVE Published
Aug 05, 2026 - 16:50 cve.org
HIGH 7.5

DescriptionCVE.org

Directus contains an authenticated SQL injection vulnerability in the collection creation flow when the instance uses PostgreSQL with PostGIS enabled. An administrator can create a collection with a geometry field whose fields[].type value starts with geometry but contains attacker-controlled SQL syntax after the geometry subtype.This issue affects Directus: before 12.1.0.

AnalysisAI

SQL injection in Directus before 12.1.0 enables an authenticated administrator to execute arbitrary SQL against the underlying PostgreSQL database during collection creation by embedding attacker-controlled SQL syntax within a geometry field type value. The attack is gated behind two non-default prerequisites - administrator-level credentials and a PostgreSQL backend with the PostGIS extension installed - which together constrain the realistic threat surface to insider risk or compromised admin accounts. A vendor patch is confirmed available in v12.1.0; no public exploit code or CISA KEV listing has been identified at time of analysis.

Technical ContextAI

Directus is an open-source headless CMS and data platform (cpe:2.3:a:directus:directus:*:*:*:*:*:*:*:*) that abstracts SQL databases behind a REST/GraphQL API. When the database backend is PostgreSQL with the PostGIS geospatial extension enabled, Directus supports geometry field types during collection schema creation. The vulnerability (CWE-89 - Improper Neutralization of Special Elements used in an SQL Command) arises because the collection creation flow parses the fields[].type value and, when the value begins with the string 'geometry', uses the remainder of that string to construct a PostGIS column definition without adequate sanitization or parameterization. This allows an attacker to append raw SQL beyond the expected geometry subtype, which is then interpolated directly into a DDL or DML statement executed against PostgreSQL.

RemediationAI

The primary remediation is upgrading Directus to version 12.1.0 or later, which resolves the injection by properly sanitizing geometry field type input during collection creation. The patched release is available at https://github.com/directus/directus/releases#release-v12.1.0, and the full security advisory is published at https://github.com/directus/directus/security/advisories/GHSA-chfm-g7r3-vv42. If an immediate upgrade is not feasible, operators should consider the following compensating controls: first, disable the PostGIS extension on the PostgreSQL instance if geospatial features are not actively required - this eliminates the vulnerable code path entirely but loses all geospatial column type support. Second, strictly limit Directus administrator-level access to the minimum number of trusted accounts and enforce MFA on those accounts, since the vulnerability is only reachable with admin credentials. Third, audit collection creation API activity in Directus logs for anomalous geometry type strings containing SQL metacharacters as a detection measure.

CVE-2025-1094 HIGH POC
8.1 Feb 13

PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() improperl

CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2013-1899 MEDIUM POC
6.5 Apr 04

Argument injection vulnerability in PostgreSQL 9.2.x before 9.2.4, 9.1.x before 9.1.9, and 9.0.x before 9.0.13 allows re

CVE-2026-20253 CRITICAL POC
9.8 Jun 10

Unauthenticated arbitrary file write in Splunk Enterprise (below 10.2.4 and 10.0.7) and Splunk Cloud Platform (below 10.

CVE-2026-9586 CRITICAL POC
9.3 Jul 17

Unauthenticated SQL injection in Sangoma Switchvox SMB Edition 8.3 (build 104997) lets remote attackers execute arbitrar

CVE-2017-7546 CRITICAL
9.8 Aug 16

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to incorrect authentication flaw allow

CVE-2015-1352 MEDIUM POC
5.0 Mar 30

The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate t

CVE-2024-10553 CRITICAL POC
9.8 Mar 20

A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitra

CVE-2019-9193 HIGH POC
7.2 Apr 01

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_serve

CVE-2026-40887 CRITICAL POC
9.1 Apr 14

Unauthenticated SQL injection in Vendure Shop API allows remote attackers to execute arbitrary SQL commands against the

CVE-2022-24760 CRITICAL POC
10.0 Mar 12

Parse Server is an open source http web server backend. Rated critical severity (CVSS 10.0), this vulnerability is remot

CVE-2025-56157 CRITICAL POC
9.8 Dec 18

Hard-coded default PostgreSQL credentials shipped in the docker-compose.yaml of langgenius Dify through version 1.5.1 al

Share

EUVD-2026-53519 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy