Security readout for executives and security teams
Plain-English summary
CVE-2017-10967 is a cross-site scripting issue in FineCMS before 2017-07-06. If vulnerable pages are reachable, attacker-supplied script could run in a user’s browser. The public record does not provide CVSS, authentication requirements, or confirmed exploitation.
Executive priority
Treat this as a targeted legacy CMS hygiene issue. It is not supported by active-exploitation evidence here, but any internet-facing or administrator-used FineCMS instance should be checked and upgraded or isolated promptly.
Technical view
The CVE describes XSS in application\core\controller\config.php through the key_name, key_value, and meaning parameters. The affected scope is FineCMS before 2017-07-06. Available sources point to a GitHub pull request but do not describe exploit preconditions or a formal vendor advisory.
Likely exposure
Organizations are exposed if they still operate FineCMS code from before 2017-07-06, especially where configuration functionality is accessible to administrators or other users. Exposure cannot be determined from product CPE data because the bundle lists affected vendor and product as n/a.
Exploitation context
No source in the bundle says this is exploited in the wild, and it is not listed as KEV. Practical risk depends on who can reach the vulnerable config controller and whether malicious input is rendered to other users.
Researcher notes
Source detail is limited. The CVE names parameters and file path but omits CVSS, CWE, authentication context, and exploit maturity. Avoid assuming stored versus reflected behavior without reviewing the referenced patch and deployed code path.
Mitigation direction
- Identify any FineCMS deployments and their code date or release version.
- Move to FineCMS code from 2017-07-06 or later if available.
- Review the referenced GitHub pull request for the exact fix context.
- Restrict access to administrative or configuration interfaces.
- Check vendor or project guidance before applying local patches.
Validation and detection
- Inventory public and internal systems for FineCMS usage.
- Confirm whether application\core\controller\config.php exists in deployed code.
- Compare deployed code with the referenced 2017-07-06 fix pull request.
- Review whether key_name, key_value, and meaning are output-encoded.
- Check access controls around configuration functionality.
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.
CVE-2017-10967 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/andrzuk/FineCMS/pull/9CVE reference · x_refsource_CONFIRM
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.
