# The Events Calendar 2.7.5之前的版本中的注册功能存在反射型跨站脚本漏洞
## 概述
WordPress插件The Registrations for the Events Calendar在2.7.5版本之前,没有对`v`参数进行转义就直接输出到属性中,导致了反射型跨站脚本(XSS)漏洞。
## 影响版本
2.7.5版本之前的所有版本
## 细节
插件在处理`v`参数时,未进行适当的转义处理。攻击者可以通过构造恶意输入,在受害者的浏览器中执行任意JavaScript代码。
## 影响
该漏洞允许攻击者通过反射型XSS攻击,执行类似于窃取cookies、会话令牌或在受害者浏览器中执行恶意脚本的攻击行为。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The Registrations for the Events Calendar WordPress plugin before 2.7.5 does not escape the v parameter before outputting it back in an attribute, leading to a Reflected Cross-Site Scripting | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-24876.yaml | POC详情 |
暂无评论