关联漏洞
标题:
WordPress plugin The Events Calendar SQL注入漏洞
(CVE-2024-8275)
描述:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin The Events Calendar 6.6.4版本及之前版本存在SQL注入漏洞,该漏洞源于对用户提供的参数转义不足以及对现有SQL查询准备不足。攻击者利用该漏洞可以从数据库中提取敏感信息。
介绍
# CVE-2024-8275
CVE-2024-8275 is a critical SQL injection vulnerability discovered in the WordPress plugin The Events Calendar. This vulnerability affects versions up to and including 6.6.4. The issue arises from insufficient escaping of the 'order' parameter in the tribe_has_next_event() function. Because the input is not properly sanitized, unauthenticated attackers can append malicious SQL queries, allowing them to access sensitive information stored in the database.
1- Install Python: Ensure Python 3 is installed. Check with:
python --version
2- Install requests: Run:
pip install requests
3- Install sqlmap (Optional):
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git
4- Run the script: Save the code as exploit.py and run:
python exploit.py
Run the sqlmap command if generated after a successful exploit.
I take no responsibility for the use of this script and use at your own risk
文件快照
[4.0K] /data/pocs/48e35e36d2a82e0a59e4237064b8e50c5fca8486
├── [1.1K] Poc-CVE-2024-8275.py
└── [ 919] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。