LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25096: MdAlAmin-aol Own Health Record logout.php cross-site request forgery

A vulnerability was found in MdAlAmin-aol Own Health Record 0.1-alpha/0.2-alpha/0.3-alpha/0.3.1-alpha. It has been rated as problematic. This issue affects some unknown processing of the file includes/logout.php. The manipulation leads to cross-site request forgery. The attack may be initiated remotely. Upgrading to version 0.4-alpha is able to address this issue. The patch is named 58b413aa40820b49070782c786c526850ab7748f. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-249191.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-25096 is a cross-site request forgery issue in Own Health Record alpha releases. A remotely delivered lure could cause a user’s browser to perform an unintended logout-related action. The business impact appears moderate and narrow, but it affects a health-record application, so exposed legacy deployments should be upgraded.

Executive priority

Treat this as a targeted legacy application risk, not an emergency internet-wide issue. Prioritize remediation if Own Health Record is used for patient or employee health data workflows.

Technical view

The issue is CWE-352 in includes/logout.php for MdAlAmin-aol Own Health Record 0.1-alpha, 0.2-alpha, 0.3-alpha, and 0.3.1-alpha. The supplied CVSS v2 score is 5.0 with network access, low complexity, no authentication, partial integrity impact, and no confidentiality or availability impact.

Likely exposure

Exposure is likely limited to organizations still running the affected Own Health Record alpha versions. The source bundle provides no CPEs, deployment prevalence, hosted service details, or evidence of broad internet exposure.

Exploitation context

The sources state remote initiation is possible, but do not show active exploitation. CISA KEV status is false. The bundle does not provide a public exploit, detailed attack chain, or confirmed abuse in the wild.

Researcher notes

Evidence is sufficient for affected versions, CWE, severity, and fixed release. Details are incomplete on the vulnerable code path, prerequisites beyond CVSS, and real-world exploitation. Avoid assuming impact beyond CSRF on logout.php.

Mitigation direction

  • Upgrade Own Health Record to 0.4-alpha.
  • Confirm patch 58b413aa40820b49070782c786c526850ab7748f is present.
  • If upgrade is delayed, check vendor guidance for supported compensating controls.
  • Review exposure of legacy Own Health Record instances.

Validation and detection

  • Inventory all Own Health Record deployments and record exact versions.
  • Verify affected instances are upgraded to 0.4-alpha or include the named patch.
  • Confirm includes/logout.php is no longer on an affected code version.
  • Review application logs for unusual logout-related user complaints or patterns.
Prepared
Confidence
medium
Sources
6

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-25096 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
5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

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
5Source 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
5CVSS 2.0MediumAV:N/AC:L/Au:N/C:N/I:P/A:N102.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

5Medium
CVSS 2.0 vector shape for CVE-2018-25096Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:N/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MdAlAmin-aolOwn Health Record0.1-alpha, 0.2-alpha, 0.3-alpha, 0.3.1-alphaListed
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.