Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Remote unauthenticated SQL injection with no user interaction warrants AV:N/AC:L/PR:N/UI:N, and full database read/write/destruction supports C:H/I:H/A:H.
Primary rating from Vendor (TR-CERT).
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in UMAI Vision Traffic Analysis System allows SQL Injection.
This issue affects Traffic Analysis System: from 30 before 34.
AnalysisAI
SQL injection in UMAI Vision Traffic Analysis System (versions 29/30 up to but not including 34) lets remote unauthenticated attackers inject arbitrary SQL commands through unsanitized input, enabling full database compromise. Rated CVSS 9.8 with a network, no-privilege, no-interaction vector, the flaw was reported by Turkey's national CERT (TR-CERT) and has a vendor patch available. There is no public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
The affected product is UMAI Vision's Traffic Analysis System (CPE cpe:2.3:a:umai_vision:traffic_analysis_system), a specialized traffic/video analytics platform typically deployed in transportation and municipal surveillance contexts. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-supplied input is concatenated into SQL queries without parameterization or proper escaping, so crafted input alters the intended query structure. Such flaws usually live in web-facing request handlers - login forms, search/filter parameters, or API endpoints - that build queries dynamically against the backing database.
RemediationAI
Upgrade UMAI Vision Traffic Analysis System to version 34 or later, which the vendor has released to remediate this issue (patch available per vendor advisory; consult the TR-CERT bulletin at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0703 for the exact fixed build). If immediate patching is not possible, restrict network reachability of the application to trusted management networks or a VPN to remove unauthenticated internet exposure, and deploy a WAF with SQL-injection signatures in front of the application to filter malicious payloads - noting that WAF filtering can be bypassed by determined attackers and may block legitimate requests containing SQL-like characters. Additionally, run the application's database account with least privilege to limit the blast radius of a successful injection.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51156
GHSA-c9qv-jc9j-fcr6