# WP Cerber Security, Anti-spam & Malware Scan < 8.9.6 - 未经认证的持久跨站脚本漏洞
## 漏洞概述
WP Cerber Security, Anti-spam & Malware Scan WordPress 插件在 8.9.6 版本之前未对 `$url` 变量进行过滤,导致在插件仪表盘的活动标签中使用该变量时存在未授权存储型跨站脚本(XSS)漏洞。
## 影响版本
- 小于 8.9.6 的所有版本
## 漏洞细节
插件在处理 `$url` 变量时未进行适当的过滤,直接在属性中使用该变量。攻击者可以通过该漏洞注入恶意脚本,这些脚本将在受影响的页面上执行。
## 影响
该漏洞允许未经身份验证的攻击者在 WordPress 后台活动标签页中存储恶意脚本,导致存储型跨站脚本(XSS)攻击。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | The WP Cerber Security, Anti-spam & Malware Scan WordPress plugin before 8.9.6 does not sanitise the $url variable before using it in an attribute in the Activity tab in the plugins dashboard, leading to an unauthenticated stored Cross-Site Scripting vulnerability. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2022/CVE-2022-0429.yaml | POC详情 |
暂无评论