CVE-2023-3197
MStore API <= 4.0.1 - Unauthenticated SQL Injection
Record summary
CVE-2023-3197 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The MStore API plugin for WordPress is vulnerable to Unauthenticated Blind SQL Injection via the 'id' parameter in versions up to, and including, 4.0.1 due to insufficient escaping on the user supplied parameters and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Nov 27, 2024 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
MStore API – Create Native Android & iOS Apps On The CloudBrowse inspireui / MStore API – Create Native Android & iOS Apps On The CloudDefault status: unaffected | CVE List | Through 4.0.1 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALWordPress MStore API <= 4.0.1 - Unauthenticated SQL Injection
MStore API plugin for WordPress up to version 4.0.1 contains an unauthenticated blind SQL injection caused by insufficient escaping of 'id' parameter in SQL queries, letting attackers execute arbitrary SQL commands without authentication, exploit requires sending crafted requests with malicious 'id' parameter.
Impact
Attackers can extract sensitive database information, potentially leading to data breach and compromise of the website.
Remediation
Update to the latest version of the plugin where the vulnerability is fixed.
Source: ProjectDiscovery