332 matches found
CVE-2018-16763
Fuel CMS 1.4.1 - 远程代码执行 FUEL CMS 1.4.1 允许通过 pages/select/ 的 filter 参数或 preview/ 的 data 参数进行 PHP 代码评估。这可能导致未认证远程代码执行。 安装 root@kitploit: git clone https://github.com/Trushal2004/CVE-2018-16763.git cd CVE-2018-16763/ python3 -m pip install -r requirements.txt chmod +x exploit.py ./exploit.py 帮助...
CVE-2018-16763
Exploit CVE 2018-16763 Introducción PreAuth-RCE en FUEL CMS 1.4.1 Demo Referencias: https://nvd.nist.gov/vuln/detail/CVE-2018-16763 https://www.exploit-db.com/exploits/47138...
CVE-2018-16763
CVE-2018-16763 Exploit Title: fuel CMS 1.4.1 - Remote Code Execution Python3 script - 💻 This script was developed by h3x0v3rl0rd...
CVE-2018-16763
CVE-2018-16763 Fuel CMS 1.4.1 - 远程代码执行 - Python 3.x 原始脚本:Exploit-DB...
Fuel-CMS-Remote-Code-Execution-1.4--RCE--
This repository does not have a README...
Fuel CMS 1.4.7 - SQL Injection
FUEL CMS 1.4.7 allows SQL Injection via the col parameter to /pages/items, /permissions/items, or /navigation/items. id: CVE-2020-17463 info: name: Fuel CMS 1.4.7 - SQL Injection author: Thirukrishnan severity: critical description: | FUEL CMS 1.4.7 allows SQL Injection via the col parameter to...
CVE_2018_16763_Proof_of_Concept
CVE-2018-16763 概念验证 针对 CVE-2018-16763(Fuel CMS - 未认证远程代码执行)的概念验证(PoC)利用程序。 描述 此 Python 3 程序作为 CVE-2018-16763 漏洞在 Fuel CMS 内容管理系统中的 PoC。具体而言,该漏洞允许通过 pages/select/filter 参数进行 PHP 代码评估(本 PoC 中实现),从而导致未认证远程代码执行,这是一个严重系统漏洞。 快速开始 依赖项 Python 3 及 Python 标准库 开源 Git 版本控制系统 其他 Python 包/模块(详见 requirements.tx...
Project-Exploiting-a-Vulnerability-in-Fuel-CMS-CVE-2018-16763-
本项目旨在对Ackme Support Incorporated最近发布的一个博客进行安全审计,在网站公开前识别任何关键漏洞。任务包括寻找远程执行代码并获取目标系统访问权限的方法。 环境与设置 目标系统:易受攻击的虚拟机 应用程序:Fuel CMS 版本:1.4 利用的漏洞:CVE-2018-16763 工具: 来自GitHub的Python利用脚本 nc netcat — 用于接收反弹shell 攻击步骤 1. 应用程序识别 部署易受攻击的虚拟机并通过Web界面访问后,确定该站点运行的是Fuel CMS 1.4版本,该版本存在远程代码执行(RCE)漏洞。 2. 寻找可用的利用脚本...
CVE-2018-16763
CVE-2018-16763 分析器 CVE-2018-16763 分析器是一个小型 Python 项目,用于分析针对 FUEL CMS 目标的 CVE-2018-16763 。它专注于检查目标是否疑似存在漏洞,并在应用程序响应嘈杂时以更清晰、更易读的方式显示命令输出。 该项目有意保持轻量级和交互性。旨在使测试和响应解析更容易,同时不将该仓库变成一个大型框架。 根据美国国家漏洞数据库(NVD),FUEL CMS 1.4.1 允许通过 pages/select/ 的 filter 参数或 preview/ 的 data 参数进行 PHP 代码评估,这可能导致 未认证远程代码执行 。NVD...
fuel-cms-cve-2018-16763-python3-port
FUEL CMS 1.4.1 Port de compatibilidad con Python 3 Descripción general Este repositorio contiene un port de compatibilidad con Python 3 de la prueba de concepto original de CVE-2018-16763 , que afecta a FUEL CMS 1.4.1. La prueba de concepto original fue escrita por 0xd0ff9. Este repositorio no...
THM-Vulnerability_Capstone-CVE-2018-16763
THM-VulnerabilityCapstone-CVE-2018-16763 关于 THM 房间 Vulnerability Capstone & 针对 CVE-2018-16763 的 Exploit 脚本的解析文章。 致谢 我并不拥有发现此漏洞的功劳。感谢以下人员。 漏洞发现者: 0xd0ff9 TryHackMe 房间与作者: https://tryhackme.com/room/vulnerabilitycapstone https://tryhackme.com/p/cmnatic 参考资料:...
CVE-2018-16763-Fuel-CMS-1.4.1-Remote-Code-Execution-PoC
CVE-2018-16763 — Fuel CMS 1.4.1 远程代码执行(PoC) Fuel CMS 1.4.1 中未经身份验证的 RCE 漏洞。在 /fuel/pages/select/ 端点的 filter 参数未经清理就传递给了 PHP 后端的 eval 调用,允许通过精心构造的载荷执行任意代码。与盲注入不同,输出 会直接反映 在 HTTP 响应中,因此无需中间文件。 工作原理 1. 向 /fuel/pages/select/ 发送一个携带特制 filter 载荷的 GET 请求,该载荷调用 PHP 的 system 执行所需命令。 2. 使用正则表达式模式从 HTTP...
exploit_cms_fuel
Fuel CMS 1.4.1 - 远程代码执行(RCE)漏洞利用 本仓库包含一个针对 Fuel CMS 1.4.1 版本的漏洞利用工具的 Python 3 实现。该脚本利用了 CVE-2018-16763 ,这个漏洞是由于 filter 和 preview 参数输入验证不足,导致能够进行 PHP 代码评估和未认证远程代码执行。 ⚠️ 免责声明 此工具仅用于教育目的和授权的渗透测试。未经明确许可对系统运行此工具是违法的。 🛠 功能特点 Python 3 优化: 与现代 Python 环境兼容。 反弹 Shell 集成: 自动化在您的机器上生成反弹 Shell 的过程。 交互式流程: 引导式...
CVE-2021-47980
Fuel CMS 1.4.13 contains a blind SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'col' parameter in the Activity Log interface. Attackers can send requests to the logs endpoint with malicious SQL payloads in the 'col...
CVE-2021-47980
Fuel CMS 1.4.13 is affected by a blind SQL injection via the col parameter in the Activity Log interface. Authenticated attackers can craft requests to the logs endpoint with malicious SQL payloads in col to influence database queries and infer data based on response-time delays. The provided doc...
CVE-2021-47980 Fuel CMS 1.4.13 Blind SQL Injection via col Parameter
Fuel CMS 1.4.13 contains a blind SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'col' parameter in the Activity Log interface. Attackers can send requests to the logs endpoint with malicious SQL payloads in the 'col...
CVE-2021-47980 Fuel CMS 1.4.13 Blind SQL Injection via col Parameter
Fuel CMS 1.4.13 contains a blind SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'col' parameter in the Activity Log interface. Attackers can send requests to the logs endpoint with malicious SQL payloads in the 'col...
📄 Fuel CMS 1.4.1 PHP Code Injection
This Metasploit module targets a remote code execution vulnerability in Fuel CMS version 1.4.1. The issue stems from improper input sanitization in the filter parameter, which is passed into a dangerous PHP evaluation eval context, enabling code injection...
CVE-2026-38948
CVE-2026-38948 affects FUEL CMS
CVE-2026-38948
Cross-Site Scripting XSS vulnerability exists in FUEL CMS v1.5.2 and before within the asset upload functionality. The application fails to properly sanitize uploaded SVG files, allowing a low-privileged authenticated user to upload a crafted SVG file containing malicious code...