Skip to content
KitploitKITPLOIT
工具漏洞利用博客
Log in
提交
工具漏洞利用博客
提交

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-48842 — 用于检测 CVE-2026-48842 的 Python 检查工具,该漏洞是 Roundcube Webmail 的 virtuser_query 插件中的一个预认证 SQL 注入漏洞。可检测版本、插件路径,并通过登录探测验证 SQLi。 | Kitploit
工具/GitHubGitHub/murrez/cve-2026-48842
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubmurrez/cve-2026-48842

CVE-2026-48842

用于检测 CVE-2026-48842 的 Python 检查工具,该漏洞是 Roundcube Webmail 的 virtuser_query 插件中的一个预认证 SQL 注入漏洞。可检测版本、插件路径,并通过登录探测验证 SQLi。

查看仓库
610小时24分前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-48842 — Roundcube virtuser_query 认证前 SQL 注入

针对 Roundcube Webmail(可选 virtuser_query 插件)中 CVE-2026-48842 的 Python 3 检测工具。

PoCbit

此 PoC 已收录于 PoCbit — pocbit.org 上的 CVE-2026-48842。

运行该 PoC 会打印 PoCbit 头部信息;JSONL 行中包含 pocbit / pocbit_page。

产品Roundcube Webmail
组件内置插件 virtuser_query(数据库用户/邮箱/主机查询)
受影响版本1.6.x < 1.6.16、1.7.x < 1.7.1(若启用该插件,较旧的 1.4/1.5 系列也可能受影响 — 请按发行版打补丁)
修复版本1.6.16、1.7.1
CVSS 3.18.1 高危(AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H)
CWECWE-89
认证无(登录/查询路径)

概述

当配置了 virtuser_query(config.inc.php 中的 $config['virtuser_query'])时,用户名或邮箱会通过 preg_replace('/%u/', $dbh->escape(...), ...) 被替换进 SQL 模板。PHP 会解释替换字符串中的反斜杠,从而破坏 SQL 转义 — 导致认证前 SQL 注入(修复:使用 str_replace)。

安全公告:Roundcube 安全更新 2026-05-24

环境要求

root@kitploit:~
pip install -r requirements.txt

使用方法

root@kitploit:~
# Detect Roundcube + version + virtuser plugin file
python poc.py -u https://webmail.example.com --json

# Active SQLi probe (SLEEP / error heuristics on login POST)
python poc.py -u https://webmail.example.com --verify

python poc.py --list targets.example.txt --threads 20 --quiet
python poc.py --list targets.example.txt --verify --sqli-delay 5

说明

  • 可利用性要求服务器上启用 virtuser_query(并非所有安装默认开启)。当插件 PHP 路径可访问时,PoC 会将其标记出来。
  • --verify 会向 ?_task=login 发送构造的 _user 值(注入尝试无需有效密码)。
  • 缓解措施:升级至 ≥ 1.6.16 / 1.7.1,或从 $config['plugins'] 中移除 virtuser_query。

FOFA / 发现线索

root@kitploit:~
body="rcmail" && body="roundcube"
title="Roundcube Webmail"

法律声明

仅限授权测试。

下载工具