CVE-2018-25203: Online Store System CMS 1.0 SQL Injection via clientaccess
Online Store System CMS 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the email parameter. Attackers can send POST requests to index.php with the action=clientaccess parameter using boolean-based blind or time-based blind SQL injection payloads in the email field to extract sensitive database information.
Security readout for executives and security teams
Plain-English summary
This flaw affects Wecodex Online Store System CMS 1.0. An unauthenticated attacker may be able to abuse the client access email field to read sensitive database data. The provided sources do not identify a vendor patch or confirmed active exploitation.
Executive priority
Treat this as a high-priority exposure if the CMS is still deployed. Public exploit information exists, the attack requires no login, and the likely business impact is database confidentiality loss.
Technical view
CVE-2018-25203 is CWE-89 SQL injection in index.php when action=clientaccess processes the email parameter. Sources describe boolean-based blind and time-based blind injection. CVSS 4.0 is 8.8 high: network-accessible, low complexity, no privileges, no user interaction, high confidentiality impact.
Likely exposure
Exposure is limited to internet-accessible or internally reachable deployments of Online Store System CMS 1.0, especially where the client access workflow is enabled. The source bundle lists no CPEs, so automated asset matching may be incomplete.
Exploitation context
ExploitDB and VulnCheck references indicate public exploit knowledge. However, the bundle marks KEV as false and provides no cited evidence of active exploitation in the wild.
Researcher notes
The evidence supports SQL injection in Online Store System CMS 1.0 via the email parameter. Provided sources do not name a fixed version, patch, CPE, or confirmed exploitation. Validate forks carefully before concluding exposure.
Mitigation direction
Inventory any Online Store System CMS deployments and confirm version 1.0 exposure.
Check Wecodex or maintainer guidance for an official patch or upgrade path.
Restrict access to the client access endpoint if the application cannot be updated.
Review maintained code for parameterized database queries around the email field.
Use WAF or request filtering only as an interim compensating control.
Validation and detection
Confirm whether index.php clientaccess functionality is reachable from untrusted networks.
Review web logs for POST requests to clientaccess with anomalous email values.
Review database logs for unusual query errors, delays, or extraction patterns.
Run only authorized, non-destructive validation in staging or a controlled window.
Document uncertainty where product version or fork lineage cannot be confirmed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.