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.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupPrivilege 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.2HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/d04f11b4-ee58-428b-aaa2-dc7d9f3e68e3?source=cveCVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2132502%40wpshopify&new=2132502%40wpshopify&sfp_email=&sfph_mail=CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
