LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25214: ShopWP <= 2.0.4 - Missing Authorization to Stored Cross-Site Scripting

The ShopWP plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on several REST API routes in versions up to, and including, 2.0.4. This makes it possible for unauthenticated attackers to call the endpoints and perform unauthorized actions such as updating the plugin's settings and injecting malicious scripts.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ShopWP for WordPress had unauthenticated REST API routes through version 2.0.4. An attacker could change plugin settings and store malicious scripts on the site. For an organization using affected versions, this creates website integrity and visitor-trust risk, with possible data exposure through browser-side script execution.

Executive priority

Treat as high priority for any WordPress site using ShopWP because it can let outsiders alter site behavior and inject persistent scripts. Prioritize internet-facing storefronts and sites handling customer traffic.

Technical view

CVE-2019-25214 is a CWE-862 missing authorization issue in ShopWP REST API routes. The bundled CVSS 3.1 score is 7.2, with network access, low complexity, no privileges, no user interaction, and changed scope. Reported impacts are limited confidentiality and integrity, with no availability impact stated.

Likely exposure

Exposure is likely limited to WordPress sites running the ShopWP plugin at versions up to and including 2.0.4. The source bundle does not establish impact for other plugins, platforms, or later ShopWP versions.

Exploitation context

The bundle does not show CISA KEV listing or cited active exploitation. The risk remains meaningful because unauthenticated network attackers could reach affected REST endpoints and make persistent settings changes, including stored script injection, if the vulnerable plugin version is installed.

Researcher notes

Evidence supports missing authorization on several REST API routes and stored XSS through settings manipulation. The bundle does not provide exploit telemetry, exact fixed-version language, or broader product impact beyond ShopWP up to 2.0.4.

Mitigation direction

  • Inventory WordPress sites for ShopWP and record installed versions.
  • Upgrade ShopWP according to vendor or WordPress plugin guidance.
  • If upgrade cannot be confirmed, disable the plugin until guidance is reviewed.
  • Review ShopWP settings for unauthorized script or configuration changes.
  • Check WordPress and web logs for suspicious unauthenticated REST requests.

Validation and detection

  • Confirm no production site runs ShopWP version 2.0.4 or earlier.
  • Verify current plugin code enforces capability checks on REST callbacks.
  • Inspect plugin settings for unexpected scripts or altered storefront configuration.
  • Regression test that unauthenticated users cannot modify ShopWP settings.
  • Document findings, affected assets, remediation status, and remaining uncertainty.
Prepared
Confidence
high
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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-25214 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/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
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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2019-25214Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
andrewmrobbinsShopWP0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.