LiveActive security incident?Get immediate response
CVE Record

CVE-2025-59578: WordPress ShopMagic plugin <= 4.5.6 - Sensitive Data Exposure vulnerability

Insertion of Sensitive Information Into Sent Data vulnerability in wpdesk ShopMagic shopmagic-for-woocommerce allows Retrieve Embedded Sensitive Data.This issue affects ShopMagic: from n/a through <= 4.5.6.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called ShopMagic, used with WooCommerce stores, can leak sensitive information in data it sends out. Versions up to and including 4.5.6 are affected. An outsider on the internet could potentially retrieve embedded sensitive data without logging in, which could expose customer or store details depending on how the plugin is used.

Executive priority

Treat as a moderate, scheduled-priority fix for any e-commerce site using ShopMagic. Not an emergency, but it can leak customer or operational data from stores and should be patched in the next maintenance window, with vendor guidance confirmed before action.

Technical view

CVE-2025-59578 is a CWE-201 (Insertion of Sensitive Information Into Sent Data) flaw in the wpdesk ShopMagic for WooCommerce plugin through version 4.5.6. CVSS 3.1 base score is 5.8 (AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N), indicating an unauthenticated network-reachable disclosure with scope change but limited confidentiality impact. Patchstack lists the issue; no fixed version is named in the supplied bundle.

Likely exposure

Any WordPress site running ShopMagic for WooCommerce at version 4.5.6 or earlier is potentially exposed. Exposure is highest for stores that rely on ShopMagic for automated emails or data pipelines that include customer or order information.

Exploitation context

No active exploitation is indicated in the provided sources, and the issue is not listed in CISA KEV. The CVSS vector shows network reach with no privileges or user interaction required, but only low confidentiality impact, so this is data exposure rather than full account or store takeover.

Researcher notes

CWE-201 with scope change (S:C) and C:L suggests sensitive values are emitted into data crossing a trust boundary, likely emails, webhooks, or API responses driven by ShopMagic automations. Validate by enumerating ShopMagic triggers/actions and inspecting outbound payloads for tokens, PII, or order metadata. Patchstack is the primary public reference; confirm fixed version directly with wpdesk before declaring remediation complete.

Mitigation direction

  • Inventory all WordPress sites and identify those running ShopMagic for WooCommerce.
  • Check vendor and Patchstack guidance for a patched ShopMagic release and update affected sites promptly.
  • If no patch is available, restrict or disable ShopMagic features that send outbound data until remediated.
  • Review ShopMagic-generated emails, webhooks, and integrations for sensitive fields and minimize what is sent.
  • Rotate any credentials, tokens, or API keys that may have been embedded in plugin-sent data.
  • Place WooCommerce admin and webhook endpoints behind a WAF and monitor for anomalous outbound data.

Validation and detection

  • Confirm installed ShopMagic plugin version is 4.5.6 or earlier on each WordPress site.
  • Compare current version against the vendor's latest release notes and Patchstack advisory for a fixed build.
  • Inspect outbound emails, webhooks, and logs generated by ShopMagic for unexpected sensitive fields.
  • After updating, verify the new version is installed and re-run the outbound data review.
  • Check WAF, web server, and plugin logs for unusual external requests targeting ShopMagic endpoints.
Prepared
Confidence
medium
Sources
3

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-201: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2025-59578 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/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
2Source 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
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2025-59578Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/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
wpdeskShopMagicshopmagic-for-woocommerce, 0unaffected
Weakness

CWE details

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

CWE-201 · source CWE mapping

Insertion of Sensitive Information Into Sent Data

Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.