# N/A
## 概述
WPGraphQL 0.2.3 插件中的 `createComment` 变异允许未认证用户在文章上发表评论,即使在禁用评论的情况下也是如此。
## 影响版本
- WPGraphQL 0.2.3
## 细节
WPGraphQL 0.2.3 插件存在安全漏洞,其中 `createComment` 变异功能允许未经过身份验证的用户在任何文章上发表评论,即便该文章设置为不允许评论。
## 影响
该漏洞可能导致未授权用户在不允许评论的文章上发表评论,从而带来潜在的安全和用户体验问题。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The createComment mutation in the WPGraphQL 0.2.3 plugin for WordPress allows unauthenticated users to post comments on any article, even when 'allow comment' is disabled. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2019/CVE-2019-9881.yaml | POC详情 |
暂无评论