Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network SQL injection with no user interaction (AV:N/AC:L/PR:N/UI:N) grants full read/write/destroy access to the backend database, so C/I/A are all High.
Primary rating from Vendor (TR-CERT).
CVSS VectorVendor: TR-CERT
Lifecycle Timeline
1DescriptionCVE.org
Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in Raera - Ankara Web Design and Digital Advertising Agency Destekz allows SQL Injection.
This issue affects Destekz: through 02062026. NOTE: The vendor was contacted and it was learned that the product is not supported.
AnalysisAI
SQL injection in Raera's Destekz support/help-desk application (all versions through 02062026) allows remote attackers to inject arbitrary SQL via unsanitized input, per the CVSS:3.1/AV:N/AC:L/PR:N/UI:N vector indicating unauthenticated network exploitation. TR-CERT rates this critical (9.8) with full confidentiality, integrity, and availability impact, meaning an attacker can read, modify, or destroy backend database contents. No public exploit identified at time of analysis, but the vendor has confirmed the product is no longer supported, so no fix will be issued.
Technical ContextAI
The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) weakness, in which user-controlled input is concatenated directly into SQL statements without parameterization or escaping, letting an attacker alter query logic. The affected product is Destekz, a web application by 'Raera - Ankara Web Design and Digital Advertising Agency' (CPE cpe:2.3:a:raera_-_ankara_web_design_and_digital_advertising_agency:destekz:*), most likely a PHP/MySQL support-ticket or contact module given its origin as an agency-built web product. Because SQL injection operates at the data-access layer, the specific injectable parameter and endpoint are not disclosed in the advisory, but the CWE root cause is unambiguous.
RemediationAI
No vendor-released patch identified at time of analysis - the vendor has confirmed Destekz is no longer supported, so no fix version will be published; the strategic remediation is to decommission and migrate off Destekz entirely. Until removal, apply specific compensating controls: place the application behind a WAF with SQL-injection rule sets tuned to block tautologies, UNION-based, and stacked-query payloads (accepting possible false positives on legitimate special characters); restrict network access to the application to trusted IPs or an internal VPN to remove unauthenticated internet reachability (trade-off: breaks public-facing use); enforce least-privilege on the database account used by the app (revoke DDL/administrative rights and cross-database access to limit blast radius); and enable database query logging to detect anomalous statements. Consult the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0488 for any updated guidance.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41526
GHSA-fvc7-x7g6-74xj