31413 matches found
CVE-2024-28397-js2py-Sandbox-Escape
Perkenalan 中文 js2py is a popular python package that can evaluate javascript code inside the python interpreter. It is used by various web scrapers to parse javscript code on websites. There is a vulnerability in the implementation of global variables within js2py, which could allow an attacker t...
CVE-2024-28397-Js2Py-RCE
CVE-2024-28397-Js2Py-RCE Descripción Este repositorio contiene una Prueba de Concepto PoC basada en Python para CVE-2024-28397, una vulnerabilidad de escape de sandbox en el intérprete de JavaScript Js2Py para Python. Cuando la aplicación objetivo evalúa código JS no confiable mediante Js2Py, un...
React2Shell-CVE-2025-55182
HackIndex.IO - React2Shell - CVE-2025-55182 + CVE-2025-66478 Un entorno sandbox de HackIndex.io para la vulnerabilidad React2Shell. Esto iniciará una aplicación web en el puerto 3000 y un servidor SSH en el puerto 2222. Iniciar el entorno root@kitploit: docker compose up --build --force-recreate...
CVE-2019-5825
针对 73.0.3683.86 --no-sandbox 的 Chrome 漏洞利用 V8 版本 6.9.0 https://github.com/exodusintel/Chromium-941743 https://lordofpwn.kr/cve-2019-5825-v8-exploit/ https://github.com/rapid7/metasploit-framework/pull/12574/files...
CrafterCMS-CVE-2025-6384
CrafterCMS Autenticado RCE - Bypass de Sandbox de Groovy CVE-2025-6384 Una Prueba de Concepto para una vulnerabilidad de Ejecución Remota de Código autenticada en CrafterCMS. Resumen de la Vulnerabilidad Un usuario autenticado con privilegios de desarrollador puede eludir el sandbox de scripts...
CVE-2022-23614
CVE-2022-23614 针对 CVE-2022-23614 的概念验证(PoC),该漏洞在 DSA-5107-1 中被提及。 CVSS-2.0 : 7.5 CVSS-3.X : 9.8 说明 Twig 是一个灵活、快速且安全的 PHP 模板引擎。值得注意的是,可以在渲染模板之前使用过滤器。sort 过滤器可用于对数组元素进行排序,结构如下: root@kitploit: 5,8,2,3|sort'desc' Twig 有一个沙箱模式,用于评估不可信的模板代码。在此沙箱模式下,sort 过滤器的 arrow 参数必须是一个闭包,以防止攻击者运行任意 PHP...
toothfairy
toothfairy 与 brokentooth 相关(见下文链接)。 与 brokentooth 不同,toothfairy 无需在蓝牙菜单中按下按钮。 这两个 CVE 均由 @SparkZheng 披露,但未提供 POC,因此我决定为了学习经验制作一个 POC。 代码并非完美,但能够完成工作。 已在 iPhone 6S 11.3.1 上测试 应兼容至 11.4 允许你将 bluetoothd 及其他几个服务上的 PC(ARM 中 IP 寄存器的对应项)设置为你选择的值。 使用了 @raniXCH 的 bluetoothdPoC 代码来处理 Mach 消息的所有准备工作以及向 BT...
CVE-2022-0543-Home-Lab
CVE-2022-0543 — Redis Lua Sandbox Escape Remote Code Execution ¿Qué es CVE‑2022‑0543 — Redis Lua Sandbox Escape? Esta vulnerabilidad ocurre solo en Redis instalado a través del paquete Debian/Ubuntu porque Redis se compila con el motor Lua como módulo dinámico lua-cjson, lua-bitop, lo que permite...
cve-2026-9558-poc
CVE-2026-9558 — Mautic Theme Templates Server-Side Template Injection SSTI to Full Admin Takeover Table of Contents Overview Affected Versions Root Cause Analysis Repository Structure Requirements Usage Expected Output References Disclaimer Overview CVE-2026-9558 is a Server-Side Template Injecti...
de4dot
Description de4dot is an open source GPLv3 .NET deobfuscator and unpacker written in C. It will try its best to restore a packed and obfuscated assembly to almost the original assembly. Most of the obfuscation can be completely restored eg. string encryption, but symbol renaming is impossible to...
CVE-2020-6468-PoC
CVE-2020-6468-PoC 用于 供養 不包含沙盒利用 PoC 环境 操作系统: Ubuntu 18.04 LTS 64-bit Chromium: Version 81.0.4044.92 Developer Build 64-bit 标志: --no-sandbox --single-process --disable-gpu 参考资料 https://bugs.chromium.org/p/chromium/issues/detail?id=1076708...
CVE-2025-2783
CVE-2025-2783 Simulated PoC for CVE-2025-2783 — a sandbox escape vulnerability in Chrome's Mojo IPC. Includes phishing delivery, memory fuzzing, IPC simulation, and logging. Safe for red team demos, detection engineering, and educational use. This project simulates a safe and educational...
cve-2025-2783-chrome_sandbox_escape_reproduction
CVE-2025-2783:Google Chrome Mojo 沙箱逃逸 CVSS 评分: 8.3(高危) 发现者: Kaspersky 状态: 已在野外被积极利用(间谍活动) 概述 CVE-2025-2783 是 Google Chrome 的 Mojo 进程间通信(IPC)框架中的一个 Windows 特定权限提升漏洞。它通过利用 Mojo 消息传递层中不正确的句柄处理方式,允许被攻破的渲染器进程逃逸 Chrome 沙箱。 该 CVE 是作为针对记者和反对派人物的活跃利用链的一部分被发现的。该沙箱逃逸漏洞与另一个独立的渲染器远程代码执行(RCE)漏洞配合使用,以实现对系统的完全控制...
UnjailMe
UnjailMe 一个基于以下内容的沙箱逃逸: Rani Idan(Zimperium)的概念验证 CVE-2018-4087 @cheesecakeufo 的 securityd 溢出概念验证(零日漏洞,无已知 CVE,感谢 Abraham!) 关于 ZIMPERIUM PoC Rani 使用了 Jonathan Levine 的 sbtool 来找出沙箱内可通信的服务。 然后他在 bluetoothd 下发现了更多内容,并设置了拦截发送至该服务及来自该服务的消息的代码。 通过这样做,他发现可以劫持许多守护进程的会话,并泄露客户端端口。 由此,他发现可以为客户端到 bluetoothd...
RCE-CVE-2017-0199-detection-analysis
🛡️ BankPaymAdviceVend.Report.docx CVE-2017-0199 – Full Blue Team Sandbox Analysis- My approach to analayze that malware that leadsto critical security vulnerability in Microsoft Office. Advanced Malware Detonation • Exploit Behaviour • IOCs • Detection Engineering. 🎯 1. Executive Summary This...
PT-2026-90721
In Flatpak before 1.18.1, a malicious sandboxed app can obtain arbitrary read and write access to files on the host, which can be escalated to arbitrary code execution on the host, a different vulnerability than CVE-2026-76925. Flatpak creates a few app data directories e.g., /var/cache, /var/dat...
SnatchBox
SnatchBox SnatchBox CVE-2020-27935 is a sandbox escape vulnerability affecting macOS up to version 10.15, as well as early beta versions of macOS 11.0. The most significant impact of SnatchBox is that it allows a malicious publisher to escape the non-optional macOS App Store sandbox and obtain...
CrushFTP10-Docker-CVE-2024-4040
CrushFTP 10.0 Docker Deployment vulnerable to CVE-2024-4040 This repository provides a Dockerfile to build a Docker image and deploy a Linux container with a CrushFTP server that is vulnerable to the CrushFTP VFS Sandbox Escape Vulnerability CVE-2024-4040. ⚠️ Disclaimer This repository is provided...
browser-pwn
Browser-Pwn El mundo de los navegadores está dominado por 4 actores principales: Chromium/Chrome motor Blink Firefox motor Gecko Safari motor WebKit Edge motor Blink antes motor EdgeHTML Lo siguiente está dividido en dos partes: Información que ayuda a entender su arquitectura e implementación y...
cve-2025-59532-poc
CVE-2025-59532 Docker Environment A Docker-based research environment for analyzing CVE-2025-59532, a path traversal vulnerability in OpenAI Codex CLI that allows arbitrary file write outside the intended workspace sandbox. Part of CMU Course : 18-739 Hacking & Offensive Security in Fall 2025...