LiveActive security incident?Get immediate response
CVE Record

CVE-2026-25006: WordPress XStore theme <= 9.6.4 - Arbitrary Shortcode Execution vulnerability

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in 8theme XStore xstore allows Code Injection.This issue affects XStore: from n/a through <= 9.6.4.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-25006 affects the WordPress XStore theme from 8theme through version 9.6.4. Public data describes it as arbitrary shortcode execution and Basic XSS/code injection. The listed impact is limited confidentiality loss, with no integrity or availability impact. It is not listed in CISA KEV, and the provided sources do not confirm active exploitation.

Executive priority

Treat as a moderate-priority web exposure issue. Prioritize inventory and vendor guidance checks for public WordPress sites using XStore. Escalate if a fixed version or exploitation evidence appears, but current sources do not support emergency response.

Technical view

The CVE is classified as CWE-80, Improper Neutralization of Script-Related HTML Tags. CVSS 3.1 is 5.3: network-accessible, low complexity, no privileges, no user interaction, unchanged scope, low confidentiality impact. Affected product is 8theme XStore/xstore through <= 9.6.4. Patch status is not specified in the provided bundle.

Likely exposure

Exposure is limited to WordPress sites using the 8theme XStore theme at version 9.6.4 or earlier. Internet-facing WordPress sites are the primary concern because the CVSS vector is network-accessible and requires no authentication or user interaction.

Exploitation context

No active exploitation is supported by the provided sources, and the CVE is not marked as KEV. The vulnerability may allow attacker-controlled shortcode or script-related HTML handling that exposes limited confidential data. Public sources provided do not include exploit details, proof-of-concept status, or a confirmed fixed version.

Researcher notes

The source bundle contains limited remediation detail. The description references Basic XSS/code injection, while the Patchstack title references arbitrary shortcode execution. Avoid assuming remote code execution. The affected-version metadata is sparse, so validate against vendor and Patchstack updates before closing findings.

Mitigation direction

  • Inventory WordPress sites using the 8theme XStore theme.
  • Flag XStore versions 9.6.4 and earlier as potentially affected.
  • Check 8theme and Patchstack guidance for a confirmed fixed release.
  • Update XStore when a vendor-confirmed fixed version is available.
  • Remove unused XStore installations from WordPress sites.
  • Monitor WordPress security alerts for XStore-specific updates.

Validation and detection

  • Confirm whether XStore is installed on each WordPress site.
  • Record the installed XStore version from WordPress administration or asset inventory.
  • Compare installed versions against the affected range: through 9.6.4.
  • Review the CVE and Patchstack entries for updated remediation status.
  • Document any exposed internet-facing sites running affected versions.
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-80: 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-2026-25006 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.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2026-25006Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/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
8themeXStorexstore, 0unaffected
Weakness

CWE details

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

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.