HIGHCVE-2026-25349CVSS 7.1

WordPress Loobek theme < 1.5.2 - Reflected Cross Site Scripting (XSS) vulnerability

翻译中…

平台

wordpress

组件

loobek

修复版本

1.5.3

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

CVE-2026-25349 identifies a Reflected Cross-Site Scripting (XSS) vulnerability within the Loobek WordPress plugin. This vulnerability 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 Loobek from 0.0.0 up to, but not including, version 1.5.2. A patch has been released by the vendor.

WordPress

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

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

影响与攻击场景翻译中…

The primary impact of this XSS vulnerability lies in the attacker's ability to execute arbitrary JavaScript code within the context of a user's browser. This can be leveraged to steal session cookies, redirect users to malicious websites, or deface the website. An attacker could craft a malicious URL containing the XSS payload and trick a user into clicking it, either through social engineering or by embedding the URL in a seemingly legitimate link. Successful exploitation could lead to complete account takeover and unauthorized access to sensitive data stored within the WordPress site. The blast radius extends to all users who interact with the vulnerable plugin, particularly those who are logged in.

利用背景翻译中…

CVE-2026-25349 was publicly disclosed on 2026-03-25. No public proof-of-concept (PoC) code has been identified at the time of writing. The EPSS score is currently pending evaluation. This vulnerability is not currently listed on the CISA KEV catalog.

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

Websites utilizing the Loobek WordPress plugin, particularly those with user authentication and sensitive data, are at risk. Shared hosting environments where multiple websites share the same server resources are also at increased risk, as a compromise of one site could potentially lead to the compromise of others.

检测步骤翻译中…

• wordpress / composer / npm:

grep -r '<script>' /var/www/html/wp-content/plugins/loobek/*

• generic web:

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

• wordpress / composer / npm:

wp plugin list | grep loobek

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

概念验证未知
CISA KEVNO
互联网暴露

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
低 — 部分或间歇性拒绝服务。

受影响的软件

组件loobek
供应商wordfence
影响范围修复版本
0.0.0 – 1.5.21.5.3

弱点分类 (CWE)

时间线

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

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

The recommended mitigation is to immediately upgrade the Loobek WordPress plugin to version 1.5.2 or later. This version contains the necessary fix to neutralize the malicious input. If upgrading is not immediately feasible, consider implementing a Web Application Firewall (WAF) rule to filter out potentially malicious input strings targeting the vulnerable endpoint. Input validation and output encoding on the server-side can also help reduce the attack surface. After upgrading, verify the fix by attempting to inject a simple XSS payload (e.g., <script>alert(1)</script>) through the affected input field and confirming that the script is not executed.

修复方法翻译中…

Update to version 1.5.2, or a newer patched version

CVE 安全通讯

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

常见问题翻译中…

What is CVE-2026-25349 — Reflected XSS in Loobek?

CVE-2026-25349 is a Reflected Cross-Site Scripting (XSS) vulnerability in the Loobek WordPress plugin, allowing attackers to inject malicious scripts into web pages.

Am I affected by CVE-2026-25349 in Loobek?

You are affected if you are using Loobek versions 0.0.0 through 1.5.2. Upgrade to 1.5.2 or later to mitigate the risk.

How do I fix CVE-2026-25349 in Loobek?

Upgrade the Loobek WordPress plugin to version 1.5.2 or later. Consider WAF rules or input validation as temporary workarounds.

Is CVE-2026-25349 being actively exploited?

No active exploitation has been confirmed at this time, but the vulnerability is publicly known.

Where can I find the official Loobek advisory for CVE-2026-25349?

Refer to the skygroup website or the WordPress plugin repository for the latest advisory and updates regarding CVE-2026-25349.

你的项目受影响吗?

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