平台
wordpress
组件
findall-listing
修复版本
1.0.6
CVE-2025-13538 是 FindAll Listing WordPress 插件中的特权提升漏洞。攻击者可以利用此漏洞绕过用户角色限制,在注册过程中提升自身权限。该漏洞影响 FindAll Listing 插件 1.0.0 至 1.0.5 版本。已发布 1.1 版本修复了此问题。
该漏洞允许未经身份验证的攻击者在注册过程中指定 'administrator' 角色,从而获得 WordPress 站点的管理员权限。攻击者可以完全控制受影响的站点,包括修改内容、安装恶意插件、窃取敏感数据,甚至完全接管服务器。由于该漏洞需要 FindAll Membership 插件同时激活才能被利用,因此攻击者需要先确保目标站点安装并启用了这两个插件。如果攻击者成功获取管理员权限,他们可以执行任何操作,对站点和用户数据造成严重损害。
该漏洞的公开披露时间为 2025-11-27。目前尚未观察到大规模的利用活动,但由于漏洞的严重性和易利用性,存在被攻击者的利用风险。建议尽快采取缓解措施,以降低风险。该漏洞的 CVSS 评分为 9.8 (CRITICAL),表明其潜在影响非常严重。
WordPress sites utilizing both the FindAll Listing and FindAll Membership plugins, particularly those with legacy configurations or those that haven't implemented robust user access controls, are at significant risk. Shared hosting environments where multiple WordPress sites share the same server resources are also vulnerable, as a compromise of one site could potentially lead to the compromise of others.
• wordpress / plugin: Use wp-cli plugin update to check the installed version of FindAll Listing.
• wordpress / plugin: Check the wp-config.php file for any unusual configurations related to user roles or registration parameters.
• wordpress / plugin: Search plugin files for the findalllistinguserregistrationadditional_params function and its usage.
• generic web: Monitor WordPress access logs for POST requests to the user registration endpoint with suspicious parameters, particularly those attempting to set the user role to 'administrator'.
grep -i 'administrator' /var/log/apache2/access.log | grep 'wp-login.php'disclosure
漏洞利用状态
EPSS
0.15% (35% 百分位)
CISA SSVC
CVSS 向量
最有效的缓解措施是立即将 FindAll Listing 插件升级至 1.1 或更高版本。如果无法立即升级,建议禁用 FindAll Membership 插件,以阻止攻击者利用该漏洞。此外,定期审查 WordPress 插件的权限设置,确保用户角色分配符合最小权限原则。监控 WordPress 站点的用户注册活动,及时发现并调查可疑行为。使用 WAF 或安全插件可以帮助检测和阻止恶意注册尝试。
更新到 1.1 版本,或更新的补丁版本
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2025-13538 是 FindAll Listing WordPress 插件中的一个特权提升漏洞,允许攻击者在注册过程中获得管理员权限。
如果您使用的是 FindAll Listing 插件 1.0.0–1.0.5 版本,并且同时安装并启用了 FindAll Membership 插件,则可能受到影响。
请将 FindAll Listing 插件升级至 1.1 或更高版本。如果无法升级,请禁用 FindAll Membership 插件。
目前尚未观察到大规模的利用活动,但由于漏洞的严重性和易利用性,存在被攻击者的利用风险。
请访问 FindAll Listing 插件的官方网站或 WordPress 插件目录,查找相关公告。
上传你的依赖文件,立即了解此CVE和其他CVE是否影响你。