998180 matches found
CVE-2019-0708
远程桌面服务(Remote Desktop Services,原称终端服务)中存在一个远程代码执行漏洞,当未经身份验证的攻击者使用 RDP 连接到目标系统并发送特制请求时,可能触发该漏洞。此漏洞存在于身份验证之前,且无需用户交互。成功利用此漏洞的攻击者可在目标系统上执行任意代码,进而能够安装程序;查看、更改或删除数据;或创建拥有完全用户权限的新帐户。要利用此漏洞,攻击者需要通过 RDP 向目标系统的远程桌面服务发送特制请求。该更新通过修正远程桌面服务处理连接请求的方式来修复此漏洞。...
SUSE CVE-2026-18355
A heap buffer overflow flaw was found in the SASL I/O layer of 389 Directory Server 389-ds-base. In sasliostartpacket, the wrapped-record length read from the wire is validated only against an upper bound. A small wire length 0, 1, or 2 produces an encryptedbuffercount below the already-consumed...
CVE-2021-34371
CVE-2021-34371 python 漏洞利用 - Neo4j 3.4.18 - 基于 RMI 的远程代码执行 RCE...
CVE-2025-52691
CVE-2025-52691 SmarterMail 未授权任意文件上传远程代码执行 概述 严重未授权任意文件上传,允许远程代码执行。 字段| 值 ---|--- 产品| SmarterMail 受影响版本| Build 9406 及更早 CVSS| 10.0(严重) 类型| 任意文件上传 攻击向量| HTTP(未授权) 影响| 远程代码执行 攻击流程 root@kitploit: flowchart LR AAttacker -- B"Find Upload Endpoint" B -- C"/api/upload" C -- D"Upload ASPX Shell" D --...
CVE-2025-55182-Lab
CVE-2025-55182 实验环境 用于利用 CVE-2025-55182 React2Shell 的动手实验环境 — React 服务端组件中的远程代码执行。 ⚠️ 免责声明 仅用于教育目的。 仅在你拥有的系统上进行测试。 快速开始 root@kitploit: 克隆并启动 git clone https://github.com/dhananjayakumarn/CVE-2025-55182-Lab.git cd CVE-2025-55182-Lab docker-compose up -d 等待20秒,然后利用 python3 exploit.py...
CVE-2025-69460
CVE-2025-69460 – Simple Image Gallery 1.0 Ejecución Remota de Código RCE No Autenticado WriteUp CVE-2025-69460 – ExploitDB 50214...
CVE-2019-12949
CVE-2019-12949 从跨站脚本漏洞到 pfSense 2.4.4-p2 和 2.4.4-p3 的远程代码执行 信息描述: 在 pfSense 2.4.4-p2 和 2.4.4-p3 中,如果能够诱使已认证的管理员点击钓鱼页面上的按钮,攻击者可以通过 dingcommand.php 和 rrdfetchjson.php 将任意可执行代码上传到服务器。然后,远程攻击者可以在该服务器上以 root 权限运行任何命令。 研究员:The Tarantula Team 的 Enter,VinCSS(Vingroup 成员) PoC XSS...
CVE-2022-22947-Spring-Cloud-Gateway
Spring Cloud Gateway 远程代码执行漏洞 该漏洞对于线上业务风险较高,切勿进行未授权扫描 使用说明 root@kitploit: ╰─ ./CVE-2022-22947 -h ─╯ 执行命令:./CVE-2022-22947 -u http://127.0.0.1:8080 -c whoami 批量检测:./CVE-2022-22947 -l url.txt 启动漏洞环境 root@kitploit: java -jar vuln/spring-gateway-demo-0.0.1-SNAPSHOT.jar 漏洞分为5个请求...
Exploiting-CVE-2021-44228-Log4Shell-in-a-Banking-Environment
Exploiting-CVE-2021-44228-Log4Shell-in-a-Banking-Environment 目标:在模拟的银行应用环境中演示 Log4Shell 漏洞(CVE-2021-44228)的利用。 范围: 1: 搭建一个使用 Apache Log4j 的易受攻击的银行应用程序。 2: 构造利用漏洞的载荷,实现远程代码执行。 3: 演示利用后技术,例如数据外泄和横向移动。 4: 实施并记录检测与缓解策略,包括补丁安装和网络监控。 5: 详细讲解利用过程,包括所使用的工具(例如 JNDI Exploit Kit、Burp Suite)。 让我们深入探讨如何构造一个利用...
cve-2024-6387-poc
cve-2024-6387-poc OpenSSH 服务器(sshd)中的信号处理器竞态条件 7etsuo 描述 针对 CVE-2024-6387 的利用程序,攻击基于 glibc 的 Linux 系统上 OpenSSH 服务器(sshd)中的信号处理器竞态条件。该漏洞由于在 SIGALRM 处理器中调用了异步信号不安全的函数,可导致以 root 身份远程执行代码。 漏洞利用详情 漏洞摘要 该利用程序针对 OpenSSH 的 sshd 中的 SIGALRM 处理器竞态条件: 受影响版本 :OpenSSH 8.5p1 至 9.8p1。 利用方式 :由于存在漏洞的 SIGALRM...
exploit-CVE-2015-3306
ProFTPd 1.3.5 - modcopy 远程命令执行 ProFTPD 是一个高度可配置的 FTP 守护进程,适用于 Unix 及类 Unix 操作系统。ProFTPD 源于对安全且可配置的 FTP 服务器的需求,其灵感来自对 Apache Web 服务器的极大推崇。与大多数其他 Unix FTP 服务器不同,它并非源自旧的 BSD ftpd 代码库,而是全新的设计与实现。 脆弱环境 要为你的测试搭建一个脆弱环境,你需要安装 Docker,然后运行以下命令: root@kitploit: docker build -t vuln/cve-2015-3306 . docker run...
exploit-CVE-2016-9920
Roundcube 1.0.0 在 Roundcube 1.2.2 及更早版本中,用户控制的输入未经处理地流入 PHP 内置函数 mail 的第五个参数,该参数在安全方面被标记为关键。问题在于,调用 mail 函数将导致 PHP 执行 sendmail 程序。第五个参数允许向该执行传递额外参数,从而可以配置 sendmail。由于 sendmail 提供了 -X 选项,可以将所有邮件流量记录到文件中,攻击者可以利用此选项在受攻击服务器的 webroot 目录中生成一个恶意 PHP 文件。尽管此漏洞较为罕见且未广泛知晓,但 RIPS 在几秒钟内就检测到了它。 4 利用...
CVE-2024-23346-rust-exploit
Un script de explotación en Rust para CVE-2024-23346. Como se muestra a continuación, el POC utiliza la vulnerabilidad de inyección de código y ejecuta comandos remotos de shell como en una terminal. poc.webm Pasos para ejecutar el exploit: Ejecutar directamente con Cargo cargo run -- --help carg...
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...
Exim-CVE-2018-6789
Exim CVE-2018-6789 Materiales PoC para explotar CVE-2018-6789. La entrada de blog que explica el PoC está disponible en Synacktiv Blog. Este PoC se conecta a un servidor Exim vulnerable y explota CVE-2018-6789. Uso root@kitploit: usage: exploit -hv options: -h, --help Print this help -v, --verbos...
CVE-2018-14667
CVE-2018-14667 在花费大量时间理解并正确利用此CVE后,我决定针对RichFaces 3.X的RCE漏洞构建一个仓库,并逐步向社区分享操作指南。 0x00 : RichFaces 3.X漏洞简介 2018年11月19日(周一), Joao F M Figueiredo 发表了一篇详细文章(https://seclists.org/fulldisclosure/2018/Nov/47),涉及一个严重高风险的RichFaces漏洞。 CVSS3基础得分 9.8 该漏洞将允许任何未经身份验证的用户在使用RichFaces...
CVE-2026-87593
Information leak in Editing in Google Chrome prior to 153.0.8010.36 allowed a remote attacker to obtain sensitive information via a crafted HTML page. Chromium security severity: Low...
CVE-2026-87430
Buffer overflow in WebRTC in Google Chrome prior to 153.0.8010.36 allowed a remote attacker to potentially execute arbitrary code inside the sandbox via a crafted HTML page. Chromium security severity: Low...
CVE-2026-87544
CVE-2026-87544 affects the Extensions component of Google Chrome prior to version 153.0.8010.36 , where an incorrect authorization flaw allows a remote attacker to bypass system access restrictions into a privileged page using a crafted HTML page. Chromium rated its severity as Low , while the NV...