# N/A
## 漏洞概述
Simple Job Board插件存在未经授权的数据访问漏洞,原因是`fetch_quick_job()`函数缺乏足够的授权检查。
## 影响版本
所有版本直到包括2.10.8
## 漏洞细节
该漏洞允许未经过身份验证的攻击者获取任意帖子,包括密码保护或私有的帖子,其中可能包含敏感信息。
## 影响
未经授权的攻击者可以访问敏感信息,包括密码保护或私有的帖子内容。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | The Simple Job Board plugin for WordPress is vulnerable to unauthorized data access due to insufficient authorization checking in the fetch_quick_job() function in all versions up to and including 2.10.8. This makes it possible for unauthenticated attackers to fetch arbitrary posts, which can be password protected or private and contain sensitive information. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-0593.yaml | POC详情 |
暂无评论