MEDIUMCVE-2025-13408CVSS 4.3

Foxtool All-in-One: 联系聊天按钮、自定义登录、媒体优化图片 <= 2.5.2 - 对 Google OAuth 连接的跨站请求伪造 (Cross-Site Request Forgery)

平台

wordpress

组件

foxtool

修复版本

2.5.4

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

CVE-2025-13408 describes a Cross-Site Request Forgery (CSRF) vulnerability present in the Foxtool All-in-One WordPress plugin, specifically within the Contact chat button, Custom login, and Media optimize images components. This flaw allows unauthenticated attackers to potentially establish OAuth connections by manipulating user actions. The vulnerability impacts versions 1.0.0 through 2.5.2, and a fix is available in version 2.5.3.

WordPress

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

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

影响与攻击场景翻译中…

The primary impact of this CSRF vulnerability lies in the potential for unauthorized OAuth connection establishment. An attacker could craft a malicious link or embed it within a website or email, enticing a site administrator to click it. Upon clicking, the attacker could forge a request, effectively granting them access to the administrator's account and potentially compromising sensitive data or performing actions on behalf of the administrator. This could lead to unauthorized access to user information, modification of site content, or even complete control over the WordPress site, depending on the permissions associated with the administrator's account. The risk is amplified if the OAuth connection is linked to other services or APIs, potentially extending the attacker's reach beyond the WordPress site itself.

利用背景翻译中…

This CVE was published on December 12, 2025. There is currently no public proof-of-concept available, and it has not been added to the CISA KEV catalog. The CVSS score of 4.3 indicates a medium probability of exploitation, suggesting that while the vulnerability exists, it may require some level of technical expertise to exploit effectively. Active campaigns targeting this specific vulnerability are not currently known.

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

WordPress sites utilizing the Foxtool All-in-One plugin, particularly those with site administrators who frequently interact with OAuth-connected services, are at risk. Shared hosting environments where multiple WordPress sites share the same server resources are also potentially vulnerable, as a compromise of one site could lead to the exploitation of others.

检测步骤翻译中…

• wordpress / composer / npm:

grep -r 'foxtool_login_google()' /var/www/html/wp-content/plugins/foxtool-all-in-one/

• wordpress / composer / npm:

wp plugin list | grep foxtool-all-in-one

• wordpress / composer / npm:

wp plugin update foxtool-all-in-one

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

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

EPSS

0.02% (4% 百分位)

CISA SSVC

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

CVSS 向量

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

受影响的软件

组件foxtool
供应商wordfence
影响范围修复版本
1.0.0 – 2.5.32.5.4

软件包信息

活跃安装数
7K小众
插件评分
5.0
兼容至
6.9.4
需要PHP版本
7.2+

弱点分类 (CWE)

时间线

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

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

The primary mitigation for CVE-2025-13408 is to immediately upgrade the Foxtool All-in-One plugin to version 2.5.3 or later. If upgrading is not immediately feasible due to compatibility issues or breaking changes, consider implementing stricter input validation and output encoding practices within the plugin's code to prevent the exploitation of the missing nonce validation. Additionally, implement a Web Application Firewall (WAF) with CSRF protection rules to filter out malicious requests. Educate administrators about the risks of clicking on suspicious links and encourage them to verify the authenticity of any requests before performing actions. After upgrading, confirm the fix by attempting to trigger the vulnerable function (foxtoollogingoogle()) with a forged request and verifying that the action is blocked.

修复方法

更新到 2.5.3 版本,或更新的补丁版本

CVE 安全通讯

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

常见问题翻译中…

What is CVE-2025-13408 — CSRF in Foxtool All-in-One WordPress Plugin?

CVE-2025-13408 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Foxtool All-in-One WordPress plugin, allowing attackers to forge OAuth connections.

Am I affected by CVE-2025-13408 in Foxtool All-in-One WordPress Plugin?

You are affected if you are using Foxtool All-in-One WordPress plugin versions 1.0.0 through 2.5.2.

How do I fix CVE-2025-13408 in Foxtool All-in-One WordPress Plugin?

Upgrade the Foxtool All-in-One plugin to version 2.5.3 or later to resolve the vulnerability.

Is CVE-2025-13408 being actively exploited?

There are currently no reports of active exploitation, but the vulnerability has a medium probability of exploitation.

Where can I find the official Foxtool All-in-One advisory for CVE-2025-13408?

Refer to the official Foxtool All-in-One plugin website or WordPress plugin repository for the latest advisory and updates.

你的项目受影响吗?

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