Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Pre-auth network-reachable SQL injection with no user interaction gives AV:N/AC:L/PR:N/UI:N, and full database read/write/destroy potential yields C:H/I:H/A:H.
Primary rating from Vendor (TR-CERT).
CVSS VectorVendor: TR-CERT
Lifecycle Timeline
2DescriptionCVE.org
Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in Xpoda Türkiye Informatics Technology Inc. No Code Platform allows SQL Injection.
This issue affects No Code Platform: from 4.3.1.0 through 20260722. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
SQL injection in Xpoda No Code Platform (versions 4.3.1.0 through build 20260722) allows remote unauthenticated attackers to inject arbitrary SQL commands, per the CVSS PR:N/UI:N vector. Full read/write access to the backing database is achievable, threatening data confidentiality, integrity, and availability. No public exploit identified at time of analysis, and the flaw is not listed in CISA KEV; notably, the vendor was contacted by TR-CERT but did not respond, so no fixed version exists.
Technical ContextAI
Xpoda is a low-code/no-code application development platform, meaning user-defined forms, workflows, and data models are translated into database operations at runtime. The vulnerability is a CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) flaw, where user-controlled input is concatenated into SQL statements without parameterization or adequate sanitization. In no-code platforms this class is especially dangerous because dynamically generated queries built from user-configurable fields frequently bypass ORM-style protections. The single CPE identifier cpe:2.3:a:xpoda_türkiye_informatics_technology_inc.:no_code_platform:*:*:*:*:*:*:*:* confirms the affected product is the application-tier No Code Platform across all sub-versions in the stated range.
RemediationAI
No vendor-released patch identified at time of analysis, as the vendor did not respond to TR-CERT's disclosure attempts, so an upgrade path cannot be cited. In the absence of a fix, restrict network exposure of the Xpoda No Code Platform by placing it behind a VPN or IP allowlist so it is not internet-facing, and deploy a web application firewall with SQL injection signatures in front of the application to filter malicious query payloads (accepting that WAF rules can be bypassed and may cause false positives on legitimate no-code query builders). Enforce least-privilege on the database account used by the platform to limit the blast radius of a successful injection, and enable database query logging and monitoring to detect anomalous statements. Monitor the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0608 for any future vendor response, and consider decommissioning or isolating the platform if it processes sensitive data and cannot be adequately protected.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-47703
GHSA-wm9c-mg5f-4mpg