HIGHCVE-2026-25306CVSS 7.1

WordPress XStore Core plugin <= 5.6.4 - Reflected Cross Site Scripting (XSS) vulnerability

翻译中…

平台

wordpress

组件

et-core-plugin

修复版本

5.6.5

AI Confidence: highNVDEPSS 0.0%已审阅: 2026年5月
正在翻译为您的语言…

CVE-2026-25306 describes a Reflected Cross-Site Scripting (XSS) vulnerability discovered in the XStore Core plugin for WordPress. This flaw allows attackers to inject malicious scripts into web pages viewed by other users, potentially leading to account compromise and data theft. The vulnerability impacts versions of XStore Core from 0.0.0 up to and including 5.6.4, and a patch is available in version 5.6.5.

WordPress

检测此 CVE 是否影响你的项目

上传你的依赖文件,立即了解此CVE和其他CVE是否影响你。

影响与攻击场景翻译中…

The primary impact of this vulnerability is the ability for an attacker to execute arbitrary JavaScript code within the context of a victim's browser. This can be exploited to steal cookies, session tokens, and other sensitive information. An attacker could also redirect users to malicious websites, deface the website, or inject malware. Given the widespread use of WordPress and the XStore Core plugin, a successful exploitation could affect a large number of users and websites. The reflected nature of the XSS means that an attacker needs to trick a user into clicking a malicious link, but this is often achievable through phishing or social engineering techniques.

利用背景翻译中…

CVE-2026-25306 was publicly disclosed on 2026-03-25. No public proof-of-concept (PoC) code has been released at the time of this writing, but the vulnerability's nature makes it likely that PoCs will emerge. It is not currently listed on CISA KEV. The ease of exploitation, combined with the plugin's popularity, suggests a medium probability of exploitation.

哪些人处于风险中翻译中…

Websites using the XStore Core plugin for WordPress, particularly those with user input fields or forms that are not properly sanitized, are at risk. Shared hosting environments where multiple websites share the same server resources are also at increased risk, as a compromise of one website could potentially lead to the compromise of others.

检测步骤翻译中…

• wordpress / composer / npm:

grep -r 'XStore Core' /var/www/html/wp-content/plugins/
wp plugin list | grep 'XStore Core'

• generic web:

curl -I https://example.com/?param=<script>alert(1)</script>

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

概念验证未知
CISA KEVNO
互联网暴露
报告1 份威胁报告

EPSS

0.04% (11% 百分位)

CISA SSVC

利用情况none
可自动化no
技术影响partial

CVSS 向量

威胁情报· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L7.1HIGHAttack VectorNetwork攻击者如何到达目标Attack ComplexityLow利用漏洞所需的条件Privileges RequiredNone攻击所需的认证级别User InteractionRequired是否需要受害者采取行动ScopeChanged超出受影响组件的影响范围ConfidentialityLow敏感数据泄露风险IntegrityLow数据未授权篡改风险AvailabilityLow服务中断风险nextguardhq.com · CVSS v3.1 基础分数
这些指标意味着什么?
Attack Vector
网络 — 可通过互联网远程利用,无需物理或本地访问。攻击面最大。
Attack Complexity
低 — 无需特殊条件,可以稳定地利用漏洞。
Privileges Required
无 — 无需认证,无需凭证即可利用。
User Interaction
需要 — 受害者必须打开文件、点击链接或访问特制页面。
Scope
已改变 — 攻击可以超出脆弱组件,影响其他系统。
Confidentiality
低 — 可访问部分数据。
Integrity
低 — 攻击者可修改部分数据,影响有限。
Availability
低 — 部分或间歇性拒绝服务。

受影响的软件

组件et-core-plugin
供应商wordfence
影响范围修复版本
0.0.0 – 5.6.45.6.5

弱点分类 (CWE)

时间线

  1. 已保留
  2. 发布日期
  3. 修改日期
  4. EPSS 更新日期

缓解措施和替代方案翻译中…

The most effective mitigation is to immediately upgrade the XStore Core plugin to version 5.6.5 or later. If upgrading is not immediately possible due to compatibility issues or breaking changes, consider implementing input validation and output encoding on user-supplied data to prevent XSS. Web Application Firewalls (WAFs) can be configured to filter out malicious requests containing XSS payloads. Regularly scan your WordPress installation for vulnerabilities using security plugins and keep all plugins and themes updated.

修复方法翻译中…

Update to version 5.6.5, or a newer patched version

CVE 安全通讯

漏洞分析和关键警报直接发送到您的邮箱。

常见问题翻译中…

What is CVE-2026-25306 — Reflected XSS in XStore Core?

CVE-2026-25306 is a Reflected XSS vulnerability in the XStore Core WordPress plugin, allowing attackers to inject malicious scripts via crafted URLs.

Am I affected by CVE-2026-25306 in XStore Core?

You are affected if you are using XStore Core versions 0.0.0 through 5.6.4. Upgrade to 5.6.5 or later to mitigate the risk.

How do I fix CVE-2026-25306 in XStore Core?

Upgrade the XStore Core plugin to version 5.6.5 or later. If upgrading is not possible immediately, implement input validation and output encoding.

Is CVE-2026-25306 being actively exploited?

While no active exploitation has been confirmed, the vulnerability's nature makes it likely that exploitation attempts will occur.

Where can I find the official XStore Core advisory for CVE-2026-25306?

Refer to the official XStore Core website or WordPress plugin repository for the latest advisory and update information.

你的项目受影响吗?

上传你的依赖文件,立即了解此CVE和其他CVE是否影响你。