LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25104: Ocean Extra < 1.9.5 - Reflected Cross-Site Scripting

The Ocean Extra WordPress plugin before 1.9.5 does not escape generated links which are then used when the OceanWP is active, leading to a Reflected Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress site using Ocean Extra with OceanWP active may expose users to script injection through unescaped generated links. The issue is reported for Ocean Extra before 1.9.5. Business risk is website trust, admin session exposure, and malicious content shown through links. Severity data is incomplete.

Executive priority

Treat this as a moderate website security maintenance issue. Prioritize internet-facing WordPress sites using Ocean Extra and OceanWP, especially sites with administrator traffic or customer-facing trust requirements.

Technical view

CVE-2021-25104 is a CWE-79 reflected cross-site scripting issue in the Ocean Extra WordPress plugin before 1.9.5. The source states generated links were not escaped and were used when the OceanWP theme was active. No CVSS vector, vulnerable code path details, or exploit proof is included in the bundle.

Likely exposure

Exposure is likely limited to WordPress sites running Ocean Extra before 1.9.5 with OceanWP active. Sites not using this plugin/theme combination are not indicated as affected by the provided sources.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation. Reflected XSS typically requires a victim to open a manipulated link, but the provided sources do not document attack prerequisites or observed exploitation.

Researcher notes

Evidence is limited to the CVE description and WPScan reference. The affected-version wording in the bundle should be interpreted carefully: the description says before 1.9.5, while the affected array lists 1.9.5. Validate against WPScan or vendor release notes.

Mitigation direction

  • Update Ocean Extra to version 1.9.5 or later where applicable.
  • Confirm OceanWP and Ocean Extra vendor guidance for any additional remediation.
  • Remove or disable Ocean Extra if it is unnecessary.
  • Review WordPress admin access and sessions after remediation if suspicious activity exists.

Validation and detection

  • Inventory WordPress sites for the Ocean Extra plugin.
  • Check whether OceanWP is active on each site.
  • Verify Ocean Extra is not below version 1.9.5.
  • Review plugin/theme changelogs or WPScan entry for fixed-version confirmation.
Prepared
Confidence
medium
Sources
3

Public sources used

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-79: 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-2021-25104 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownOcean Extra1.9.5Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.