支持本站 — 捐款将帮助我们持续运营

目标: 1000 元,已筹: 1000

100.0%

POC详情: fdcf1930fceb5b4722938d0779efbd7639658a8a

来源
关联漏洞
标题:WordPress 插件安全漏洞 (CVE-2021-38314)
Description:WordPress是Wordpress基金会的一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress 插件是WordPress开源的一个应用插件。 WordPress Plugin 存在安全漏洞,该漏洞源于 The Gutenberg Template Library & Redux Framework 的未经身份验证的敏感信息披露。
Description
CVE-2021-38314 Python Exploit
介绍
# CVE-2021-38314 Python Exploit

## Detail
The Gutenberg Template Library & Redux Framework plugin <= 4.2.11 for WordPress registered several AJAX actions available to unauthenticated users in the `includes` function in `redux-core/class-redux-core.php` that were unique to a given site but deterministic and predictable given that they were based on an md5 hash of the site URL with a known salt value of '-redux' and an md5 hash of the previous hash with a known salt value of '-support'. These AJAX actions could be used to retrieve a list of active plugins and their versions, the site's PHP version, and an unsalted md5 hash of site's `AUTH_KEY` concatenated with the `SECURE_AUTH_KEY`. 

## Impact
Attacker can retrieve sensitive information such as a list of active plugins and their version, the site's PHP version, and an unsalted md5 hash of site's `AUTH_KEY` concatenated with the `SECURE_AUTH_KEY`.This would be most useful in causes where a separate plugin with an additional vulnerability was installed,as an attacker could use the information to save time and plan an intrusion.

## Exploit
Use:
    `python cve-2021-38314.py [ Vulnerable URL ]`

Example:
    `python cve-2021-38314.py https://example.com`

> Example PoC - https://youtu.be/n1e4aFmXvOk

## Links

[CVE-2021-38314](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-38314)

文件快照

[4.0K] /data/pocs/fdcf1930fceb5b4722938d0779efbd7639658a8a ├── [ 725] cve-2021-38314.py └── [1.3K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮件到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对 POC 代码进行快照,为了长期维护,请考虑为本地 POC 付费/捐赠,感谢您的支持。