Security readout for executives and security teams
Plain-English summary
CVE-2018-25186 affects Tina4 Stack 1.0.3. It is a cross-site request forgery issue in the admin profile function that can let an attacker change administrator account details through forged web requests. Public exploit material exists, but the provided sources do not show confirmed active exploitation.
Executive priority
Treat as a medium-priority application security issue. Prioritize if Tina4 administration is internet-accessible or used by privileged staff. The main business risk is unauthorized administrator account takeover or disruption of admin access.
Technical view
The issue is CWE-352 in the /kim/profile endpoint of Tina4 Stack 1.0.3. The source bundle describes forged POST requests that can alter admin user fields such as password or email. CVSS v4.0 is 6.9. CISA KEV status is false in the provided data.
Likely exposure
Exposure is likely limited to organizations running Tina4 Stack 1.0.3 with the admin interface reachable by users or browsers that could be induced to submit forged requests.
Exploitation context
Exploit-DB is cited as publishing exploit material, so researchers should treat the weakness as publicly documented. However, no cited source confirms real-world exploitation or inclusion in CISA KEV.
Researcher notes
The record references Exploit-DB and VulnCheck but does not provide a named vendor patch in the source bundle. Avoid assuming affected versions beyond 1.0.3. Validate CSRF exposure defensively without publishing payloads or operational exploit instructions.
Mitigation direction
- Identify any Tina4 Stack 1.0.3 deployments.
- Check Tina4 project or vendor guidance for an official fix or upgrade.
- Restrict access to the Tina4 admin interface where feasible.
- Review whether profile-changing requests have CSRF protections enabled.
- Rotate administrator credentials if unauthorized profile changes are suspected.
Validation and detection
- Confirm product and version are Tina4 Stack 1.0.3.
- Verify whether /kim/profile is exposed to untrusted users or networks.
- Review admin account email, password-change, and profile-change history.
- Check application logs for unexpected profile update requests.
- Confirm remediation against current vendor guidance before closing.
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.
CWE-352: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
Open ATT&CK lookupCVE-2018-25186 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
- Medium
- CVSS
- 6.9 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
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 vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
6.9MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L
Source materials
- CVE List V5 sourceCVE List V5
- ExploitDB-45834CVE reference · exploit
- VulnCheck Advisory: Tina4 Stack 1.0.3 Cross-Site Request Forgery via profileCVE reference · third-party-advisory
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.
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
