Security readout for executives and security teams
Plain-English summary
CVE-2017-11413 is a reported SQL injection in Fiyo CMS 2.0.7. If an exposed installation accepts untrusted input in the affected comment-status controller, an attacker may be able to interfere with database-backed content or data. The provided sources do not include a CVSS score, patch status, or active exploitation evidence.
Executive priority
Treat this as an exposure-discovery item unless Fiyo CMS 2.0.7 is confirmed in production. If present and internet-facing, prioritize remediation because SQL injection can affect data confidentiality and integrity.
Technical view
The CVE describes SQL injection in `dapur/apps/app_article/controller/comment_status.php` through the `$_GET['id']` parameter in Fiyo CMS 2.0.7. The bundle does not define authentication requirements, route exposure, exact query behavior, CVSS, CWE, CPEs, or fixed versions.
Likely exposure
Likely limited to organizations still running Fiyo CMS 2.0.7, especially where the affected `dapur` article comment-status functionality is reachable. Exposure cannot be confirmed from the supplied metadata alone.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. A public GitHub issue is referenced, but the bundle does not establish exploit maturity, public weaponization, or exploitation in the wild.
Researcher notes
Evidence is sparse: no CVSS, CWE, CPE, fixed version, authentication context, or exploit telemetry is provided. Analysis should center on confirming reachability of the named controller and whether the `id` input reaches SQL without safe parameterization.
Mitigation direction
- Inventory any Fiyo CMS installations and confirm whether version 2.0.7 is present.
- Check the FiyoCMS project issue and vendor guidance for a fixed release or official patch.
- Restrict access to administrative or `dapur` paths where operationally possible.
- Review database permissions for the CMS account and reduce unnecessary privileges.
- Monitor web and database logs for abnormal requests involving the `id` parameter.
Validation and detection
- Confirm whether `dapur/apps/app_article/controller/comment_status.php` exists in deployed code.
- Verify the deployed Fiyo CMS version against asset inventory and source files.
- Review route exposure and authentication controls for the affected controller.
- Check whether local code or vendor updates sanitize the `id` parameter safely.
- Review recent logs for suspicious errors or unusual comment-status requests.
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-2017-11413 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/FiyoCMS/FiyoCMS/issues/5CVE 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.
