# The Events Calendar < 6.4.0.1 - 反射型XSS
## 概述
The Events Calendar WordPress插件在6.4.0.1之前的版本中,在通过AJAX渲染某些视图时,没有正确地对用户提交的内容进行清理,从而导致潜在的安全问题。
## 影响版本
- 6.4.0.1之前的版本
## 细节
插件在通过AJAX处理某些视图时,未能对用户提交的内容进行适当的清理,可能导致跨站脚本攻击(XSS)等安全风险。
## 影响
用户提交的恶意内容可能会未经清理直接呈现给其他用户,导致敏感数据泄露、会话劫持或其他安全问题。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The Events Calendar WordPress plugin < 6.4.0.1 contains a stored XSS caused by improper sanitization of user-submitted content when rendering views via AJAX, letting attackers execute scripts in the context of the affected site. Exploitation requires user interaction. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-4180.yaml | POC详情 |
暂无评论