Security readout for executives and security teams
Plain-English summary
ThinkCMF X2.2.2 contains an authenticated SQL injection issue in navigation editing. A user with manager privilege may be able to manipulate database queries through the parentid field. The public record does not provide a CVSS score, confirmed fix version, or evidence of active exploitation.
Executive priority
Treat as a targeted administrative-path risk until patch guidance is confirmed. Prioritize if ThinkCMF X2.2.2 is internet-facing, has many manager users, or stores sensitive data.
Technical view
The vulnerability is reported in edit_post() in NavController.class.php and is reachable through the parentid parameter in a nav action. Exploitation requires manager privilege. The source bundle does not define CWE, CVSS, patch status, or database impact details.
Likely exposure
Exposure appears limited to deployments running ThinkCMF X2.2.2 where manager-level users can access the navigation edit action. Risk increases if administrative interfaces are broadly reachable or manager accounts are weakly controlled.
Exploitation context
The public CVE text says the issue is exploitable with manager privilege. The bundle does not cite CISA KEV listing, active exploitation, public weaponization, or unauthenticated exploitation.
Researcher notes
Evidence is sparse: one CVE description and a GitHub issue reference. The key constraints are authenticated manager privilege and the parentid parameter. Do not assume affected versions beyond ThinkCMF X2.2.2 without vendor confirmation.
Mitigation direction
- Check ThinkCMF vendor or project guidance for a fixed release or patch.
- Restrict administrative and manager access to trusted users and networks.
- Review manager accounts and remove unnecessary privileges.
- Monitor application and database logs for suspicious navigation edit activity.
Validation and detection
- Identify whether any deployed instance is ThinkCMF X2.2.2.
- Confirm whether manager users can access the nav edit action.
- Review source or vendor patch notes for parentid handling in NavController.class.php.
- Check logs for unusual nav action requests by manager accounts.
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-19895 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/thinkcmf/cmfx/issues/26CVE 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.
