LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25186: Tina4 Stack 1.0.3 Cross-Site Request Forgery via profile

Tina4 Stack 1.0.3 contains a cross-site request forgery vulnerability that allows attackers to modify admin user credentials by submitting forged POST requests to the profile endpoint. Attackers can craft HTML forms targeting the /kim/profile endpoint with hidden fields containing malicious user data like passwords and email addresses to update administrator accounts without authentication.

MediumCVSS 6.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
6.9CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:LPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

6.9Medium
CVSS 4.0 vector shape for CVE-2018-25186Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Tina4Tina4 Stack1.0.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

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.