LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25089: glb Meetup Tag Extension Link Attribute reverse tabnabbing

A vulnerability was found in glb Meetup Tag Extension 0.1 on MediaWiki. It has been rated as problematic. This issue affects some unknown processing of the component Link Attribute Handler. The manipulation leads to use of web link to untrusted target with window.opener access. Upgrading to version 0.2 is able to address this issue. The identifier of the patch is 850c726d6bbfe0bf270801fbb92a30babea4155c. It is recommended to upgrade the affected component. The identifier VDB-238157 was assigned to this vulnerability.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity issue in glb Meetup Tag Extension 0.1 for MediaWiki. Links generated by the extension may let an external target retain access to the opening page through window.opener, creating a reverse-tabnabbing risk. The named fix is version 0.2.

Executive priority

Treat this as routine maintenance unless the affected MediaWiki site is highly trusted or publicly used. The business risk is mainly phishing-style page manipulation after users follow generated links, not server compromise.

Technical view

CVE-2018-25089 affects the Link Attribute Handler in glb Meetup Tag Extension 0.1. Manipulated link attributes can produce links to untrusted targets without opener isolation, mapped to CWE-1022. The supplied CVSS vector shows low integrity impact and no confidentiality or availability impact.

Likely exposure

Exposure is likely limited to MediaWiki sites running glb Meetup Tag Extension 0.1, especially pages that render extension-generated external meetup links. The bundle provides no CPEs and does not identify broader affected products.

Exploitation context

The sources do not show active exploitation, and the CVE is not listed as KEV. The issue is reverse tabnabbing: an untrusted destination may influence the page that opened it. The sources do not provide evidence of public exploitation activity.

Researcher notes

Evidence points to a narrow extension-level link attribute flaw fixed in v0.2. The public description lacks detailed affected-code behavior beyond the Link Attribute Handler and window.opener access. Avoid assuming other MediaWiki extensions or versions are affected.

Mitigation direction

  • Upgrade glb Meetup Tag Extension to version 0.2.
  • Confirm patch commit 850c726d6bbfe0bf270801fbb92a30babea4155c is present.
  • Inventory MediaWiki installations for this extension and version.
  • Check vendor or project guidance for any additional hardening.

Validation and detection

  • Verify deployed extension version is not 0.1.
  • Review generated external links for opener isolation behavior.
  • Confirm MediaWiki pages using meetup tags render correctly after upgrade.
  • Record whether the extension is installed, enabled, or unused.
Prepared
Confidence
high
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 · low confidence lookup

CWE-1022: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-25089 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
Low
CVSS
3.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/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
3.5CVSS 3.1LowCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.5Low
CVSS 3.1 vector shape for CVE-2018-25089Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
glbMeetup Tag Extension0.1Listed
Weakness

CWE details

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

CWE-1022 · source CWE mapping

Use of Web Link to Untrusted Target with window.opener Access

Use of Web Link to Untrusted Target with window.opener Access represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.