Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated SQL injection over the network (AV:N/AC:L/PR:N/UI:N) grants full database read/write, so C:H/I:H/A:H; scope unchanged as impact stays within the database system.
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 Adam Retail Automation Ltd. MobilMen 20T allows SQL Injection.
This issue affects MobilMen 20T: from v3 through 10072026. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
SQL injection in Adam Retail Automation's MobilMen 20T retail-automation software (versions v3 through build 10072026) lets remote attackers inject arbitrary SQL through improperly neutralized input, yielding full read/write access to the backing database. Rated CVSS 9.8 by TR-CERT with an unauthenticated network-reachable vector, though no public exploit has been identified and it is not on CISA KEV. The vendor was contacted but did not respond, so no fix is available.
Technical ContextAI
MobilMen 20T is a retail/point-of-sale automation product from the Turkish vendor Adam Retail Automation Ltd. (CPE cpe:2.3:a:adam_retail_automation_ltd.:mobilmen_20t). The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) issue: user-controlled input is concatenated into SQL statements without parameterization or proper escaping, so crafted values break out of the intended query context and are executed by the database engine. Because retail automation platforms typically store pricing, inventory, transaction and customer/payment records, the underlying database is a high-value target.
RemediationAI
No vendor-released patch identified at time of analysis - the vendor was contacted early but did not respond, so no fixed version number exists to cite. In the absence of a patch, apply compensating controls: place MobilMen 20T behind a WAF with SQL-injection signatures to filter malicious input (accepting that WAF rules can be bypassed and may need tuning to avoid breaking legitimate POS transactions); restrict network access to the application so only trusted POS terminals and management hosts can reach it, ideally removing any internet exposure and segmenting it onto an isolated VLAN (trade-off: remote/branch access must be routed through VPN); enforce least-privilege on the application's database account so a successful injection cannot escalate beyond the minimum required tables (trade-off: requires testing to confirm the app still functions); and enable database query logging/monitoring to detect anomalous statements. Consult the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0526 and, given the unresponsive vendor, evaluate migrating off the product if a maintained alternative exists.
More in Mobilmen 20T
View allSame weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42965
GHSA-r958-fxrc-p879