Security readout for executives and security teams
Plain-English summary
CVE-2018-14472 is a SQL injection issue reported in WUZHI CMS 4.1.0. A keyword search value is not filtered before use, which could let an attacker manipulate database queries if they can reach the affected admin order goods function.
Executive priority
Prioritize remediation for any reachable WUZHI CMS 4.1.0 instance, especially if it stores customer, order, or business data. Evidence is incomplete, but SQL injection in CMS administration can create serious data risk.
Technical view
The reported vulnerable file is coreframe/app/order/admin/goods.php. The $keywords parameter is taken directly into execution without filtering, causing SQL injection. The sources do not provide CVSS, authentication requirements, exploit maturity, or a confirmed fixed version.
Likely exposure
Exposure appears limited to WUZHI CMS 4.1.0 deployments using the affected order admin goods functionality. Internet exposure depends on whether the admin area is reachable and how access is controlled.
Exploitation context
The CVE is not listed as KEV in the provided bundle. The GitHub issue is public, but the supplied sources do not prove active exploitation or provide reliable exploit status.
Researcher notes
The source bundle identifies the vulnerable parameter and file but lacks CWE, CVSS, affected CPEs, authentication context, database impact, and fixed-version details. Treat product and version scoping as narrow unless vendor guidance says otherwise.
Mitigation direction
- Identify any WUZHI CMS 4.1.0 instances in production or staging.
- Check WUZHI CMS project guidance for fixed versions or official patches.
- Restrict access to administrative CMS paths to trusted networks or VPN users.
- Review custom code handling $keywords for parameterized query use and input validation.
- Monitor CMS and database logs for suspicious keyword search activity.
Validation and detection
- Confirm whether coreframe/app/order/admin/goods.php exists in deployed code.
- Determine whether deployed WUZHI CMS version is 4.1.0.
- Verify administrative routes are not publicly reachable without strong authentication.
- Review source code for direct SQL construction using $keywords.
- Check whether vendor or maintainer commits address this issue.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
Database behavior lookup
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.
Open ATT&CK lookupCVE-2018-14472 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/wuzhicms/wuzhicms/issues/144CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
